Skip to content

Releases: NathanGavenski/python-watcher

0.1.0

27 Dec 20:31

Choose a tag to compare

New release 🏁

Previously, watcher-cli would not kill the running process even when stuck.
Now, any events that trigger watcher-cli will kill the running process and rerun the process (no more getting stuck in loops 🎉)

In the future, I'll add a flag to keep the process running even if an event is triggered.
For now, if you want the old behaviour, be sure to install version 0.0.2.

Smaller changes

  • When starting a process, it gives you some information, such as PID
  • Killing text has a different colour to be more evident of what it is doing

Full Changelog: 0.0.2...0.1.0

v0.0.2

18 Sep 13:44

Choose a tag to compare

v0.0.2

Subprocess support

Now, the watcher creates a subprocess instead of using the sys package.
There is still no handling of exceptions, but it is a move forward and helps kill a process if the user saves another file.

Linter support for threshold.

To use it, use the parameter --lint_threshold and inform the minimum amount.
For example: watcher --lint --lint_src src/ --lint_threshold 9

v0.0.1

15 Sep 19:12

Choose a tag to compare

Merge remote-tracking branch 'origin/master'