Skip to content

Releases: dkhalife/task-wizard

v1.0.54

05 Jun 14:16
850ae25

Choose a tag to compare

v1.0.54 Pre-release
Pre-release

Changelog

Changes in backend

  • Fix session-expired banner re-auth in MSAL single-account mode (#327)
  • Make settings server card stretch full width on Android (#326)

v1.0.53

05 Jun 13:31
caf5ce9

Choose a tag to compare

v1.0.53 Pre-release
Pre-release

Changelog

Changes in backend

  • ci: run Playwright E2E only on push to main (#325)
  • Bump react-router from 7.12.0 to 7.16.0 in /frontend in the npm_and_yarn group across 1 directory (#322)
  • Replace completed-tasks view with an Activity feed and revert (#324)
  • Show session-expired banner on non-recoverable auth failure (#323)
  • Add Esc shortcut to cancel task edit (#321)
  • Bump postcss from 8.5.6 to 8.5.15 in /frontend in the npm_and_yarn group across 1 directory (#320)
  • Clean up old ACR images during release (#319)
  • Propagate sync failures from SyncCoordinator.syncOnceBlocking (#318)
  • Fix NPE risk on empty Retrofit response body in repos (#317)
  • Log dropped WebSocket messages when socket is not connected (#316)
  • fix(safety): guard against nil NextDueDate in SkipTask (#314)
  • fix(quality): return 404 instead of 500 when task is not found (#315)
  • fix(security): add ownership checks to CompleteTask and SkipTask (#313)

v1.0.52

04 May 14:22
76870a1

Choose a tag to compare

v1.0.52 Pre-release
Pre-release

Changelog

Changes in backend

  • feat(android): add search to task list screen (#312)

v1.0.51

26 Apr 17:51
34343c0

Choose a tag to compare

Changelog

Changes in backend

  • fix(migrations): use INTEGER for sessions.user_id to match users.id FK type (#311)

v1.0.50

26 Apr 16:45
aeb604d

Choose a tag to compare

v1.0.50 Pre-release
Pre-release

Changelog

  • aeb604d fix: prevent duplicate label creation from Android sync engine (#310)
  • ac77f31 Simplify web auth: remove ssoSilent, add server-side sessions (#309)

v1.0.49

26 Apr 16:22
aeb604d

Choose a tag to compare

v1.0.49 Pre-release
Pre-release

Changelog

Changes in backend

v1.0.48

25 Apr 17:19
783b5ff

Choose a tag to compare

v1.0.48 Pre-release
Pre-release

Changelog

Changes in backend

  • android: optimistic UI for task complete and skip (#308)

v1.0.47

24 Apr 02:04
5804bc3

Choose a tag to compare

v1.0.47 Pre-release
Pre-release

Changelog

Changes in backend

  • Android: stop over-fetching after local edits and on WS echoes (#307)
  • Android: eliminate task list flicker on cold start (#306)

v1.0.46

23 Apr 19:32
0c0e3b9

Choose a tag to compare

v1.0.46 Pre-release
Pre-release

Changelog

Changes in backend

  • Add task search by title + better MCP tool error messages (#305)
  • Add local sync of tasks and labels with server priority + outbox override (#304)
  • Submit task form on Enter in title field (#303)

v1.0.45

10 Apr 05:53
0ed7e5f

Choose a tag to compare

v1.0.45 Pre-release
Pre-release

Changelog

Changes in backend

  • Speed up unauthenticated login redirect (#302)
  • Fix android manifest as well with new msal intent filter (#301)