Skip to content

Releases: dkhalife/task-wizard

v1.0.22

24 Jul 18:54
ecbe2c1

Choose a tag to compare

v1.0.22 Pre-release
Pre-release

Changelog

  • ecbe2c1 Dockerfile should use the same tag as the workflow run (#183)
  • 06c8cf5 Switch TaskUpdateReq to use int for task id (#182)
  • ae6505d remove useless canary versioned tag

v1.0.21

24 Jul 06:39
ecbe2c1

Choose a tag to compare

v1.0.21 Pre-release
Pre-release

Changelog

Changes in frontend

  • 1.0.27
  • Check if task id is a number before starting a draft for it (#172)

Changes in backend

v1.0.20

22 Jul 05:53
d271ce4

Choose a tag to compare

Changelog

  • d271ce4 Checkout frontend for changelog generation (#180)
  • 71e2eb3 Set prerelease in goreleaser (#179)
  • b652be8 Include prereleases in determining next tag (#178)
  • 9b3c77e Update the release process with canary and release environments (#177)

v1.0.19

22 Jul 05:21
d271ce4

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.25

Changes in backend

v1.0.18

21 Jul 05:11
7f6cd4f

Choose a tag to compare

v1.0.18 Pre-release
Pre-release

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)

v1.0.17

14 Jul 06:36
6d1d11e

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.19
  • Add websocket events for tasks (#152)

Changes in backend

  • Add missing workflow permission for OIDC login (#174)
  • Push docker image to ACR (#173)

v1.0.16

13 Jul 04:27
98e34fa

Choose a tag to compare

Changelog

v1.0.15

13 Jul 02:25
98e34fa

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.19
  • Add websocket events for tasks (#152)

Changes in backend

v1.0.14

07 Jul 06:22
1f80cf9

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.17

Changes in backend

  • Add index for TaskHistory.task_id (#138)

v1.0.13

07 Jul 04:24
19559ac

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.16

Changes in backend

  • Move notification generation and email sending to a background context (#136)
  • Enable WAL to improve write performance and add db logger (#137)