@@ -7,6 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.17.0] - 2025-10-12
11+
12+ ### Added
13+ - Enhance tour navigation with async operations and state persistence
14+ - Add multi-page tour functionality with overlay component
15+ - Add language selection dropdown to onboarding dialog
16+ - Add loading overlay to pages with state management improvements
17+ - Improve user experience for multiple sync errors display
18+ - Implement translation keys with parameters for sync error handling
19+
20+ ### Changed
21+ - Initialize onboarding steps once in initState
22+
23+ ### Fixed
24+ - Add mounted check before navigation after async gap
25+ - Update help dialog title and content formatting
26+ - Enhance task completion button touch area and recurrence handling
27+ - Improve app initialization timing with context availability check
28+ - Prevent background dim flicker during step transitions
29+ - Wait for page loaded before starting tour
30+ - Wait for page loaded before starting tour
31+ - Wait for page loaded before starting tour
32+ - Wait for page loaded before starting tour
33+ - Wait for page loaded before starting tour
34+ - Prevent data loss in task details date fields during background refresh
35+ - Refactor tag display logic in task_card.dart
36+ - Refactor tag display logic in note_card.dart
37+ - Refactor tag display logic in habit_card.dart
38+ - Refactor tag display logic in app_usage_card.dart
39+ - Remove cursor selection restoration logic from detail components
40+ - Improve tag display in card components with overflow handling
41+ - Capture errorParams in _ handleIncomingSync method
42+
1043## [ 0.16.5] - 2025-10-02
1144
1245### Added
0 commit comments