This is a major release with lots of bug fixes, feature improvements and new CLI options.
* Now you can have following cli arguments with cricNotifier:
-t, --timeout TIMEOUT duration of system notification
-i, --interval INTERVAL duration between each notification
-nl, --nologs disable console logs
* Requirements have been unified for all supported platforms in one single `requirements.txt`
* cricNotifier will now include score of current player, required runs and match status with the notifications.
* Configuration files not found bug is addressed.
* Dependencies resolution bugs are addressed.
Pull Requests Successfully Merged:
Functional Improvements:
* Remove Unnecessary Logs from Interface by zweack in https://github.com/zweack/cricNotifier/pull/1
* Improvements in Scoreboard and Formatting by zweack in https://github.com/zweack/cricNotifier/pull/5
* CLI & Python Package Improvements by jjxsg in https://github.com/zweack/cricNotifier/pull/8
* Logging and Dependencies Improvements by jjxsg in https://github.com/zweack/cricNotifier/pull/12
Codebase & Repo Improvements:
* Updated readme with proper image links by zweack in https://github.com/zweack/cricNotifier/pull/2
* Configure WhiteSource Bolt for GitHub by whitesource-bolt-for-github in https://github.com/zweack/cricNotifier/pull/3
* Add Codacy Security Analysis by zweack in https://github.com/zweack/cricNotifier/pull/4
* Update base branches by zweack in https://github.com/zweack/cricNotifier/pull/7
New Contributors
* whitesource-bolt-for-github made their first contribution in https://github.com/zweack/cricNotifier/pull/3
* jjxsg made their first contribution in https://github.com/zweack/cricNotifier/pull/8