From 028e77c9acfa0e3ddfaaf01b11063de331556108 Mon Sep 17 00:00:00 2001 From: Stefano Marinelli Date: Sun, 22 Oct 2023 14:29:04 +0200 Subject: [PATCH] Updated for 0.10 release --- NotiMail.py | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NotiMail.py b/NotiMail.py index dc015dd..4cc279b 100644 --- a/NotiMail.py +++ b/NotiMail.py @@ -1,6 +1,6 @@ """ NotiMail -Version: 0.10 - Alpha +Version: 0.10 Author: Stefano Marinelli License: BSD 3-Clause License diff --git a/README.md b/README.md index 3ede04c..e3455f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NotiMail 📧 -**Version 0.9 is here, featuring support for monitoring multiple email accounts!** +**Version 0.10 is here, featuring support for ntfy auth tokens!** **Development is ongoing, and the project is in the early alpha stage - things may break!** @@ -136,7 +136,7 @@ With that, you should have NotiMail up and running on your system! Enjoy a more ### Changelog: -- **Version 0.10.0 - Alpha, not yet released:** +- **Version 0.10:** - Authentication Tokens for NTFY Notifications: Enhanced the NTFYNotificationProvider to support optional authentication tokens. If a token is provided in the config.ini file for a specific NTFY URL, the notification request will include an "Authorization" header for authentication. - **Version 0.9:**