Releases: zweack/cricNotifier
Releases · zweack/cricNotifier
cricNotifier 2.0.5
cricNotifier 2.0.4
- Enabled notification support with custom interval.
- Fixes #22 - issue with min python version.
- Minor bug fixes.
cricNotifier 2.0.3
This release scrapes the previous structures and commands, introduces class-based structure, typer integration and tabular output.
Following commands are now supported:
cricNotifier [argument]
Arguments:
commentary Fetch commentary for last few overs.
info Fetch info for a match.
list List all available matches.
score Fetch latest score for a match.
select Select a match with an ID.
cricNotifier 2.0.2
Fixes #14
cricNotifier 2.0.1
Stable release including functional improvements from previous releases.
cricNotifier 2.0.0
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 #1
- Improvements in Scoreboard and Formatting by @zweack in #5
- CLI & Python Package Improvements by @jjxsg in #8
- Logging and Dependencies Improvements by @jjxsg in #12
Codebase & Repo Improvements:
- Updated readme with proper image links by @zweack in #2
- Configure WhiteSource Bolt for GitHub by @whitesource-bolt-for-github in #3
- Add Codacy Security Analysis by @zweack in #4
- Update base branches by @zweack in #7
New Contributors
cricNotifier 1.1.0
Minor Release with bugfixes.
cricNotifier 1.0.3
Bug fix for dbus-python for Linux systems
cricNotifier 1.0.2
Python package bug fix and configuration upgrade.
cricNotifier 1.0.1
Initial PyPI Package release.