Skip to content

Commit 56b388f

Browse files
committed
release: v0.11.1
1 parent f736391 commit 56b388f

4 files changed

Lines changed: 22 additions & 5 deletions

File tree

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.11.1] - 2026-03-02
11+
1012
### Fixed
1113

1214
- MySQL second tab showing empty rows due to premature coordinator teardown during native macOS tab group merging
@@ -617,7 +619,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
617619
- Custom SQL query templates
618620
- Performance optimized for large datasets
619621

620-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.11.0...HEAD
622+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.11.1...HEAD
623+
[0.11.1]: https://github.com/datlechin/tablepro/compare/v0.11.0...v0.11.1
621624
[0.11.0]: https://github.com/datlechin/tablepro/compare/v0.10.0...v0.11.0
622625
[0.10.0]: https://github.com/datlechin/tablepro/compare/v0.9.2...v0.10.0
623626
[0.9.2]: https://github.com/datlechin/tablepro/compare/v0.9.1...v0.9.2

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 = 22;
384+
CURRENT_PROJECT_VERSION = 23;
385385
DEAD_CODE_STRIPPING = YES;
386386
DEVELOPMENT_TEAM = D7HJ5TFYCU;
387387
ENABLE_APP_SANDBOX = NO;
@@ -414,7 +414,7 @@
414414
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
415415
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
416416
MACOSX_DEPLOYMENT_TARGET = 14.0;
417-
MARKETING_VERSION = 0.11.0;
417+
MARKETING_VERSION = 0.11.1;
418418
OTHER_LDFLAGS = (
419419
"-force_load",
420420
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -468,7 +468,7 @@
468468
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
469469
CODE_SIGN_STYLE = Automatic;
470470
COPY_PHASE_STRIP = YES;
471-
CURRENT_PROJECT_VERSION = 22;
471+
CURRENT_PROJECT_VERSION = 23;
472472
DEAD_CODE_STRIPPING = YES;
473473
DEPLOYMENT_POSTPROCESSING = YES;
474474
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -502,7 +502,7 @@
502502
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
503503
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
504504
MACOSX_DEPLOYMENT_TARGET = 14.0;
505-
MARKETING_VERSION = 0.11.0;
505+
MARKETING_VERSION = 0.11.1;
506506
OTHER_LDFLAGS = (
507507
"-force_load",
508508
"$(PROJECT_DIR)/Libs/libmariadb.a",

docs/changelog.mdx

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

7+
<Update label="March 2, 2026" description="v0.11.1">
8+
### Bug Fixes
9+
10+
- Fixed MySQL second tab showing empty rows when macOS merges tab groups
11+
- Fixed MongoDB tab name showing "MQL Query" instead of collection name when using bracket notation
12+
</Update>
13+
714
<Update label="March 2, 2026" description="v0.11.0">
815
### New Features
916

docs/vi/changelog.mdx

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

7+
<Update label="2 tháng 3, 2026" description="v0.11.1">
8+
### Sửa lỗi
9+
10+
- Sửa lỗi tab MySQL thứ hai hiển thị hàng trống khi macOS gộp nhóm tab
11+
- Sửa lỗi tên tab MongoDB hiển thị "MQL Query" thay vì tên collection khi sử dụng cú pháp ngoặc vuông
12+
</Update>
13+
714
<Update label="2 tháng 3, 2026" description="v0.11.0">
815
### Tính năng mới
916

0 commit comments

Comments
 (0)