Skip to content

Commit 6e01809

Browse files
committed
release: v0.23.0
1 parent 8a3bf95 commit 6e01809

3 files changed

Lines changed: 27 additions & 5 deletions

File tree

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.0] - 2026-03-22
11+
1012
### Added
1113

1214
- Redis key namespace tree view with collapse/expand grouping in sidebar (#418)
@@ -993,7 +995,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
993995
- Custom SQL query templates
994996
- Performance optimized for large datasets
995997

996-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.22.1...HEAD
998+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.23.0...HEAD
999+
[0.23.0]: https://github.com/datlechin/tablepro/compare/v0.22.1...v0.23.0
9971000
[0.22.1]: https://github.com/datlechin/tablepro/compare/v0.22.0...v0.22.1
9981001
[0.22.0]: https://github.com/datlechin/tablepro/compare/v0.21.0...v0.22.0
9991002
[0.21.0]: https://github.com/datlechin/tablepro/compare/v0.20.4...v0.21.0

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 = 43;
1923+
CURRENT_PROJECT_VERSION = 44;
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.22.1;
1948+
MARKETING_VERSION = 0.23.0;
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 = 43;
1995+
CURRENT_PROJECT_VERSION = 44;
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.22.1;
2021+
MARKETING_VERSION = 0.23.0;
20222022
OTHER_LDFLAGS = (
20232023
"-Wl,-w",
20242024
"-force_load",

docs/changelog.mdx

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

7+
<Update label="March 22, 2026" description="v0.23.0">
8+
### New Features
9+
10+
- **Redis Key Tree**: Browse Redis keys grouped by namespace with collapsible tree view in the sidebar (#418)
11+
- **Keyboard Focus Navigation**: Navigate connection list, quick switcher, and database switcher using Tab, Ctrl+J/K/N/P, and arrow keys
12+
- **MongoDB SRV Support**: Connect using `mongodb+srv://` URIs with SRV toggle, Auth Mechanism dropdown, and Replica Set field (#419)
13+
- **Database Type Badges**: Connection form shows all available database types with install status badges (#418)
14+
15+
### Improvements
16+
17+
- MongoDB `authSource` now defaults to the database name per MongoDB URI spec instead of always "admin"
18+
19+
### Bug Fixes
20+
21+
- Fixed DuckDB TIMESTAMPTZ, TIMETZ, and other temporal columns displaying as null (#424)
22+
- Fixed onboarding "Get Started" button not rendering on macOS 15 until window loses focus (#420)
23+
- Faster MongoDB sidebar loading with `estimatedDocumentCount` and smaller schema sample
24+
</Update>
25+
726
<Update label="March 22, 2026" description="v0.22.1">
827
### New Features
928

0 commit comments

Comments
 (0)