v0.4.3: dashboard count fixes, mtime preservation, nav bound fix

This commit is contained in:
2026-06-09 21:21:43 +02:00
parent 5e31c94421
commit 057aeffd41
8 changed files with 37 additions and 24 deletions
+8
View File
@@ -4,6 +4,14 @@ All notable changes to NotAlterra are documented in this file.
---
## [v0.4.3] — 2026-06-09
### Fixed
- **Dashboard counts** — "Saves" now shows `.bak` recovery file count, "Backups" shows `.tar.gz` archive count
- **Backup mtime preservation** — tar archives now store source file modification times, preventing epoch dates on restored files
- **Navigation bound** — restore backup picker no longer stops before migrated entries
- **Save folder dialog** — pre-fills with the current path if one is already set
## [v0.4.2] — 2026-06-09
### Added