Releases: dkhalife/task-wizard
Releases · dkhalife/task-wizard
v1.0.12
v1.0.11
Changelog
Changes in frontend
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
v1.0.9
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
v1.0.8
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
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
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
v1.0.4
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
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