Skip to content

Releases: androidseb25/iGotify-Notification-Assistent

Release v1.5.1.3

04 Jan 10:52
3b137cd

Choose a tag to compare

✨ 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

05 Dec 09:51
63e7adf

Choose a tag to compare

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

01 Dec 16:44
c821e3a

Choose a tag to compare

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

28 Nov 15:13
03004c5

Choose a tag to compare

We now use .NET 10 as base

Fixed the connection bug that appears.

The GitHub Action Build a wrong container

#201
#202

Release v1.5.0.3

25 Nov 15:56

Choose a tag to compare

  • fixing Websocket Reconnection workflow
  • version fix

#194
#131

Release v1.5.0.1

28 Aug 14:58
1bc246f

Choose a tag to compare

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

27 Aug 15:06
a88a55f

Choose a tag to compare

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

11 Jan 16:57
b320b22

Choose a tag to compare

• 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

08 Jul 11:57
449eb42

Choose a tag to compare

iOS Update 1.3 (in review) changes:

  1. Many bugs and performance issues fixed #53
  2. 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
  3. You can now lock the app with biometric security feature #62
  4. You can now set a custom sounds for each priority level, similar to colors. The settings menu has been updated for this purpose. #45
  5. 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
  6. 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
  7. added review prompt #70

iGotify Notification Assistent 1.3.0.0 changes:

  1. fixed performance issues
  2. Add option for local docker network #59
  3. Gotify Server is not available #56
  4. All notifications are 0s ago #53 -> please remove TZ environment when you've been added

Release v1.2.0.3

15 Apr 18:52

Choose a tag to compare

#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.