Releases: ajmcateer/GotifyDesktop
Releases · ajmcateer/GotifyDesktop
Beta 2
Beta 2 release, Original App was based on a Avalonia Template from early 9.x, I ran into issues updating to latest version. This version is a new project with much of the old cruft removed.
Changes
- Notification Support on Linux and Windows (Mac is not supported by the library I use https://github.com/pr8x/DesktopNotifications).
- Stores server in json file, it is currently unencrypted so your password will be in plaintext. I am looking into the best way to secure it properly for release. You will need to re-login as old settings are ignored.
- Code Cleanup
- Simplified UI, I do plan on supporting more then one server at some point but for now made it support only one.
Beta-1
Finally settled on a UI design that I like, Thanks to Avalonia .10-preview 2 supporting a nice fluent design.
Sync no longer saves to the DB. It will grab the last 200 messages when it starts and then listen for new ones. At the moment I don't have plans to re-introduce that the design of it needs work and there are more important things I want to work on.
As usual Windows and Linux(Manjaro, others should work fine) were tested. I was unable to test Mac, if you experience an issue on Mac be as through as possible and I will do my best to fix it.