Skip to content

Releases: smartclock-app/Clock

v1.2.0

30 Jan 23:00

Choose a tag to compare

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

30 Jan 20:48

Choose a tag to compare

Improve event sorting and bump version to 1.1.5

v1.1.4

17 Jan 17:39

Choose a tag to compare

Fix broken nowplaying for missing provider

v1.1.3

15 Jan 20:09

Choose a tag to compare

Upgrade flutter version

v1.1.2

14 Jan 20:50

Choose a tag to compare

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

05 Jul 12:58

Choose a tag to compare

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

11 Jun 15:51

Choose a tag to compare

Add Trakt Watchlist to watchlist options

Updated dependencies

v1.0.21

22 May 16:23

Choose a tag to compare

Fix calendar

v1.0.20

03 May 15:00

Choose a tag to compare

Simplify watchlist

v1.0.19

04 Apr 18:01

Choose a tag to compare

Only show shows airing in next 6 days to prevent false positives