Skip to content

v0.5.0

Compare
Choose a tag to compare
@azymohliad azymohliad released this 04 Nov 20:47
· 8 commits to main since this release

Changelog

  • Added persistent settings.
  • Added an option to run in the background.
  • Added an option to auto-start on login.
  • Added automatic reconnection when the connection is lost.
  • Reworked automatic connection on startup.
  • Added an "About" dialog.
  • Made minor UI improvements.
  • Fixed recovery from system suspend.
  • Fixed the name for GNOME HIG compliance: "WatchMate" -> "Watchmate".

For package maintainers

This release adds GSettings schema that needs to be additionally installed:

install -Dm 644 assets/io.gitlab.azymohliad.WatchMate.gschema.xml -t /usr/share/glib-2.0/schemas

Additionally, it might be necessary to recompile GLib schemas as a post-install hook, but I'm not sure about that yet:

glib-compile-schemas /usr/share/glib-2.0/schemas