@@ -7,6 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.16.0] - 2025-09-30
11+
12+ ### Added
13+ - Add toggle for showing subtasks in tag details
14+ - Add completion date range filtering
15+ - Introduce system and user app filtering service
16+ - Distinguish estimated vs manually logged habit time
17+ - Enhance time logging and timer integration for habits/tasks
18+ - Set default estimated time values for habits and tasks
19+ - Implement habit time tracking with timer integration and display
20+ - Add automatic estimated time logging for habits and tasks
21+ - Add manual time logging with total duration display
22+ - Add time logging dialog and total duration query
23+ - Add unified timer component with pomodoro, normal, and stopwatch modes
24+ - Add time tracking support with new repository and schema updates
25+
26+ ### Changed
27+ - Add debounce to search filter input
28+ - Optimize queries and fix timer logging behavior
29+ - Optimize duration queries with batch fetching and fix timer logging
30+
31+ ### Fixed
32+ - Add task time record repository to registration
33+ - Calculate totalElapsedTime for subtasks
34+ - Correct filtering logic for parent and subtasks inclusion
35+ - Add spacing before times section in today page
36+ - Correct SQL variable binding order in task filtering
37+ - Exclude completed parent tasks when showing subtasks
38+ - Use DATE() for accurate planned date matching in recurrence queries
39+ - Resolve data loss in isolate serialization and enhance conflict resolution
40+ - Enhance serialization robustness and conflict resolution
41+ - Enhance serialization, conflict resolution, and recurrence queries
42+ - Address critical data loss and scalability issues in isolate serialization
43+ - Improve isolate serialization robustness
44+ - Enhance isolate DTO conversion and task recurrence parent ID handling
45+ - Resolve serialization, deduplication, and device pairing issues
46+ - Preserve existing task ID when updating with remote data
47+ - Prevent duplicate recurring tasks in multi-device sync
48+ - Enhance conflict resolution for deletions and recurring tasks
49+ - Prevent input conflicts during data refresh in detail views
50+ - Add primary keys and constraints to habit tables
51+ - Correct elapsed time translation key and update task recurrence locales
52+ - Complete translations and refactor shared keys
53+ - Add primary keys and constraints to habit tables
54+ - Prevent paste conflicts in empty text fields
55+ - Correct date range for calendar habit records query
56+ - Ensure all tagged tasks are included in time totals
57+ - Implement proper time unit handling for habit tracking
58+ - Register add habit time record command handler
59+ - Add time tracking support with new repository and schema updates
60+
1061## [ 0.15.0] - 2025-09-14
1162
1263### Added
0 commit comments