See the assets below to download this version and install.
What's Changed
- feat: add SQL formatting to editor (Shift+Alt+F) by @aesslinger in #500
- feat(grid): copy column values as list or SQL IN clause by @pokertour in #482
- feat: add configurable SQL formatter settings by @aesslinger in #504
- feat(editor): clause-aware SQL autocomplete by @debba in #505
- fix: contain scrolling and grid overflow by @verbaux in #493
- fix(ui): make modal borders visible and clip rounded corners by @debba in #509
- Sidebar rail polish + responsive editor panels in split view by @debba in #511
- fix(import): scope import to selected database and prevent double exe… by @gcapellib in #513
- feature: add toggleable right sidebar with row editor panel by @aesslinger in #510
- fix(editor): use the Tauri clipboard API for Cut and Copy by @gcapellib in #520
- Prune dropped databases from the sidebar and saved selection by @debba in #524
- fix(editor): skip string literals and comments in query param detection by @ymadd in #519
- feat(postgres): support pgvector columns (vector, halfvec, sparsevec) by @jonatannietoa in #450
- fix(postgres): honor ssl_mode in build_connection_url by @darkrideroffate in #378
- feat(explain): exclusive metrics, node findings, diagram and stats views by @debba in #529
- fix(connections): do not gate Load Databases on username (#528) by @debba in #533
- refactor(explain): isolate the explain core in a crate and a package (#531) by @debba in #536
- feat(sidebar): add a manual refresh for the database list by @gcapellib in #530
- feat(525): react to DROP DATABASE executed inside the app by @gcapellib in #535
- feat(updater): in-app nightly release channel by @NewtTheWolf in #497
- feat(i18n): add Brazilian Portuguese (pt-BR) translation by @jeffersongoncalves in #537
New Contributors
- @aesslinger made their first contribution in #500
- @gcapellib made their first contribution in #513
- @jonatannietoa made their first contribution in #450
- @darkrideroffate made their first contribution in #378
- @jeffersongoncalves made their first contribution in #537
Full Changelog: v0.16.0...v0.17.0
Stay in touch: Website · Discord · X · Bluesky · Mastodon · GitHub