Releases: LeoTN/PowerRules
Releases · LeoTN/PowerRules
Release list
0.4.0b1
Feat/logging (#14) * implemented rich and file logging Most of the previous "typer.echo" output is now handled via a rich (for console) and file (log file) handler. The log level can be set with the "--log-level" parameter for both handlers while the log file level can be adjusted separately with "--log-level-file". Rich is now explicitly mentioned as a dependency but has been used by typer before. * ordered dependencies
0.3.0
What's Changed
- the datetime condition supports absolute date and time ranges now
- small code improvements
- passing tests are now mandatory for new releases
- several release workflow security and other improvements
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- new regex matching for process and window conditions added
- improved policy schema
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- added support for Linux and macOS power actions (shutdown, sleep, etc.)
- new window condition to match window titles
- code structure improvements
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- core functionality (rule engine, conditions and actions)
Full Changelog: https://github.com/LeoTN/PowerRules/commits/0.1.0