Skip to content

Commit c91d7d4

Browse files
committed
docs: simplify unreleased changelog entries
1 parent 227cd4a commit c91d7d4

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

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
1715

1816
### Changed
1917

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
2119

2220
### Fixed
2321

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)
23+
- SSH tunnel with `~/.ssh/config` profiles (#672): `Include` directives, token expansion, multi-word `Host` filtering
2624

2725
## [0.30.1] - 2026-04-10
2826

0 commit comments

Comments
 (0)