Releases: azymohliad/watchmate
Releases · azymohliad/watchmate
v0.5.3
v0.5.2
- Fix occasional high CPU usage when trying to reconnect
v0.5.1
- Fix the background mode on systems without the Background portal.
v0.5.0
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
v0.4.6
Fix build with musl
v0.4.5
- Add mobile-friendly declaration for Phosh
- Bundle symbolic icons
v0.4.4
Add support for older versions of InfiniTime (tested with v0.8.3)
v0.4.3
- Warn when trying to flash unsupported firmware release or mismatching resource version
- Disable resource flash and download buttons for releases without resources
v0.4.2
Makes notifications permission error message less confusing
v0.4.1
Fixed minimum window width being affected by the length of selected firmware version in the dropdown.
This prevented it to fit perfectly on the PinePhone screen with 2x scaling factor.