@@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.1.2] - 2026-02-09
11-
12- ### Fixed
13-
14- - Fix MySQL 8+ connections failing with ` caching_sha2_password ` plugin error by rebuilding libmariadb.a with the auth plugin compiled statically
15-
16- ### Changed
17-
18- - CI release notes now read from CHANGELOG.md instead of auto-generating from commits
19- - Removed ` prepare-libs ` CI job to speed up build pipeline (~ 5 min savings)
20-
2110## [ 0.1.1] - 2026-02-09
2211
2312### Added
@@ -27,14 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2716- "Show Structure" context menu for sidebar tables
2817- Improved filter panel UI/UX
2918- SwiftUI EditorTabBar (replacing AppKit NativeTabBarView)
19+ - GPL v3 license
3020
3121### Fixed
3222
23+ - Fix MySQL 8+ connections failing with ` caching_sha2_password ` plugin error by rebuilding libmariadb.a with the auth plugin compiled statically
3324- Fix Delete key on data grid row from marking table as deleted
25+ - Downgrade all APIs to support macOS 13.5 (Ventura)
3426- Code review fixes for multi-statement execution
3527
3628### Changed
3729
30+ - CI release notes now read from CHANGELOG.md instead of auto-generating from commits
31+ - Removed ` prepare-libs ` CI job to speed up build pipeline (~ 5 min savings)
3832- Add SPM Package.resolved for CodeEditSourceEditor dependencies
3933- Add Claude Code project settings
4034- Update build/test commands with ` -skipPackagePluginValidation `
@@ -84,7 +78,6 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
8478 - Custom SQL query templates
8579 - Performance optimized for large datasets
8680
87- [ Unreleased ] : https://github.com/datlechin/tablepro/compare/v0.1.2...HEAD
88- [ 0.1.2 ] : https://github.com/datlechin/tablepro/compare/v0.1.1...v0.1.2
81+ [ Unreleased ] : https://github.com/datlechin/tablepro/compare/v0.1.1...HEAD
8982[ 0.1.1 ] : https://github.com/datlechin/tablepro/compare/v0.1.0...v0.1.1
9083[ 0.1.0 ] : https://github.com/datlechin/tablepro/releases/tag/v0.1.0
0 commit comments