Skip to content

Commit 27e4aaf

Browse files
committed
release: v0.23.2
1 parent a230820 commit 27e4aaf

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-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.23.2] - 2026-03-24
11+
1012
### Fixed
1113

1214
- MongoDB Atlas connections failing to authenticate (#438)
@@ -1018,7 +1020,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
10181020
- Custom SQL query templates
10191021
- Performance optimized for large datasets
10201022

1021-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.23.1...HEAD
1023+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.23.2...HEAD
1024+
[0.23.2]: https://github.com/datlechin/tablepro/compare/v0.23.1...v0.23.2
10221025
[0.23.1]: https://github.com/datlechin/tablepro/compare/v0.23.0...v0.23.1
10231026
[0.23.0]: https://github.com/datlechin/tablepro/compare/v0.22.1...v0.23.0
10241027
[0.22.1]: https://github.com/datlechin/tablepro/compare/v0.22.0...v0.22.1

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@
19201920
CODE_SIGN_IDENTITY = "Apple Development";
19211921
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
19221922
CODE_SIGN_STYLE = Automatic;
1923-
CURRENT_PROJECT_VERSION = 45;
1923+
CURRENT_PROJECT_VERSION = 46;
19241924
DEAD_CODE_STRIPPING = YES;
19251925
DEVELOPMENT_TEAM = D7HJ5TFYCU;
19261926
ENABLE_APP_SANDBOX = NO;
@@ -1945,7 +1945,7 @@
19451945
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
19461946
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
19471947
MACOSX_DEPLOYMENT_TARGET = 14.0;
1948-
MARKETING_VERSION = 0.23.1;
1948+
MARKETING_VERSION = 0.23.2;
19491949
OTHER_LDFLAGS = (
19501950
"-Wl,-w",
19511951
"-force_load",
@@ -1992,7 +1992,7 @@
19921992
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
19931993
CODE_SIGN_STYLE = Automatic;
19941994
COPY_PHASE_STRIP = YES;
1995-
CURRENT_PROJECT_VERSION = 45;
1995+
CURRENT_PROJECT_VERSION = 46;
19961996
DEAD_CODE_STRIPPING = YES;
19971997
DEPLOYMENT_POSTPROCESSING = YES;
19981998
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2018,7 +2018,7 @@
20182018
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
20192019
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
20202020
MACOSX_DEPLOYMENT_TARGET = 14.0;
2021-
MARKETING_VERSION = 0.23.1;
2021+
MARKETING_VERSION = 0.23.2;
20222022
OTHER_LDFLAGS = (
20232023
"-Wl,-w",
20242024
"-force_load",

docs/changelog.mdx

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

7+
<Update label="March 24, 2026" description="v0.23.2">
8+
### Bug Fixes
9+
10+
- MongoDB Atlas connections failing to authenticate (#438)
11+
- MongoDB TLS certificate verification skipped for SRV connections
12+
- Active tab data no longer refreshes when switching back to the app window
13+
- Undo history preserved when switching between database tables
14+
- Health monitor now detects stuck queries beyond the configured timeout
15+
- SSH tunnel closure and schema restore errors during reconnect now logged instead of silently discarded
16+
- Memory not released after closing tabs
17+
- New tabs opening as separate windows instead of joining the connection tab group
18+
- Clicking tables in sidebar not opening table tabs
19+
</Update>
20+
721
<Update label="March 24, 2026" description="v0.23.1">
822
### New Features
923

0 commit comments

Comments
 (0)