@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.18.0] - 2025-10-25
11+
12+ ### Added
13+ - Make estimated time truly optional by treating 0 as null
14+ - Add default estimated time setting for tasks with UI and logic
15+ - Implement batch firewall rule addition for Windows and improve detection
16+
17+ ### Fixed
18+ - Address Gemini review feedback - remove redundant callbacks and restore UI descriptions
19+ - Add time data service and integrate with habit and tag components
20+ - Rename application layer settings translation keys file and update references
21+ - Replace segmented button for elapsed time dialog
22+ - Address final Gemini review feedback on formatting and readability
23+ - Resolve critical bug and improve error logging consistency
24+ - Address Gemini review feedback on error logging, logic, and usability
25+ - Improve task settings usability and error handling
26+ - Resolve settings logic bug for estimated time persistence
27+ - Address Gemini Code Assist review feedback
28+ - Update lcov info with revised line coverage data
29+ - Improve error handling in PowerShell script execution
30+ - Correct regex pattern and cleanup logic in PowerShell script handling
31+ - Fix netsh command parsing and firewall elevation issues
32+ - Remove obsolete firewall setup initialization
33+ - Improve firewall rule check for non-English systems
34+ - Improve firewall rule detection with PowerShell and fallback
35+ - Improve data migration logic and version handling
36+
1037## [ 0.17.1] - 2025-10-13
1138
1239### Added
0 commit comments