Skip to content

Commit e1b7ca5

Browse files
committed
release: v0.9.1
1 parent bcb9432 commit e1b7ca5

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.1] - 2026-02-28
11+
12+
### Fixed
13+
14+
- Fix Sparkle auto-update failing with "improperly signed" error — release ZIPs now preserve framework symlinks and include proper ad-hoc code signatures
15+
1016
## [0.9.0] - 2026-02-28
1117

1218
### Added
@@ -564,7 +570,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
564570
- Custom SQL query templates
565571
- Performance optimized for large datasets
566572

567-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.9.0...HEAD
573+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.9.1...HEAD
574+
[0.9.1]: https://github.com/datlechin/tablepro/compare/v0.9.0...v0.9.1
568575
[0.9.0]: https://github.com/datlechin/tablepro/compare/v0.8.0...v0.9.0
569576
[0.8.0]: https://github.com/datlechin/tablepro/compare/v0.7.0...v0.8.0
570577
[0.7.0]: https://github.com/datlechin/tablepro/compare/v0.6.4...v0.7.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
CODE_SIGN_IDENTITY = "Apple Development";
382382
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
383383
CODE_SIGN_STYLE = Automatic;
384-
CURRENT_PROJECT_VERSION = 17;
384+
CURRENT_PROJECT_VERSION = 18;
385385
DEAD_CODE_STRIPPING = YES;
386386
DEVELOPMENT_TEAM = D7HJ5TFYCU;
387387
ENABLE_APP_SANDBOX = NO;
@@ -411,7 +411,7 @@
411411
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
412412
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
413413
MACOSX_DEPLOYMENT_TARGET = 14.0;
414-
MARKETING_VERSION = 0.9.0;
414+
MARKETING_VERSION = 0.9.1;
415415
OTHER_LDFLAGS = (
416416
"-force_load",
417417
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -460,7 +460,7 @@
460460
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
461461
CODE_SIGN_STYLE = Automatic;
462462
COPY_PHASE_STRIP = YES;
463-
CURRENT_PROJECT_VERSION = 17;
463+
CURRENT_PROJECT_VERSION = 18;
464464
DEAD_CODE_STRIPPING = YES;
465465
DEPLOYMENT_POSTPROCESSING = YES;
466466
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -491,7 +491,7 @@
491491
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
492492
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
493493
MACOSX_DEPLOYMENT_TARGET = 14.0;
494-
MARKETING_VERSION = 0.9.0;
494+
MARKETING_VERSION = 0.9.1;
495495
OTHER_LDFLAGS = (
496496
"-force_load",
497497
"$(PROJECT_DIR)/Libs/libmariadb.a",

docs/changelog.mdx

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

7+
<Update label="February 28, 2026" description="v0.9.1">
8+
### Bug Fixes
9+
10+
- Fixed Sparkle auto-update failing with "improperly signed" error
11+
</Update>
12+
713
<Update label="February 28, 2026" description="v0.9.0">
814
### New Features
915

docs/vi/changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: "Cập nhật sản phẩm và thông báo cho TablePro"
44
rss: true
55
---
66

7+
<Update label="28 tháng 2, 2026" description="v0.9.1">
8+
### Sửa lỗi
9+
10+
- Sửa lỗi cập nhật tự động qua Sparkle thất bại với thông báo "improperly signed"
11+
</Update>
12+
713
<Update label="28 tháng 2, 2026" description="v0.9.0">
814
### Tính năng mới
915

0 commit comments

Comments
 (0)