Skip to content

Commit a5442e9

Browse files
committed
release: v0.31.2
1 parent df5a9eb commit a5442e9

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-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.31.2] - 2026-04-13
11+
1012
### Fixed
1113

1214
- Query tabs always named "Query 1" instead of incrementing (#695)
@@ -1270,7 +1272,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
12701272
- Custom SQL query templates
12711273
- Performance optimized for large datasets
12721274

1273-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.1...HEAD
1275+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.2...HEAD
1276+
[0.31.2]: https://github.com/TableProApp/TablePro/compare/v0.31.1...v0.31.2
12741277
[0.31.1]: https://github.com/TableProApp/TablePro/compare/v0.31.0...v0.31.1
12751278
[0.31.0]: https://github.com/TableProApp/TablePro/compare/v0.30.1...v0.31.0
12761279
[0.30.1]: https://github.com/TableProApp/TablePro/compare/v0.30.0...v0.30.1

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 = 65;
2094+
CURRENT_PROJECT_VERSION = 66;
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.31.1;
2119+
MARKETING_VERSION = 0.31.2;
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 = 65;
2166+
CURRENT_PROJECT_VERSION = 66;
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.31.1;
2192+
MARKETING_VERSION = 0.31.2;
21932193
OTHER_LDFLAGS = (
21942194
"-Wl,-w",
21952195
"-force_load",

docs/changelog.mdx

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

7+
<Update label="April 13, 2026" description="v0.31.2">
8+
### Bug Fixes
9+
10+
- Fixed query tabs always named "Query 1" instead of incrementing (#695)
11+
- Fixed sidebar empty in new or restored window tabs (#694)
12+
- Fixed tab titles, order, and persistence lost on quit/restore
13+
- Fixed PostgreSQL version display for v10+ (#698)
14+
- Fixed license activation metadata and deactivation error handling
15+
</Update>
16+
717
<Update label="April 12, 2026" description="v0.31.1">
818
### Bug Fixes
919

0 commit comments

Comments
 (0)