Releases: smartclock-app/Clock
Releases · smartclock-app/Clock
v1.2.0
Migrate remoteConfig from WebSocket to HTTP JSON API Replaces the WebSocket-based remoteConfig command transport with a new HTTP+JSON API using Basic Auth. Adds a transport-agnostic CommandService, HTTP server, and standardized JSON response helpers. Moves command implementations to lib/remote/commands, updates SmartClock to start/stop the new server, and deprecates WebSocket-related files with stubs to fail fast if referenced.
v1.1.5
Improve event sorting and bump version to 1.1.5
v1.1.4
Fix broken nowplaying for missing provider
v1.1.3
Upgrade flutter version
v1.1.2
Add check for today's episode in TraktManager Introduced getTodayEpisode to check if a show's episode airs today and updated the watchlist logic to prioritize today's episode as the next air date. Bumped version to 1.1.2 in pubspec.yaml.
v1.1.1
Add 'Close SmartClock' option for non-iOS platforms Introduces a menu item to close the app using SystemNavigator.pop() on platforms other than iOS, where this method is not supported. Also bumps the app version to 1.1.1 in pubspec.yaml.
v1.1.0
Add Trakt Watchlist to watchlist options Updated dependencies
v1.0.21
Fix calendar
v1.0.20
Simplify watchlist
v1.0.19
Only show shows airing in next 6 days to prevent false positives