mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
- Add all GitHub release notes as individual markdown files in docs/releases/ - Create releases index page with organized version listings - Integrate release notes into MkDocs navigation - Add script to automatically generate release notes from GitHub releases
844 B
844 B
TaskNotes v2.0.2
Bug Fixes:
- Fixed recurring tasks without due dates not appearing in agenda view
- Recurring tasks now properly show on their scheduled days in agenda view
Settings Improvements:
- Enhanced Priorities settings tab with comprehensive usability improvements
- Added detailed descriptions, help sections, and column headers
- Added input validation and better visual organization
- Matches the improved usability of the Statuses settings tab
Technical Details:
- Modified FilterService date range filtering to properly handle recurring tasks without due dates
- Added logic to check if recurring tasks should appear on any date within the specified range
- Uses existing isRecurringTaskDueOn helper for accurate recurrence calculations
- Maintains full backward compatibility for all existing functionality