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
-**In-App Tab Bar**: Replace native macOS window tabs with a custom tab bar for instant switching (was 600ms+ per tab). Includes drag reorder, pinned tabs, dirty indicators, and context menus.
11
+
-**Reopen Closed Tab**: Press Cmd+Shift+T to reopen the last closed tab (up to 20 in history). Shortcut is remappable in Settings.
12
+
-**Pinned Tabs**: Pin important tabs to prevent accidental close. Pinned tabs always appear at the left side, survive Close Others and Close All.
13
+
-**MRU Tab Selection**: Closing a tab now selects the most recently active tab, matching browser behavior.
14
+
15
+
### Improvements
16
+
17
+
- Tab content preserved across switches — no view destruction or recreation
18
+
- Deeplinks and Handoff route to in-app tabs instead of creating duplicate windows
19
+
- Connection state persisted incrementally on connect/disconnect (survives force quit)
20
+
- OpenSSL updated to 3.4.3 (CVE-2025-9230, CVE-2025-9231)
21
+
- Memory pressure monitoring now reactive via DispatchSource
22
+
23
+
### Bug Fixes
24
+
25
+
- Fix raw SQL injection via external URL scheme deeplinks — now requires user confirmation
26
+
- Fix MySQL prepared statements silently truncating columns larger than 64KB
27
+
- Fix MSSQL error messages misattributed when multiple connections open simultaneously
28
+
- Fix BigQuery filter injection via unescaped column names and unvalidated operators
29
+
- Fix app quitting without warning when tabs have unsaved edits
30
+
- Fix connection list corruption risk from non-atomic UserDefaults writes
31
+
- Fix stale user-installed plugins silently rejected with no UI feedback
0 commit comments