Skip to content

Commit 41c9b81

Browse files
committed
fix: remove SQLite from built-in plugins list in changelog
1 parent fadcab2 commit 41c9b81

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Extracted MSSQL, MongoDB, Redis, XLSX export, MQL export, and SQL import plugins from the app bundle into separately distributed plugins, downloadable from the plugin registry. MySQL, PostgreSQL, SQLite, CSV, JSON, and SQL export remain built-in
12+
- Replaced fragmented Theme/DesignConstants/SQLEditorTheme/ToolbarDesignTokens with unified ThemeEngine
13+
- Moved editor and data grid font settings into the theme system (Settings > Appearance)
14+
- Extracted MSSQL, MongoDB, Redis, XLSX export, MQL export, and SQL import plugins from the app bundle into separately distributed plugins, downloadable from the plugin registry. MySQL, PostgreSQL, CSV, JSON, and SQL export remain built-in
1315
- Redesigned Plugins settings tab with HSplitView master-detail layout: plugin list on the left, detail pane on the right, matching macOS conventions. Plugin rows now show version, author/capability, and install status at a glance
1416
- Download counts in browse tab now always fetch latest from GitHub API (5-minute in-memory cooldown per session)
1517
- Replaced ~40 hardcoded `DatabaseType` switches across ~20 UI files with dynamic plugin property lookups via `PluginManager`, so third-party plugins get correct UI behavior (colors, labels, editor language, feature toggles) automatically
@@ -29,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931

3032
### Added
3133

34+
- Full theme engine with 9 built-in presets (Default Light/Dark, Dracula, Solarized Light/Dark, One Dark, GitHub Light/Dark, Nord) and custom theme support
35+
- Theme browser with visual preview cards in Settings > Appearance
36+
- Per-theme customization of all colors (editor syntax, data grid, UI, sidebar, toolbar) and fonts
37+
- Theme import/export as JSON files for sharing
3238
- SSH TOTP/two-factor authentication support (auto-generate and prompt modes)
3339
- SSH host key verification with fingerprint confirmation
3440
- Keyboard Interactive SSH authentication method
@@ -48,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4854
- SQL import options (wrap in transaction, disable FK checks) now persist across launches
4955
- `needsRestart` banner persists across app quit/relaunch after plugin uninstall
5056
- Copy as INSERT/UPDATE SQL statements from data grid context menu
51-
- Configurable font family and size for data grid (Settings > Data Grid > Font)
57+
- Configurable font family and size for data grid (now via theme customization in Settings > Appearance)
5258
- Plugin download count display in Browse Plugins — fetched from GitHub Releases API and cached for 1 hour
5359
- MSSQL query cancellation (`cancelQuery`) and lock timeout (`applyQueryTimeout`) support
5460
- `~/.pgpass` file support for PostgreSQL/Redshift connections with live validation in the connection form

0 commit comments

Comments
 (0)