Skip to content

Commit 4ce47d3

Browse files
committed
release: v0.32.1
1 parent da9c06a commit 4ce47d3

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.32.1] - 2026-04-17
11+
12+
### Changed
13+
14+
- Revert in-app tab bar refactor to restore native macOS window tabs (stability)
15+
1016
## [0.32.0] - 2026-04-16
1117

1218
### Fixed
@@ -1342,7 +1348,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
13421348
- Custom SQL query templates
13431349
- Performance optimized for large datasets
13441350

1345-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.32.0...HEAD
1351+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.32.1...HEAD
1352+
[0.32.1]: https://github.com/TableProApp/TablePro/compare/v0.32.0...v0.32.1
13461353
[0.32.0]: https://github.com/TableProApp/TablePro/compare/v0.31.5...v0.32.0
13471354
[0.31.5]: https://github.com/TableProApp/TablePro/compare/v0.31.4...v0.31.5
13481355
[0.31.4]: https://github.com/TableProApp/TablePro/compare/v0.31.3...v0.31.4

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@
20912091
CODE_SIGN_IDENTITY = "Apple Development";
20922092
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20932093
CODE_SIGN_STYLE = Automatic;
2094-
CURRENT_PROJECT_VERSION = 70;
2094+
CURRENT_PROJECT_VERSION = 71;
20952095
DEAD_CODE_STRIPPING = YES;
20962096
DEVELOPMENT_TEAM = D7HJ5TFYCU;
20972097
ENABLE_APP_SANDBOX = NO;
@@ -2116,7 +2116,7 @@
21162116
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
21172117
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
21182118
MACOSX_DEPLOYMENT_TARGET = 14.0;
2119-
MARKETING_VERSION = 0.32.0;
2119+
MARKETING_VERSION = 0.32.1;
21202120
OTHER_LDFLAGS = (
21212121
"-Wl,-w",
21222122
"-force_load",
@@ -2163,7 +2163,7 @@
21632163
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
21642164
CODE_SIGN_STYLE = Automatic;
21652165
COPY_PHASE_STRIP = YES;
2166-
CURRENT_PROJECT_VERSION = 70;
2166+
CURRENT_PROJECT_VERSION = 71;
21672167
DEAD_CODE_STRIPPING = YES;
21682168
DEPLOYMENT_POSTPROCESSING = YES;
21692169
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2189,7 +2189,7 @@
21892189
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
21902190
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
21912191
MACOSX_DEPLOYMENT_TARGET = 14.0;
2192-
MARKETING_VERSION = 0.32.0;
2192+
MARKETING_VERSION = 0.32.1;
21932193
OTHER_LDFLAGS = (
21942194
"-Wl,-w",
21952195
"-force_load",

docs/changelog.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ description: "Product updates and announcements for TablePro"
44
rss: true
55
---
66

7-
<Update label="April 16, 2026" description="v0.32.0">
8-
### New Features
7+
<Update label="April 17, 2026" description="v0.32.1">
8+
### Changed
99

10-
- **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.
10+
- Revert in-app tab bar refactor to restore native macOS window tabs (stability)
11+
</Update>
1412

13+
<Update label="April 16, 2026" description="v0.32.0">
1514
### Improvements
1615

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)
2016
- OpenSSL updated to 3.4.3 (CVE-2025-9230, CVE-2025-9231)
2117
- Memory pressure monitoring now reactive via DispatchSource
2218

0 commit comments

Comments
 (0)