You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- Full-text search across all columns in iOS data browser
13
-
- iPad keyboard shortcuts (Cmd+N new connection, Cmd+Return execute query, Cmd+1/2 switch tabs) and trackpad hover effects on list rows
14
-
- Server Dashboard with active sessions, server metrics, and slow query monitoring (PostgreSQL, MySQL, MSSQL, ClickHouse, DuckDB, SQLite)
15
-
- Handoff support for cross-device continuity between iOS and macOS
16
-
- State restoration across app lifecycle on iOS (selected connection, active tab, query text, database/schema selection)
12
+
- Server Dashboard: active sessions, metrics, slow queries (PostgreSQL, MySQL, MSSQL, ClickHouse, DuckDB, SQLite)
13
+
- Handoff support between iOS and macOS
14
+
- iOS: full-text search in data browser, state restoration, iPad keyboard shortcuts
17
15
18
16
### Changed
19
17
20
-
-Refactored sidebar table loading: single source of truth via coordinator, explicit loading states, no race conditions during database switch
18
+
-Sidebar table loading refactored: single source of truth, explicit loading states, no race conditions on database switch
21
19
22
20
### Fixed
23
21
24
-
- Create Database dialog showing MySQL charset/collation options for all database types; now shows database-specific options (encoding/LC_COLLATE for PostgreSQL, hidden for Redis/etcd)
25
-
- SSH Tunnel not working with `~/.ssh/config` profiles (#672): added `Include`directive support, SSH token expansion (`%d`, `%h`, `%u`, `%r`), multi-word `Host` filtering, and detailed handshake error messages
22
+
- Create Database dialog now shows correct options per database type (encoding/LC_COLLATE for PostgreSQL, hidden for Redis/etcd)
0 commit comments