We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e266d commit f47fec3Copy full SHA for f47fec3
CHANGELOG.md
@@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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 custom resize handle with native NSSplitView for inspector panel
27
28
### Added
29
0 commit comments