Skip to content

Releases: zweack/cricNotifier

cricNotifier 2.0.5

20 Oct 07:33
Compare
Choose a tag to compare
  • Fixed bug with filter in match list.
  • Removed unnecessary requirements.
  • Updated CLI instructions.

cricNotifier 2.0.4

14 Oct 19:46
Compare
Choose a tag to compare
  • Enabled notification support with custom interval.
  • Fixes #22 - issue with min python version.
  • Minor bug fixes.

cricNotifier 2.0.3

08 Oct 16:00
72c4b3a
Compare
Choose a tag to compare

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

16 Nov 14:08
79384c6
Compare
Choose a tag to compare

cricNotifier 2.0.1

10 Oct 08:13
Compare
Choose a tag to compare

Stable release including functional improvements from previous releases.

cricNotifier 2.0.0

10 Oct 07:49
36da089
Compare
Choose a tag to compare

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

  • @whitesource-bolt-for-github made their first contribution in #3
  • @jjxsg made their first contribution in #8

cricNotifier 1.1.0

19 Jun 19:20
Compare
Choose a tag to compare

Minor Release with bugfixes.

cricNotifier 1.0.3

21 May 09:17
Compare
Choose a tag to compare

Bug fix for dbus-python for Linux systems

cricNotifier 1.0.2

21 May 07:39
Compare
Choose a tag to compare

Python package bug fix and configuration upgrade.

cricNotifier 1.0.1

21 Mar 08:53
f0ba33d
Compare
Choose a tag to compare

Initial PyPI Package release.