Skip to content

Commit 88dfddc

Browse files
committed
release: v0.31.4
1 parent 9d6da27 commit 88dfddc

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.31.4] - 2026-04-14
11+
12+
### Added
13+
14+
- iOS: database brand icons instead of SF Symbols (#733)
15+
16+
### Fixed
17+
18+
- Native tab bar "+" button always creates "Query 1" instead of incrementing (#727)
19+
- Sidebar gap inconsistent when switching tabs (#728)
20+
- SSH Agent auth failing when SSH_AUTH_SOCK not in process env (#729)
21+
- iOS: SSH private key import file not working during test connection (#730)
22+
- iOS: SQLite file picker not updating after file selection (#732)
23+
- Default shortcut mismatch with toast in toggle inspector (#726)
24+
1025
## [0.31.3] - 2026-04-13
1126

1227
### Added
@@ -1295,7 +1310,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
12951310
- Custom SQL query templates
12961311
- Performance optimized for large datasets
12971312

1298-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.3...HEAD
1313+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.4...HEAD
1314+
[0.31.4]: https://github.com/TableProApp/TablePro/compare/v0.31.3...v0.31.4
12991315
[0.31.3]: https://github.com/TableProApp/TablePro/compare/v0.31.2...v0.31.3
13001316
[0.31.2]: https://github.com/TableProApp/TablePro/compare/v0.31.1...v0.31.2
13011317
[0.31.1]: https://github.com/TableProApp/TablePro/compare/v0.31.0...v0.31.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 = 67;
2094+
CURRENT_PROJECT_VERSION = 68;
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.3;
2119+
MARKETING_VERSION = 0.31.4;
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 = 67;
2166+
CURRENT_PROJECT_VERSION = 68;
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.3;
2192+
MARKETING_VERSION = 0.31.4;
21932193
OTHER_LDFLAGS = (
21942194
"-Wl,-w",
21952195
"-force_load",

docs/changelog.mdx

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

7+
<Update label="April 14, 2026" description="v0.31.4">
8+
### New Features
9+
10+
- **iOS Database Icons**: Brand icons for MySQL, PostgreSQL, MongoDB, Redis, etc. instead of generic SF Symbols
11+
12+
### Bug Fixes
13+
14+
- Fixed native tab bar "+" button always creating "Query 1" (#727)
15+
- Fixed sidebar gap shifting when switching tabs (#728)
16+
- Fixed SSH Agent auth failing on apps launched from Finder (#729)
17+
- Fixed iOS SSH private key import not working during test connection (#730)
18+
- Fixed iOS SQLite file picker not updating after file selection (#732)
19+
- Fixed toggle inspector shortcut mismatch (#726)
20+
</Update>
21+
722
<Update label="April 13, 2026" description="v0.31.3">
823
### New Features
924

0 commit comments

Comments
 (0)