Skip to content

Commit 232f5db

Browse files
committed
release: v0.24.1
1 parent 8630ed6 commit 232f5db

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

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.24.1] - 2026-03-26
11+
12+
### Fixed
13+
14+
- Keyboard shortcut hints in welcome window footer overflowing and truncating when too many items are displayed
15+
1016
## [0.24.0] - 2026-03-26
1117

1218
### Added
@@ -1038,7 +1044,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
10381044
- Custom SQL query templates
10391045
- Performance optimized for large datasets
10401046

1041-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.24.0...HEAD
1047+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.24.1...HEAD
1048+
[0.24.1]: https://github.com/TableProApp/TablePro/compare/v0.24.0...v0.24.1
10421049
[0.24.0]: https://github.com/TableProApp/TablePro/compare/v0.23.2...v0.24.0
10431050
[0.23.2]: https://github.com/TableProApp/TablePro/compare/v0.23.1...v0.23.2
10441051
[0.23.1]: https://github.com/TableProApp/TablePro/compare/v0.23.0...v0.23.1

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 = 47;
2000+
CURRENT_PROJECT_VERSION = 48;
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.24.0;
2025+
MARKETING_VERSION = 0.24.1;
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 = 47;
2072+
CURRENT_PROJECT_VERSION = 48;
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.24.0;
2098+
MARKETING_VERSION = 0.24.1;
20992099
OTHER_LDFLAGS = (
21002100
"-Wl,-w",
21012101
"-force_load",

docs/changelog.mdx

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

7+
<Update label="March 26, 2026" description="v0.24.1">
8+
### Bug Fixes
9+
10+
- Keyboard shortcut hints in the welcome window footer no longer overflow and truncate when space is limited
11+
</Update>
12+
713
<Update label="March 26, 2026" description="v0.24.0">
814
### New Features
915

0 commit comments

Comments
 (0)