Releases: TabularisDB/tabularis
Releases · TabularisDB/tabularis
Release list
Nightly (v0.17.1-16)
See the assets to download this version and install.
Nightly (v0.17.1-15)
See the assets to download this version and install.
v0.17.0
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
Nightly (v0.17.1-14)
See the assets to download this version and install.
Nightly (v0.16.1-13)
See the assets to download this version and install.
Nightly (v0.16.0)
See the assets to download this version and install.
Nightly (v0.16.0)
See the assets to download this version and install.
Nightly (v0.16.0)
See the assets to download this version and install.
Nightly (v0.16.0)
See the assets to download this version and install.
v0.16.0
See the assets below to download this version and install.
What's Changed
- Fix AI Query Assist schema loading through database drivers by @debba in #479
- fix(mysql): display all result sets from stored procedures returning multiple result sets by @debba in #415
- i18n: add Korean (ko) translation by @moduvoice in #463
- fix(editor): normalize smart quotes in table filter and sort clauses by @Davydhh in #439
- fix(mcp): stop logging to stdout, it corrupts the JSON-RPC transport by @debba in #488
- fix(settings): show MiniMax API key status by @octo-patch in #454
- feat(plugins): add Elasticsearch plugin to registry by @erwin-lovecraft in #476
- feat(drivers): add explain capability flag to hide Visual EXPLAIN when unsupported by @debba in #491
- feat(results): copy and export rows as Markdown table by @pokertour in #481
- feat(backup): automatic encrypted connection backups with local and Webdav targets by @pokertour in #470
- Introduce kubectl and kubeconfig overrides by @metalgrid in #365
- ci: gated nightly signed builds by @NewtTheWolf in #419
- fix(ci): build Linux release in ubuntu:22.04 container to lower the glibc baseline by @debba in #490
- feat(plugins): hosted Tabularium registry + connection catalogue (fully BC) by @NewtTheWolf in #299
- feat(plugins): forward external batch query RPC by @haos666 in #443
- fix(row-editor): render decoded JSON/JSONB objects instead of [object Object] by @NewtTheWolf in #475
- Add cloudflare d1 http plugin by @GabrielMalava in #430
- feat(mysql): support AWS RDS IAM authentication by @p4pupro in #404
- feat(frontend): run statement at cursor on Cmd+Enter by @maximumbreak in #464
- chore(skills): move tabularis-discord-release to governance repo by @debba in #503
- Fix plugin uninstall error on macOS by @debba in #501
- Adds a setting that lets you run the statement under the cursor direc… by @GabrielMalava in #487
New Contributors
- @moduvoice made their first contribution in #463
- @maximumbreak made their first contribution in #464
Full Changelog: v0.15.0...v0.16.0
Stay in touch: Website · Discord · X · Bluesky · Mastodon · GitHub