Releases: androidseb25/iGotify-Notification-Assistent
Release v1.5.1.3
✨ Happy New Year & Thank You 🎉
First of all, thank you for an amazing 2025 — and happy new year! 🥳
Your feedback, support, and contributions continue to shape iGotify and make every release better. 💙
🔧 Improvements & Fixes
This update focuses on stability, reliability, and internal improvements:
- 📦 Updated libraries and applied various fixes
- 🧾 Fixed log errors that could appear under certain conditions
- 🔄 Updated secntfy NuGet to v1.0.8 and fully migrated to async/await
- 🏷️ Version bumped to 1.5.1.3
- 🐛 Fixed [BUG] docker-compose → wrong variables (#214)
📱 iGotify iOS Update v1.5.5 LIVE
The upcoming iOS release will include:
- 🔁 Fix for duplicate notifications
- 🔐 Fix for encrypted notifications
- 🛠️ General bug fixes and library updates
- #213 #200 #194 #131
🙌 Special Thanks
A big thank you to @nicedevil007 for creating a stunning new 📘 Wiki and an excellent ⚙️ installer script for native installations.
Your contribution is greatly appreciated and helps the project move forward 🚀
Full Changelog: v1.5.1.2...v1.5.1.3
Release v1.5.1.2
What's Changed
- Bug Fixing Websocket workflow again
- Smoother GitHub Action building
Full Changelog: v1.5.1.1...v1.5.1.2
Release v1.5.1.1
What's Changed
- Issue #204: Docker experiences a panic response when encountering unauthorized or invalid Client Tokens in the users.db file. In response, it attempts to reconnect every 10 seconds. However, upon initial startup, the system checks for a 401 response. If a 401 response is detected, the reconnection process for this websocket is terminated, effectively resolving the panic issue experienced by the Docker host.
Full Changelog: v1.5.1.0...v1.5.1.1
Release v1.5.1.0
Release v1.5.0.3
Release v1.5.0.1
iGotify Notification Assistent v1.5.0.1
• Fixed missing insert value GotifyUrl
• Updated Libs
• Optimized Code
iOS - iGotify 1.5
Caution
Drop support iOS < 17.0
- Update SPM - Lib's
- add latest iPhone & iPad Models
- adding refresh Public Key function for decryption #131
- investigate flame emoji 🔥- Bug #131
- check CarPlay notifications (only notification no app integration) #129
- 12 hours 0s bug #118
- add custom HTTP Headers to instances #105 #147 #165
- iOS 26 + icon support #170
- swipe to delete notificatification comes with iOS 26 design #54
Full Changelog: v1.5.0.0...v1.5.0.1
Release v1.5.0.0
iGotify Notification Assistent v1.5.0.0
- Bug Fixing and Update Lib's
- Docker container healthchecks #124
- add custom HTTP Headers to instances #105 #147 #165
iOS - iGotify 1.5
Caution
Drop support iOS < 17.0
- Update SPM - Lib's
- add latest iPhone & iPad Models
- adding refresh Public Key function for decryption #131
- investigate flame emoji 🔥- Bug #131
- check CarPlay notifications (only notification no app integration) #129
- 12 hours 0s bug #118
- add custom HTTP Headers to instances #105 #147 #165
- iOS 26 + icon support #170
- swipe to delete notificatification comes with iOS 26 design #54
Full Changelog: v1.3.1.0...v1.5.0.0
Release v1.3.1.0
• changed from .NET 8 to .NET 9
• moved from SwaggerUI to ScalarUI, because under .NET 9 they removed Swagger support and provide the basic OpenAPI standard
• Bug fixes
• latest Nuget Updates
• added new Environments
• ENABLE_CONSOLE_LOG = you can disable unnecessary console logs (default: true)
• ENABLE_SCALAR_UI = you can now disable the Endpoint page (default: true)
Full Changelog: v1.3.0.0...v1.3.1.0
Release v1.3.0.0
iOS Update 1.3 (in review) changes:
- Many bugs and performance issues fixed #53
- We understand now:
- 🇳🇱 dutch thanks to @Gerbildral
- 🇮🇹 italia thanks to @Taoshan98
- 🇪🇸 spain thanks to @gonzalo
- We have switched the default language from German to English
- You can now lock the app with biometric security feature #62
- You can now set a custom sounds for each priority level, similar to colors. The settings menu has been updated for this purpose. #45
- If app images are stored in Gotify, they will now be displayed as the contact picture in the notification. Please note that this does not apply to local instances. #64
- You can now create local instances, where the environment variables for configuring the iGotify container will be displayed in the app. Please also refer to the ReadMe on GitHub for further details. #59 #56
- added review prompt #70
iGotify Notification Assistent 1.3.0.0 changes:
Release v1.2.0.3
#50 - ixed the connection issue behavior where the connection would some times drop. Now, the container waits for a connection and retries every 10 seconds. Additionally, NuGet dependencies have been updated.