Skip to content

Commit 3100aa0

Browse files
committed
release: v0.28.0
1 parent 5092558 commit 3100aa0

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.28.0] - 2026-04-07
11+
1012
### Added
1113

1214
- Smart value detection for UUIDs in BINARY(16) and timestamps in integer columns

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 = 59;
2094+
CURRENT_PROJECT_VERSION = 60;
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.27.6;
2119+
MARKETING_VERSION = 0.28.0;
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 = 59;
2166+
CURRENT_PROJECT_VERSION = 60;
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.27.6;
2192+
MARKETING_VERSION = 0.28.0;
21932193
OTHER_LDFLAGS = (
21942194
"-Wl,-w",
21952195
"-force_load",

docs/changelog.mdx

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

7+
<Update label="April 7, 2026" description="v0.28.0">
8+
### New Features
9+
10+
- **Smart Value Detection**: Auto-render UUIDs in BINARY(16) columns and timestamps in integer columns
11+
- **Display As Override**: Per-column format override via column header context menu
12+
- **iOS Safe Mode**: Off, Confirm Writes, or Read-Only per connection
13+
- **iOS FK Navigation**: Tap to preview referenced row from foreign key columns
14+
- **iOS Syntax Highlighting**: SQL keywords, strings, numbers, comments colored in query editor
15+
16+
### Bug Fixes
17+
18+
- Fixed excessive idle ping traffic from orphaned monitor tasks
19+
- Fixed Cmd+W save not persisting data grid changes
20+
- Fixed window sizing, selection highlight, and connection switcher errors
21+
- Moved file loading off main thread, replaced timing hacks with signals
22+
</Update>
23+
724
<Update label="April 6, 2026" description="v0.27.5">
825
### New Features
926

0 commit comments

Comments
 (0)