Skip to content

Commit f132b08

Browse files
committed
release: v0.24.0
1 parent f8cfcb6 commit f132b08

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.24.0] - 2026-03-26
11+
1012
### Added
1113

1214
- Multi-select connections in Welcome window (Cmd+Click, Shift+Click) with bulk delete (⌘⌫), Move to Group, and multi-connect
@@ -1036,7 +1038,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
10361038
- Custom SQL query templates
10371039
- Performance optimized for large datasets
10381040

1039-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.23.2...HEAD
1041+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.24.0...HEAD
1042+
[0.24.0]: https://github.com/TableProApp/TablePro/compare/v0.23.2...v0.24.0
10401043
[0.23.2]: https://github.com/TableProApp/TablePro/compare/v0.23.1...v0.23.2
10411044
[0.23.1]: https://github.com/TableProApp/TablePro/compare/v0.23.0...v0.23.1
10421045
[0.23.0]: https://github.com/TableProApp/TablePro/compare/v0.22.1...v0.23.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@
19971997
CODE_SIGN_IDENTITY = "Apple Development";
19981998
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
19991999
CODE_SIGN_STYLE = Automatic;
2000-
CURRENT_PROJECT_VERSION = 46;
2000+
CURRENT_PROJECT_VERSION = 47;
20012001
DEAD_CODE_STRIPPING = YES;
20022002
DEVELOPMENT_TEAM = D7HJ5TFYCU;
20032003
ENABLE_APP_SANDBOX = NO;
@@ -2022,7 +2022,7 @@
20222022
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
20232023
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
20242024
MACOSX_DEPLOYMENT_TARGET = 14.0;
2025-
MARKETING_VERSION = 0.23.2;
2025+
MARKETING_VERSION = 0.24.0;
20262026
OTHER_LDFLAGS = (
20272027
"-Wl,-w",
20282028
"-force_load",
@@ -2069,7 +2069,7 @@
20692069
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20702070
CODE_SIGN_STYLE = Automatic;
20712071
COPY_PHASE_STRIP = YES;
2072-
CURRENT_PROJECT_VERSION = 46;
2072+
CURRENT_PROJECT_VERSION = 47;
20732073
DEAD_CODE_STRIPPING = YES;
20742074
DEPLOYMENT_POSTPROCESSING = YES;
20752075
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2095,7 +2095,7 @@
20952095
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
20962096
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
20972097
MACOSX_DEPLOYMENT_TARGET = 14.0;
2098-
MARKETING_VERSION = 0.23.2;
2098+
MARKETING_VERSION = 0.24.0;
20992099
OTHER_LDFLAGS = (
21002100
"-Wl,-w",
21012101
"-force_load",

docs/changelog.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ description: "Product updates and announcements for TablePro"
44
rss: true
55
---
66

7+
<Update label="March 26, 2026" description="v0.24.0">
8+
### New Features
9+
10+
- **Multi-select Connections**: Select multiple connections in the Welcome window with Cmd+Click and Shift+Click, then bulk delete (⌘⌫), move to group, or multi-connect
11+
- **Reorder Connections**: Drag to reorder connections within groups and reorder groups in the Welcome window
12+
- **Built-in Plugins**: ClickHouse, MSSQL, Redis, XLSX Export, MQL Export, and SQL Import now ship as built-in plugins (no separate installation needed)
13+
14+
### Improvements
15+
16+
- Large document safety caps for syntax highlighting (skip files >5MB, throttle >50KB)
17+
- Lazy-load full values for LONGTEXT/MEDIUMTEXT/CLOB columns in the detail pane sidebar
18+
19+
### Bug Fixes
20+
21+
- SSH profile connections displaying incorrect host/username on the Welcome window home screen
22+
- Saved connections disappearing after normal app quit (Cmd+Q) while persisting after force quit
23+
- Crash when disconnecting an etcd connection while requests are in-flight
24+
- Detail pane showing truncated values for LONGTEXT/MEDIUMTEXT/CLOB columns, preventing correct editing
25+
- Redis hash/list/set/zset/stream views showing empty or misaligned rows when values contained binary, null, or integer types
26+
</Update>
27+
728
<Update label="March 24, 2026" description="v0.23.2">
829
### Bug Fixes
930

0 commit comments

Comments
 (0)