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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +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
15
+
16
+
### Changed
17
+
18
+
- Sidebar table loading refactored: single source of truth, explicit loading states, no race conditions on database switch
17
19
18
20
### Fixed
19
21
20
-
- 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)
21
-
- 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