mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 21:39:00 -04:00
* feat: watch mode now monitors included config files Watch mode (--watch/-w) now monitors changes to included configuration files specified via --design, --locale-catalog, and --settings options. Previously, watch mode only monitored the main input file. Now when using separate config files for design/locale/settings, changes to any of these files will trigger a re-render. Fixes #552 * Improve implementation * Update testdata * Fix pre-commit errors * Update testdata --------- Co-authored-by: Sina Atalay <79940989+sinaatalay@users.noreply.github.com>