Skip to content

Releases: ajmcateer/GotifyDesktop

Beta 2

11 Jul 18:51
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

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

10 Aug 15:32
Compare
Choose a tag to compare
Beta-1 Pre-release
Pre-release

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.

Alpha 2

07 Mar 03:07
b3cd989
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release

UI rework to make things a little cleaner. Added the ability to log out and delete old messages. Among many other bug fixes. Things should be very stable. Once again Mac is untested though.

Alpha 1

09 Feb 00:51
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release
0.1.0

Fixed issue where a bad server address/port would not show connection…