Skip to content

Commit b06c26d

Browse files
committed
release: v0.31.5
1 parent 4871b3b commit b06c26d

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-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.5] - 2026-04-14
11+
1012
### Fixed
1113

1214
- Fix AI chat hanging the app during streaming, schema fetch, and conversation loading (#735)
@@ -1320,7 +1322,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
13201322
- Custom SQL query templates
13211323
- Performance optimized for large datasets
13221324

1323-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.4...HEAD
1325+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.5...HEAD
1326+
[0.31.5]: https://github.com/TableProApp/TablePro/compare/v0.31.4...v0.31.5
13241327
[0.31.4]: https://github.com/TableProApp/TablePro/compare/v0.31.3...v0.31.4
13251328
[0.31.3]: https://github.com/TableProApp/TablePro/compare/v0.31.2...v0.31.3
13261329
[0.31.2]: https://github.com/TableProApp/TablePro/compare/v0.31.1...v0.31.2

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 = 68;
2094+
CURRENT_PROJECT_VERSION = 69;
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.4;
2119+
MARKETING_VERSION = 0.31.5;
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 = 68;
2166+
CURRENT_PROJECT_VERSION = 69;
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.4;
2192+
MARKETING_VERSION = 0.31.5;
21932193
OTHER_LDFLAGS = (
21942194
"-Wl,-w",
21952195
"-force_load",

TablePro/Resources/Localizable.xcstrings

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6202,6 +6202,9 @@
62026202
}
62036203
}
62046204
}
6205+
},
6206+
"Cannot save schema changes: connection is read-only." : {
6207+
62056208
},
62066209
"Capabilities" : {
62076210
"localizations" : {
@@ -27910,6 +27913,9 @@
2791027913
}
2791127914
}
2791227915
}
27916+
},
27917+
"Read-Only Connection" : {
27918+
2791327919
},
2791427920
"Reassign" : {
2791527921
"localizations" : {
@@ -36545,6 +36551,9 @@
3654536551
}
3654636552
}
3654736553
}
36554+
},
36555+
"Toggle Sidebar" : {
36556+
3654836557
},
3654936558
"Toggle Table Browser" : {
3655036559
"localizations" : {

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="April 14, 2026" description="v0.31.5">
8+
### Improvements
9+
10+
- **Keyboard Shortcuts**: Follow macOS HIG — Quick Switcher remapped to ⌘⇧O, Format Query to ⌘⇧L, AI Explain (⌘L), Optimize (⌘⌥L), and Toggle Sidebar (⌘0) now wired to menu bar
11+
12+
### Bug Fixes
13+
14+
- **AI Chat**: Fix app hanging during AI streaming, schema fetch, and conversation loading
15+
- **SSH Tunnel**: Agent auth falls back to key file from `~/.ssh/config` when agent has no loaded identities
16+
- **SSH Tunnel**: Fix connections failing to reconnect after idle or sleep
17+
- **Data Grid**: Fix composite primary key tables editing/deleting wrong rows
18+
- **Structure View**: Prevent saves from bypassing safe mode on read-only connections
19+
</Update>
20+
721
<Update label="April 14, 2026" description="v0.31.4">
822
### New Features
923

0 commit comments

Comments
 (0)