@@ -7,31 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ### Fixed
10+ ### Added
1111
12- - File picker dialog appears behind the connection form window
13- - Fix crash when removing jump hosts from SSH tunnel configuration
14- - Fix crash when export dialog refreshes database list while tree view is displayed
15- - Use sheet presentation for password and TOTP prompts instead of blocking modal dialogs
16- - Fix localized strings with interpolation creating untranslatable dynamic keys
17- - Fix crash when closing window during SSH tunnel connection (use-after-free in libssh2)
18- - Fix potential deadlock in SSH host key verification prompts (semaphore → async/await)
19- - Fix data race in ConnectionStorage, GroupStorage, and TagStorage (added @MainActor isolation)
20- - Add schema versioning to SQLite databases (query history, favorites) for future migrations
21- - Use semantic selected-text color instead of hardcoded white in selected rows
22- - Use proper CommandGroup for full-screen shortcut instead of event monitor
23- - Use sheet presentation for all file open/save panels instead of free-floating dialogs
24- - Replace event monitor with native SwiftUI .onKeyPress() in connection switcher
25- - Extract reusable SearchFieldView component from 4 custom search field implementations
26- - Replace timing hacks with structured signals (polling loops, arbitrary delays)
12+ - iOS: groups, tags, filter, sort, pagination, query history, export to clipboard, Spotlight, Siri Shortcuts, Home Screen widget
2713
28- ### Changed
14+ ### Fixed
2915
30- - Migrate undo system from custom stacks to NSUndoManager — Edit menu now shows "Undo Edit Cell", "Undo Delete Row", etc.
16+ - Fix crashes in SSH tunnel, export dialog, and jump host removal
17+ - Fix data races in storage layers (MainActor isolation)
18+ - Use native sheet presentation for all dialogs and file pickers
19+ - Replace event monitors and timing hacks with native SwiftUI APIs
3120
32- ### Added
21+ ### Changed
3322
34- - iOS: groups, tags, filter, sort, pagination, query history, export to clipboard, Spotlight, Siri Shortcuts, Home Screen widget
23+ - Migrate undo system to NSUndoManager
3524
3625## [ 0.27.4] - 2026-04-05
3726
0 commit comments