Skip to content

Releases: dkhalife/task-wizard

v1.0.12

07 Jul 03:30
ac18821

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.15

Changes in backend

  • Add DB indexes for key fields (#135)

v1.0.11

04 Jul 20:18
f5d756b

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.14
  • Ensure token validation returns a boolean (#142)
  • Add newline at EOF for sound util (#140)

Changes in backend

  • Add email config via env vars (#134)
  • Implement task uncompletion (#132)
  • Add completed tasks listing with pagination (#133)
  • Fix token reminder config entry (#128)
  • Remove temp DB file after tests (#131)
  • Fix token reminder config entry (#129)
  • Enable task editing via CalDAV (#127)
  • Fix AssignLabelsToTask transaction usage (#126)
  • Fix typo in README (#125)

v1.0.10

10 Jun 21:40
c0b19ad

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.13
  • Fix label regression in marshalling tasks (#139)

Changes in backend

v1.0.9

10 Jun 21:09
c0b19ad

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.12
  • 1.0.11
  • Security patches for react-router related packages (#138)
  • Set required permissions on CI (#137)
  • Support end date for recurring tasks (#136)
  • Fix bug with date overflow when using arrow keys (#135)
  • don't log telemetry when logged out (#133)
  • Bump prettier-plugin-react to 0.0.1 (#134)

Changes in backend

  • Verify token claims prior to expiration (#124)
  • Include task label ids in etag calculation (#123)
  • Use scheduler to cleanup notifications instead of cascade (#122)
  • Support end date for recurring tasks (#121)

v1.0.8

10 May 23:02
885b004

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.10
  • Add new token types for caldav support (#130)
  • Bump vite from 6.2.6 to 6.2.7 in the npm_and_yarn group across 1 directory (#129)

Changes in backend

  • Update readme with new features (#118)
  • Add read support through CalDav (#117)
  • Varius bug fixes (#116)
  • Log request method (#115)
  • Add created and updated dates for labels and helper to find user's most recently updated time (#114)
  • Add few more tests and interfaces (#111)
  • App tokens expiration should be in unix timestamp format (#113)
  • Allow environment variables for secrets (#112)
  • Add code coverage badge (#110)
  • Use codecov service for reporting (#109)
  • Add some more test suites (#108)

v1.0.7

27 Apr 00:35
a244348

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.9
  • Add ding sound when task is completed (#128)
  • Update chip label for due dates (#127)
  • Bump vite from 6.2.3 to 6.2.6 in the npm_and_yarn group across 1 directory (#126)
  • Bump vite from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 directory (#125)

Changes in backend

  • Remove "today" from due date notification (#107)
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group across 1 directory (#105)
  • Remove extra blank line in logs (#106)
  • Add some tests to get started (#104)
  • Simplify db init code (#103)
  • Cleanup some useless code (#102)
  • Remove redundant debug config (#101)
  • Bump github.com/golang-jwt/jwt/v4 (#100)

v1.0.6

21 Mar 01:19
a042ac0

Choose a tag to compare

Changelog

Changes in frontend

  • log client errors on server (#124)
  • Switch from momentjs to date-fns (#123)
  • remove console.error to let exception propagate (#122)
  • show both frontend and backend versions in nav bar (#121)
  • fix bug with context menu coordinates (#120)
  • add devcontainer and update readme (#118)
  • make search case insensitive (#119)

Changes in backend

  • fix release config yaml (#97)
  • add both repos into the codespace (#96)
  • Add a log API route (#94)
  • Add a config for logging, remove TW_ENV, and clean up logs (#93)
  • Standardize logging across the backend (#92)
  • fix foreign key relationship in notifications (#91)
  • set backend version when building frontend (#90)
  • Bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group across 1 directory (#89)
  • Update README and gitignore with configuration for codespaces (#88)
  • Add devcontainer configuration (#87)

v1.0.5

09 Mar 19:25
f0eae48

Choose a tag to compare

Changelog

Changes in frontend

  • 1.0.7
  • Add expiration duration for api tokens (#117)
  • revert ui alignment (#116)
  • Ensure there is a single context menu at all times for tasks (#115)
  • prettier (#114)
  • Add more keyboard a11y (#113)

Changes in backend

  • update changelog during release (#86)
  • add jobs to send email reminders and expire tokens (#85)
  • tokens should have expiration (#84)

v1.0.4

05 Mar 02:40
6bed2a1

Choose a tag to compare

Changelog

  • UI improvements for consistency
  • New quick actions in Tasks Overview
  • New keyboard shortcet for Search in Tasks Overview
  • New setting for choosing a default view for a device
  • Added support for fine-grained access tokens

v1.0.3

03 Mar 06:56
420dc83

Choose a tag to compare

Changelog

  • Dark theme is back
  • Group by state for My Tasks view is now remembered across sessions
  • Account creation now requires activation
  • Docker image now comes with healthcheck