v1.0.2
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:9f583cabd3e71bafac5a2f6164ec6bd9aaca8fb4
docker pull ghcr.io/ccextractor/frontend:9f583cabd3e71bafac5a2f6164ec6bd9aaca8fb4
What's Changed
- feat(tasks): highlight overdue tasks and show overdue badge in dialog by @ShivaGupta-14 in #209
- feat: enhance tag editing functionality in task component by @ParthKshirsagar7 in #208
- fixed sorting by ID bug by @Neeraj-gagat in #218
- feat(tasks): implement fuzzy search using Fuse.js by @ShivaGupta-14 in #217
- feat: add editable depends field to task details by @Hell1213 in #211
- test: add comprehensive HomePage test suite and fix unreachable WebSocket branch by @ShivaGupta-14 in #219
- Changed the CSS by @Rustix69 in #220
- Test: Add comprehensive test coverage for Reports components by @Rustix69 in #223
- added keyboard shortcut keys by @Neeraj-gagat in #214
- test: Add snapshot tests by @AntoineDeveloppeur in #169
- fixed homepage eye button by @Neeraj-gagat in #231
- feat(tasks): add overdue filter, badge UI, and tests by @ShivaGupta-14 in #224
- added-more-keyboard-shortcuts by @Neeraj-gagat in #233
- feat: make due field editable Added due field editing functionality t… by @Hell1213 in #234
- patch: remove postman collection by @its-me-abhishek in #235
New Contributors
- @ParthKshirsagar7 made their first contribution in #208
- @AntoineDeveloppeur made their first contribution in #169
Full Changelog: v1.0.1...v1.0.2