Releases: Nyrrell/tgtg-notifier
Releases · Nyrrell/tgtg-notifier
1.1.15
1.1.14
What's Changed
- fix: Login process by email, it was broken when migrate to undici
- fix: 403 error by adding an 'Accept-Encoding: gzip' header to the API request
Full Changelog: 1.1.13...1.1.14
1.1.13
What's Changed
- feat: add cron schedule to the config by @jornetsimon in #2
- feat: config entry for the start notification by @jornetsimon in #3
- fix: fallback for the sendStartNotification config by @jornetsimon in #4
Full Changelog: 1.1.12...1.1.13
1.1.12
What's Changed
-
Migration to the Undici library for HTTP requests
I was experiencing a large number of 503 errors with the built-in Fetch. -
Using Winston library for logging, to track errors more easily with a 7-day rotation.
-
Bump NodeJs version to
>=18.17
. -
Updated the documentation to launch the application with Docker/Docker-Compose.
Full Changelog: 1.1.11...1.1.12
1.1.11
What's Changed
- Fix ntfy authorization header by @jornetsimon in #1
New Contributors
- @jornetsimon made their first contribution in #1
Full Changelog: 1.1.10...1.1.11