This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from muffix/add-notification
Add support for notificaitons through ntfy.sh
- Loading branch information
Showing
4 changed files
with
72 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
# Changelog | ||
|
||
## v1.1.0 | ||
## v1.1.1 - 2022-10-04 | ||
|
||
- Added support for sending a notification through [ntfy.sh](https://ntfy.sh) on success | ||
|
||
## v1.1.0 - 2022-10-04 | ||
|
||
- Added support for the updated BayIMCO API | ||
- Added filter to find vaccination appointments against a specific variant, such as BA.1 or BA.4/5 | ||
- Added support for the `--debug` option to additionally print debug output | ||
|
||
## v1.0.3 | ||
## v1.0.3 - 2021-11-30 | ||
|
||
- Increased the frequency of authentication token refreshes | ||
- Added pre-commit hooks config | ||
|
||
## v1.0.2 | ||
## v1.0.2 - 2021-11-30 | ||
|
||
- Added support for the `--latest-day` option | ||
|
||
## v1.0.1 | ||
## v1.0.1 - 2021-11-30 | ||
|
||
- Fixed a bug where the `--earliest-day` option wasn't optional, but should have been | ||
|
||
## v1.0.0 | ||
## v1.0.0 - 2021-11-30 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters