Releases: CEKlopfenstein/gotify-repeater
Releases · CEKlopfenstein/gotify-repeater
Release - 2024.5.1
Same as previous release. Version bump to correct building for 2.6.1
General Improvements
- Delay between attempted connections on enable now progressively increases.
- Done to correct issue where it fails on a slow starting container. (Exceeded 10 seconds)
- Got to love power outages causing frequent reboots for finding this issue.
- Rebuilt plugin for Gotify 2.6.1
Release - 2024.4.2
General Improvements
- Delay between attempted connections on enable now progressively increases.
- Done to correct issue where it fails on a slow starting container. (Exceeded 10 seconds)
- Got to love power outages causing frequent reboots for finding this issue.
- Rebuilt plugin for Gotify 2.6.1
Prerelease - 2024.4.1-pre
Changes:
- Delay between attempted connections on enable now progressively increases.
Release - 2024.3.2
No Changes From 2024.2.36
2024.3.2 is a rebuild to support Gotify 2.5.0. No Changes beyond that.
General Improvements
- Modified method of setting version number. Now provided at compile time through ldflags
- Built and tested basic Release Generation Pipelines for both Prereleases and Proper releases.
- Discord Webhooks how hidden unless hovered over.
- Refactored internal package names for clarity.
- Version of the change log is now present within the Plugin Info Page.
- Limited to changes since last non prerelease. (Contents of MAJOR_CHANGELOG.md in repo)
- Updated README.md
- Removed certain planned features.
Bug Fixes
- Added block to prevent spamming out transmittions that include blank titles and messages.
- Corrected reconnect protocal to function as expected.
- Broken connections will not be reestablished until 1 second after connection was lost.
New Features
- Added ability to have transmit counts.
- Updated within the GUI once every 5 seconds currently.
- Logs for the plugin spesifically are now visible within the UI.
- Refreshes every 5 seconds
- Implemented New Relay Transmitters.
- Discord Advance
- Makes use of Embed elements in Discord messages.
- Currently provides limited benefit over normal Discord Transmitter.
- Pushbullet
- Discord Advance
Release - 2024.2.36
General Improvements
- Modified method of setting version number. Now provided at compile time through ldflags
- Built and tested basic Release Generation Pipelines for both Prereleases and Proper releases.
- Discord Webhooks how hidden unless hovered over.
- Refactored internal package names for clarity.
- Version of the change log is now present within the Plugin Info Page.
- Limited to changes since last non prerelease. (Contents of MAJOR_CHANGELOG.md in repo)
- Updated README.md
- Removed certain planned features.
Bug Fixes
- Added block to prevent spamming out transmittions that include blank titles and messages.
- Corrected reconnect protocal to function as expected.
- Broken connections will not be reestablished until 1 second after connection was lost.
New Features
- Added ability to have transmit counts.
- Updated within the GUI once every 5 seconds currently.
- Logs for the plugin spesifically are now visible within the UI.
- Refreshes every 5 seconds
- Implemented New Relay Transmitters.
- Discord Advance
- Makes use of Embed elements in Discord messages.
- Currently provides limited benefit over normal Discord Transmitter.
- Pushbullet
- Discord Advance
Prerelease - 2024.2.28-pre
2024.2.28
First Trial of using Github Actions for a Release.
Changes:
- Modified method of setting version number. Now provided at compile time through ldflags
- Built and tested basic Release Generation Pipelines for both Prereleases and Proper releases.
Version 1 Release - 2024.1.22
Changes:
- Corrected Various Bugs
- Includes a bug when handling notifications from Proxmox
- Added ability for the plugin to attempt to auto-recover
- Changed the method of configuration from the use of Configurator to a custom interface.
- Added ability to create multiple "transmitters" on a single relay.
- Added ability to deactivate and activate "transmitters"
- Added ability to delete "transmitters"
- Added "Log Transmitter".
- Currently only useful for possible debugging and as a demonstration that multiple different types of "transmitters" are possible.
Version 0 Release - 2024.0.6
An Initial Base Functionality Use/Proof of Concept. Fully functional in the simplest sense.
- Implemented Discord Webhook
- The username is "Gotify Repeater" or the name of the Application receiving the notification.
- Message is Gotify Message title as a "Header" with the proper message below. (Makes use of Discord Messages' new Header Support)
- Configurator Implemented
- ClientToken - Client that the plugin will listen to. (May belong to another user if desired.)
- ServerURL - Defaults to
http://localhost
. If you are deploying Gotify outside of docker or have HTTPS configured this may need to be modified. Should be the URL that accesses Gotify on the local machine it is running on. - DiscordWebhook - The Discord Webhook that the messages are sent to.
- Displayer contains information on the Configurator values.