Skip to content

v1.0.18

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 05:11
· 406 commits to main since this release
7f6cd4f

Changelog

Changes in frontend

  • 1.0.20
  • Edit a preloaded task should be instant (#168)
  • Centrally update groups when relevant state changes (#167)
  • Move more state around My Tasks to redux (#166)
  • Refactor more state to be held by redux store (#165)
  • Add SyncStatus component (#164)
  • Add updateDueDate redux thunk (#163)
  • Add thunks for task creation and saving (#162)
  • Add skipTask thunk and update components (#161)
  • Add deleteTask thunk and wire to components (#160)
  • Use redux for more of the app state (#159)
  • Add user slice (#158)
  • Sync redux store from websocket events (#157)
  • Implement labels slice (#156)
  • Add Redux store and tasks slice (#155)
  • Hide tasks overview on mobile (#154)
  • Remove page heading (#153)

Changes in backend

  • Update keyboard shortcuts table (#176)
  • Allow specifying config file over command line or env variable (#175)