Releases: juls0730/zqdgr
ZQDGR v0.0.6-1
Full Changelog: v0.0.5...v0.0.6-1
ZQDGR V0.0.5: Minor Release
This commit bring greater debugging capabilities for developers working on ZQDGR, and fixes a number of bugs. The following bugs have been fixed:
- Scripts that died in watch mode did not restart once changes were made
- Created and deleted files did not cause a reload
- script.Stop is now used in every place where we kill the process, this ensures that the process is eventually actually killed
ZQDGR v0.0.4a: Minor Release
ZQDGR v0.0.4: Quality of Life Update
This update brings several quality of life enhancements:
- You can now use excluded_files to exclude files from the watcher
- ZQDGR reloads itself when its config changes
- ZQDGR will not start if there are unrecognized keys in the config
It also fixes a bug where if a program was sent a kill signal, but didnt die, ZQDGR would carry on as if it did, which lead to many issues.
ZQDGR v0.0.4: Minor Release
ZQDGR v0.0.4: Quality of Life Update
This update brings several quality of life enhancements:
- You can now use excluded_files to exclude files from the watcher
- ZQDGR reloads itself when its config changes
- ZQDGR will not start if there are unrecognized keys in the config
It also fixes a bug where if a program was sent a kill signal, but didnt die, ZQDGR would carry on as if it did, which lead to many issues.
ZQDGR v0.0.3-1 hotfix
This hotfix fixes #3 by reverting flattening, and adds -C or --config to run zqdgr in other directories
ZQDGR V0.0.3: Smoother builds, better signals, better life
This version introduces several quality-of-life improvements to ZQDGR, including:
- A new
shutdown_signalkey in zqdgr.config.json that allows you to specify a shutdown signal (SIGINT, SIGTERM, or SIGQUIT) when interrupting ZQDGR with Ctrl+C. - Improved script exit handling: If a build script exits with a non-zero code, the error is correctly propagated back to the shell.
- Enhanced support for nested scripts. Scripts now flatten and run in one go without spawning additional zqdgr processes.
These changes should make your development workflow smoother and more predictable.
You can easily update to ZQDGR v0.0.3:
go install github.com/juls0730/zqdgr@v0.0.3