Skip to content

Commit df98905

Browse files
committed
release: v0.11.0
1 parent afc0529 commit df98905

File tree

6 files changed

+48
-7
lines changed

6 files changed

+48
-7
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.11.0] - 2026-03-02
11+
1012
### Added
1113

1214
- Environment color indicator: subtle toolbar tint based on connection color for at-a-glance environment identification
@@ -610,7 +612,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
610612
- Custom SQL query templates
611613
- Performance optimized for large datasets
612614

613-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.10.0...HEAD
615+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.11.0...HEAD
616+
[0.11.0]: https://github.com/datlechin/tablepro/compare/v0.10.0...v0.11.0
614617
[0.10.0]: https://github.com/datlechin/tablepro/compare/v0.9.2...v0.10.0
615618
[0.9.2]: https://github.com/datlechin/tablepro/compare/v0.9.1...v0.9.2
616619
[0.9.1]: https://github.com/datlechin/tablepro/compare/v0.9.0...v0.9.1

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 = 21;
384+
CURRENT_PROJECT_VERSION = 22;
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.10.0;
417+
MARKETING_VERSION = 0.11.0;
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 = 21;
471+
CURRENT_PROJECT_VERSION = 22;
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.10.0;
505+
MARKETING_VERSION = 0.11.0;
506506
OTHER_LDFLAGS = (
507507
"-force_load",
508508
"$(PROJECT_DIR)/Libs/libmariadb.a",

TablePro/Views/RightSidebar/EditableFieldView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ struct EditableFieldView: View {
203203
}
204204
return "0"
205205
}
206-
207206
}
208207

209208
/// Read-only field view using native macOS components

TablePro/Views/RightSidebar/RightSidebarView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ struct RightSidebarView: View {
193193
}
194194
.padding(.trailing, 15)
195195
}
196-
197196
}
198197
.listStyle(.sidebar)
199198

docs/changelog.mdx

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

7+
<Update label="March 2, 2026" description="v0.11.0">
8+
### New Features
9+
10+
- **Environment Color Indicator**: Subtle toolbar tint based on connection color for at-a-glance environment identification
11+
- **SSH Tunnel URL Import**: Import database connections from SSH tunnel URLs (e.g., `mysql+ssh://`, `postgresql+ssh://`)
12+
- **Connection Groups**: Organize database connections into folders with colored headers
13+
14+
### Improvements
15+
16+
- Toolbar now uses native macOS overflow behavior with History/Export/Import in the secondary action menu
17+
- Redesigned right sidebar detail pane with compact field layout and type-aware editors
18+
19+
### Bug Fixes
20+
21+
- Fixed toolbar briefly showing "MySQL" and missing version info when opening a new tab
22+
- Fixed keyboard shortcuts not working after connecting from the welcome screen until a second tab was opened
23+
- Fixed toolbar overflow menu showing only one item when the window is narrow
24+
- Fixed AI chat showing "SQL" label and missing syntax highlighting for MongoDB code blocks
25+
</Update>
26+
727
<Update label="March 1, 2026" description="v0.10.0">
828
### New Features
929

docs/vi/changelog.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.0">
8+
### Tính năng mới
9+
10+
- **Chỉ báo màu môi trường**: Thanh công cụ hiển thị màu nhẹ dựa trên màu kết nối để nhận diện môi trường nhanh chóng
11+
- **Nhập URL SSH Tunnel**: Nhập kết nối từ URL SSH tunnel (ví dụ: `mysql+ssh://`, `postgresql+ssh://`)
12+
- **Nhóm kết nối**: Sắp xếp các kết nối cơ sở dữ liệu vào thư mục với tiêu đề có màu
13+
14+
### Cải tiến
15+
16+
- Thanh công cụ giờ sử dụng overflow gốc của macOS, History/Export/Import chuyển vào menu phụ
17+
- Thiết kế lại bảng chi tiết thanh bên phải với bố cục trường gọn gàng và trình chỉnh sửa theo loại dữ liệu
18+
19+
### Sửa lỗi
20+
21+
- Sửa lỗi thanh công cụ hiển thị "MySQL" và thiếu phiên bản khi mở tab mới
22+
- Sửa lỗi phím tắt không hoạt động sau khi kết nối từ màn hình chào mừng cho đến khi mở tab thứ hai
23+
- Sửa lỗi menu overflow thanh công cụ chỉ hiển thị một mục khi cửa sổ thu hẹp
24+
- Sửa lỗi AI chat hiển thị nhãn "SQL" và thiếu syntax highlighting cho code block MongoDB
25+
</Update>
26+
727
<Update label="1 tháng 3, 2026" description="v0.10.0">
828
### Tính năng mới
929

0 commit comments

Comments
 (0)