Skip to content

Commit 77154f0

Browse files
committed
Release v0.3.1
1 parent 272c074 commit 77154f0

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.1] - 2026-02-14
11+
12+
### Fixed
13+
14+
- Fix syntax highlighting not applying after paste in SQL editor — defer frame-change notification so the visible range recalculates after layout processes the new text
15+
- Fix data grid not refreshing after inserting a new row by incrementing `reloadVersion` on row insertion
16+
1017
## [0.3.0] - 2026-02-13
1118

1219
### Added
@@ -141,7 +148,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
141148
- Custom SQL query templates
142149
- Performance optimized for large datasets
143150

144-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.3.0...HEAD
151+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.3.1...HEAD
152+
[0.3.1]: https://github.com/datlechin/tablepro/compare/v0.3.0...v0.3.1
145153
[0.3.0]: https://github.com/datlechin/tablepro/compare/v0.2.0...v0.3.0
146154
[0.2.0]: https://github.com/datlechin/tablepro/compare/v0.1.1...v0.2.0
147155
[0.1.1]: https://github.com/datlechin/tablepro/compare/v0.1.0...v0.1.1

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
CODE_SIGN_IDENTITY = "Apple Development";
303303
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
304304
CODE_SIGN_STYLE = Automatic;
305-
CURRENT_PROJECT_VERSION = 4;
305+
CURRENT_PROJECT_VERSION = 5;
306306
DEAD_CODE_STRIPPING = YES;
307307
DEVELOPMENT_TEAM = D7HJ5TFYCU;
308308
ENABLE_APP_SANDBOX = NO;
@@ -333,7 +333,7 @@
333333
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
334334
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
335335
MACOSX_DEPLOYMENT_TARGET = 13.5;
336-
MARKETING_VERSION = 0.3.0;
336+
MARKETING_VERSION = 0.3.1;
337337
"OTHER_LDFLAGS[arch=arm64]" = (
338338
"-force_load",
339339
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -392,7 +392,7 @@
392392
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
393393
CODE_SIGN_STYLE = Automatic;
394394
COPY_PHASE_STRIP = YES;
395-
CURRENT_PROJECT_VERSION = 4;
395+
CURRENT_PROJECT_VERSION = 5;
396396
DEAD_CODE_STRIPPING = YES;
397397
DEPLOYMENT_POSTPROCESSING = YES;
398398
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -424,7 +424,7 @@
424424
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
425425
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
426426
MACOSX_DEPLOYMENT_TARGET = 13.5;
427-
MARKETING_VERSION = 0.3.0;
427+
MARKETING_VERSION = 0.3.1;
428428
"OTHER_LDFLAGS[arch=arm64]" = (
429429
"-force_load",
430430
"$(PROJECT_DIR)/Libs/libmariadb.a",

0 commit comments

Comments
 (0)