Added
-
Auto-update support via Sparkle 2 framework (EdDSA signed)
-
"Check for Updates..." menu item in TablePro menu
-
Software Update section in Settings > General with auto-check toggle
-
CI appcast generation and auto-deploy on tagged releases
-
Migrate SQL editor to CodeEditSourceEditor (tree-sitter powered)
-
Multi-statement SQL execution support
-
"Show Structure" context menu for sidebar tables
-
Improved filter panel UI/UX
-
SwiftUI EditorTabBar (replacing AppKit NativeTabBarView)
-
GPL v3 license
Fixed
- Fix MySQL 8+ connections failing with
caching_sha2_passwordplugin error by rebuilding libmariadb.a with the auth plugin compiled statically - Fix Delete key on data grid row from marking table as deleted
- Downgrade all APIs to support macOS 13.5 (Ventura)
- Code review fixes for multi-statement execution
Changed
- CI release notes now read from CHANGELOG.md instead of auto-generating from commits
- Removed
prepare-libsCI job to speed up build pipeline (~5 min savings) - Add SPM Package.resolved for CodeEditSourceEditor dependencies
- Add Claude Code project settings
- Update build/test commands with
-skipPackagePluginValidation