Skip to content

Releases: juls0730/zqdgr

ZQDGR v0.0.6-1

18 Jan 06:02
f7ac354

Choose a tag to compare

ZQDGR V0.0.5: Minor Release

06 Oct 21:00
4a70260

Choose a tag to compare

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

06 Oct 20:59
a62bfdb

Choose a tag to compare

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

03 Oct 07:03
f52a61b

Choose a tag to compare

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

22 May 20:55
adac21c

Choose a tag to compare

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

22 May 15:48
80a1c24

Choose a tag to compare

This version introduces several quality-of-life improvements to ZQDGR, including:

  • A new shutdown_signal key 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