Skip to content

v1.0.26

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:27
· 541 commits to main since this release
7b37631

Changelog

Changes in frontend

  • 1.0.30
  • Disable caching in API requests (#200)
  • Handle websocket reconnect timers in WebSocketManager (#199)
  • refactor recurrence chip text function (#198)
  • Handle localStorage parse errors in storage utility (#196)
  • Handle refresh token failures (#197)
  • feat: add typed websocket payloads (#194)
  • Add desktop task notifications with local toggle (#195)
  • Map labels from bare ids to full objects using existing state (#193)
  • Consolidated constants for magic numbers (#192)
  • Update tasks state over websocket (#191)
  • Handle notification settings websocket updates (#189)
  • feat(ws): handle token events (#188)
  • Update labels redux state via websocket events (#187)
  • Update TasksOverview to use css vars (#186)
  • Move feature flags state to redux (#185)
  • Show websocket connection status (#184)
  • Use centralized snackbars to show messages (#183)

Changes in backend

  • Fix orphaned where clause in task deletion logic (#187)
  • Send shallow labels over ws events for task updated events (#186)