Skip to content

Commit 208ca36

Browse files
committed
0.9.17
1 parent 5d0fcb5 commit 208ca36

7 files changed

Lines changed: 32 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [0.9.17](https://github.com/debba/tabularis/compare/v0.9.16...v0.9.17) (2026-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **editor:** pass undefined for missing schema prop ([8c4b9f6](https://github.com/debba/tabularis/commit/8c4b9f635c052db8f8c3bb09b2e7173b441619ad))
7+
* mobile layout for compare pages ([ab877b5](https://github.com/debba/tabularis/commit/ab877b5f5fd234a840fa1973ca11bec9ed67595b))
8+
* **modals:** include 't' in VisualExplainModal hook deps ([9eb814e](https://github.com/debba/tabularis/commit/9eb814e75518071a556cc0daf843be9f71fd1360))
9+
* **visual-explain:** narrow tone literals with as const in explain ([b936e93](https://github.com/debba/tabularis/commit/b936e93983462f2ab1a7123005c22d7f2e1d0fd9))
10+
11+
12+
### Features
13+
14+
* **ai:** add explain plan analysis command and table view ([9cb46eb](https://github.com/debba/tabularis/commit/9cb46eb473541db0bae71897229fc33a0bfbbb2f))
15+
* **explain:** add AI analysis view and tabular EXPLAIN fallback ([d160ce5](https://github.com/debba/tabularis/commit/d160ce549d4a7aff0ae5fed5bdf9b00a7800e928))
16+
* **explain:** add AI analysis view and tabular EXPLAIN fallback ([fd27727](https://github.com/debba/tabularis/commit/fd277270beb8ccc7de97092be0d3a13b62e502fd))
17+
* **explain:** add visual explain plan and driver support ([c60982a](https://github.com/debba/tabularis/commit/c60982a40e8772767633381b8d3be80c964a2507))
18+
* **modals:** auto-load databases when editing multi-db connection ([3a4f96b](https://github.com/debba/tabularis/commit/3a4f96b44651dd6f3eeb1fa6a7b0a985d14ee470))
19+
* **mysql:** add MariaDB JSON explain parsing for filesort and wrappers ([5232a7f](https://github.com/debba/tabularis/commit/5232a7f742e425e1d7e361c950f6e6141119cb0e))
20+
* **mysql:** add server version detection and enhanced EXPLAIN ([d8d850e](https://github.com/debba/tabularis/commit/d8d850ebf5524c407c3ccbb41da89da803923f24))
21+
* **mysql:** enhance MariaDB explain parsing with subquery cache and ([fd8c83b](https://github.com/debba/tabularis/commit/fd8c83baa98b71f94eccb0b1f59b6147fca87de8))
22+
* **sql:** add explainable query check and comment stripping ([fa2e46a](https://github.com/debba/tabularis/commit/fa2e46a8e34f770667be4f2cc789a488e6512b79))
23+
* **ui:** add AI dropdown button and replace inline AI buttons ([7ccc324](https://github.com/debba/tabularis/commit/7ccc324accbe1a56aaf2251043a2baff9c6a2f3c))
24+
* **visual-explain:** add overview and node details UI ([dd1c1a7](https://github.com/debba/tabularis/commit/dd1c1a7caf4f5ff931114e0dab0cb1057084ff10))
25+
* **website:** add subscription UI, pages, and markdown slot ([e14b5d4](https://github.com/debba/tabularis/commit/e14b5d431e6c9a8ecd913028c450f0f26c8ce920))
26+
127
## [0.9.16](https://github.com/debba/tabularis/compare/v0.9.15...v0.9.16) (2026-04-12)
228

329

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ An open-source desktop client for modern databases. Supports PostgreSQL, MySQL/M
3535
3636
## Release Download:
3737

38-
[![Windows](https://img.shields.io/badge/Windows-Download-blue?logo=windows)](https://github.com/debba/tabularis/releases/download/v0.9.16/tabularis_0.9.16_x64-setup.exe) [![macOS](https://img.shields.io/badge/macOS-Download-black?logo=apple)](https://github.com/debba/tabularis/releases/download/v0.9.16/tabularis_0.9.16_x64.dmg) [![Linux AppImage](https://img.shields.io/badge/Linux-AppImage-green?logo=linux)](https://github.com/debba/tabularis/releases/download/v0.9.16/tabularis_0.9.16_amd64.AppImage) [![Linux .deb](https://img.shields.io/badge/Linux-.deb-orange?logo=debian)](https://github.com/debba/tabularis/releases/download/v0.9.16/tabularis_0.9.16_amd64.deb) [![Linux .rpm](https://img.shields.io/badge/Linux-.rpm-red?logo=redhat)](https://github.com/debba/tabularis/releases/download/v0.9.16/tabularis-0.9.7-1.x86_64.rpm)
38+
[![Windows](https://img.shields.io/badge/Windows-Download-blue?logo=windows)](https://github.com/debba/tabularis/releases/download/v0.9.17/tabularis_0.9.17_x64-setup.exe) [![macOS](https://img.shields.io/badge/macOS-Download-black?logo=apple)](https://github.com/debba/tabularis/releases/download/v0.9.17/tabularis_0.9.17_x64.dmg) [![Linux AppImage](https://img.shields.io/badge/Linux-AppImage-green?logo=linux)](https://github.com/debba/tabularis/releases/download/v0.9.17/tabularis_0.9.17_amd64.AppImage) [![Linux .deb](https://img.shields.io/badge/Linux-.deb-orange?logo=debian)](https://github.com/debba/tabularis/releases/download/v0.9.17/tabularis_0.9.17_amd64.deb) [![Linux .rpm](https://img.shields.io/badge/Linux-.rpm-red?logo=redhat)](https://github.com/debba/tabularis/releases/download/v0.9.17/tabularis-0.9.7-1.x86_64.rpm)
3939

4040
<!-- SPONSORS:START -->
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tabularis",
33
"private": true,
4-
"version": "0.9.16",
4+
"version": "0.9.17",
55
"type": "module",
66
"links": {
77
"discord": "https://discord.gg/YrZPHAwMSG",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tabularis"
3-
version = "0.9.16"
3+
version = "0.9.17"
44
description = "tabularis - A database manager for developers"
55
authors = ["Debba"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "tabularis",
4-
"version": "0.9.16",
4+
"version": "0.9.17",
55
"identifier": "tabularis",
66
"build": {
77
"frontendDist": "../dist",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = "0.9.16";
1+
export const APP_VERSION = "0.9.17";

website/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* This file is auto-generated by scripts/sync-version.js
66
* To update, run: pnpm version <new-version> && pnpm sync-version
77
*/
8-
export const APP_VERSION = "0.9.16";
8+
export const APP_VERSION = "0.9.17";

0 commit comments

Comments
 (0)