v1.1.0
Docker Images (GHCR)
If you want to run this exact version, pull these images and replace them in production/docker-compose.yml:
docker pull ghcr.io/ccextractor/backend:8845dffdb68a057ec20dc68c43be25fe1aa8b4b9
docker pull ghcr.io/ccextractor/frontend:8845dffdb68a057ec20dc68c43be25fe1aa8b4b9
What's Changed
- feat(tasks): Add visual indicator for unsynced task modifications by @ShivaGupta-14 in #310
- feat: add time to due date by @Vasist10 in #333
- fix: added DialogTitle to delete confirmation to prevent screen freeze by @KartikAhluwalia in #335
- fix: delete all tasks dialog state conflict by @Hell1213 in #337
- fix: accessibility warnings in mobile navbar dialogs by @Sparshagarwal29 in #336
- test: navbar desktop coverage by @Sparshagarwal29 in #318
- test: add test for NavbarMobile by @Neeraj-gagat in #339
- fix: unable to edit completed and deleted task by @Neeraj-gagat in #343
- fix(reports): correct date parsing and weekly range calculation by @ShivaGupta-14 in #340
- feat(reports): add "Overdue" as third category in Reports charts by @ShivaGupta-14 in #345
- Improve test coverage for CopyableCode component by @Sparshagarwal29 in #347
- feat: add datetime picker for start field in TaskDialog by @Hell1213 in #349
- feat: add datetime picker for due field in TaskDialog by @Hell1213 in #350
- Add datetime picker for end field in TaskDialog by @Hell1213 in #353
- test: add unit tests for useHotkeys hook by @tdevelope in #354
- chore: remove comments from codebase by @its-me-abhishek in #355
New Contributors
- @KartikAhluwalia made their first contribution in #335
- @Sparshagarwal29 made their first contribution in #336
- @tdevelope made their first contribution in #354
Full Changelog: v1.0.6...v1.1.0