Skip to content

Commit 188e5dc

Browse files
committed
Release v0.5.0
1 parent 4ec11e2 commit 188e5dc

2 files changed

Lines changed: 8 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.5.0] - 2026-02-19
11+
1012
### Changed
1113
- AI chat panel — native macOS inspector styling: removed iOS-style chat bubbles, flattened message layout with role headers and compact spacing, reduced heading sizes for narrow sidebar, inline typing indicator without pill background
1214
- **AppKit → SwiftUI migration:** migrated 5 NSPopover controllers (Enum, Set, TypePicker, JSONEditor, ForeignKey) to SwiftUI content views with a shared `PopoverPresenter` utility — eliminates manual `NSEvent` monitors, `NSPopoverDelegate`, and singleton patterns
@@ -285,7 +287,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
285287
- Custom SQL query templates
286288
- Performance optimized for large datasets
287289

288-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.4.0...HEAD
290+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.5.0...HEAD
291+
[0.5.0]: https://github.com/datlechin/tablepro/compare/v0.4.0...v0.5.0
289292
[0.4.0]: https://github.com/datlechin/tablepro/compare/v0.3.2...v0.4.0
290293
[0.3.2]: https://github.com/datlechin/tablepro/compare/v0.3.1...v0.3.2
291294
[0.3.1]: https://github.com/datlechin/tablepro/compare/v0.3.0...v0.3.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 = 7;
384+
CURRENT_PROJECT_VERSION = 8;
385385
DEAD_CODE_STRIPPING = YES;
386386
DEVELOPMENT_TEAM = D7HJ5TFYCU;
387387
ENABLE_APP_SANDBOX = NO;
@@ -412,7 +412,7 @@
412412
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
413413
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
414414
MACOSX_DEPLOYMENT_TARGET = 14.0;
415-
MARKETING_VERSION = 0.4.0;
415+
MARKETING_VERSION = 0.5.0;
416416
"OTHER_LDFLAGS[arch=arm64]" = (
417417
"-force_load",
418418
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -471,7 +471,7 @@
471471
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
472472
CODE_SIGN_STYLE = Automatic;
473473
COPY_PHASE_STRIP = YES;
474-
CURRENT_PROJECT_VERSION = 7;
474+
CURRENT_PROJECT_VERSION = 8;
475475
DEAD_CODE_STRIPPING = YES;
476476
DEPLOYMENT_POSTPROCESSING = YES;
477477
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -503,7 +503,7 @@
503503
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
504504
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
505505
MACOSX_DEPLOYMENT_TARGET = 14.0;
506-
MARKETING_VERSION = 0.4.0;
506+
MARKETING_VERSION = 0.5.0;
507507
"OTHER_LDFLAGS[arch=arm64]" = (
508508
"-force_load",
509509
"$(PROJECT_DIR)/Libs/libmariadb.a",

0 commit comments

Comments
 (0)