v0.4.2: pinned headers, layout alignment, info dialog, yellow highlights

This commit is contained in:
2026-06-09 16:05:28 +02:00
parent b2fc557e4f
commit 7fe5f08686
6 changed files with 55 additions and 3 deletions
+21
View File
@@ -4,6 +4,27 @@ All notable changes to NotAlterra are documented in this file.
---
## [v0.4.2] — 2026-06-09
### Added
- **Info dialog** — non-blocking popup (no button) for backup-in-progress status
- **INI restore picker header** — pinned header with "INI Backup" / "Size" columns
- **Header pinned on restore pickers** — column header + blank spacer stay fixed
- **Spacer row** between list content and status bar on all screens
### Changed
- **Layout alignment** — restore backup and INI restore headers aligned with data
- **Column widths** — Backup column widened to 38 chars for longer labels
- **Size column** — right-aligned, header centered above values
- **Main menu** — entries shifted 1 position left
- **INI submenu** — entries aligned with main menu, header cyan + 3 right
- **Highlight color** — all picker highlight color changed to yellow
- **Backup creation** — no intermediate spinner page; info popup + summary dialog
- **INI restore picker** — now uses `pinned_header`, matching restore backup style
### Fixed
- **Header/data misalignment** — total widths matched so `{:>8}` fields align
## [v0.4.1] — 2026-06-09
### Added