Skip to content

Releases: jpagh/docassemblecli3

v0.2.1

08 Dec 02:54
Compare
Choose a tag to compare

watch: Fixed a missing file error when a temp file is removed/deleted during processing.

config: Added test for checking URLs and API keys.

v0.2.0

30 Sep 22:49
Compare
Choose a tag to compare

watch now uses file hashing in the watched directory in order to ignore file system on-modified events where a file's content didn't actually change, thereby reducing unnecessary installs.

v0.1.0

11 Sep 12:46
Compare
Choose a tag to compare

Full Changelog: v0.0.5...v0.1.0

watch now uses the package's .gitignore file and ignores the same files that it does, reducing package installs to only relevant file changes.

v0.0.5

21 Aug 19:35
Compare
Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

v0.0.4

19 Aug 19:31
Compare
Choose a tag to compare

Fixed bug introduced in v0.0.3 with the change to server restart waiting, which caused an Exception if the docassemble server wasn't going to restart.

v0.0.3

19 Aug 16:47
Compare
Choose a tag to compare

fix: disabled manually waiting for background processes to restart on docassemble servers >= 1.5.3

First published release on GitHub

18 Aug 04:47
Compare
Choose a tag to compare

Added --version flag. Fixed a bunch of build stuff that I just learned about and moved away from Poetry, which I thought would be good to use, but I don't like that it doesn't support the pyproject.toml file properly and I wanted something that built with build and GitHub Actions more easily. Also, fixed direct execution of the package by adding main.py.