Skip to content

Commit 6ce3b95

Browse files
committed
0.12.0
1 parent 7cf560e commit 6ce3b95

6 files changed

Lines changed: 41 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# [0.12.0](https://github.com/debba/tabularis/compare/v0.11.0...v0.12.0) (2026-05-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Ctrl+Enter always runs query in the last opened console tab ([#240](https://github.com/debba/tabularis/issues/240)) ([d8f9feb](https://github.com/debba/tabularis/commit/d8f9febd334d88909877683ca6307b7d380eee98))
7+
* **drivers:** preserve i64/u64 precision past Number.MAX_SAFE_INTEGER ([b1a6d9d](https://github.com/debba/tabularis/commit/b1a6d9d0154fb3e58b70625a4fe7b2130f0ce5a2)), closes [#210](https://github.com/debba/tabularis/issues/210)
8+
* **drivers:** show pagination for SELECTs with leading SQL comments ([a0a52f4](https://github.com/debba/tabularis/commit/a0a52f498712fdea2e1134898a4a02e66eb8fa29))
9+
* **pg:** correct handling of TLS/SSL modes in PostgreSQL connection ([e836109](https://github.com/debba/tabularis/commit/e836109a2abb5bb75377c0a28d21d5b07f0dd96c))
10+
* refresh table list after creating table ([#239](https://github.com/debba/tabularis/issues/239)) ([63ebeaf](https://github.com/debba/tabularis/commit/63ebeaf63f41e1d7ac6eccc103cf1b6af421130d))
11+
* Save Query modal no longer overrides editor theme globally ([#248](https://github.com/debba/tabularis/issues/248)) ([d1d93d3](https://github.com/debba/tabularis/commit/d1d93d3d0dbe15154f2ba67cfe1b1d83d971efcc)), closes [#247](https://github.com/debba/tabularis/issues/247)
12+
* **settings:** center SettingToggle knob ([d9febbe](https://github.com/debba/tabularis/commit/d9febbefcc314a7fcd45919806150b1b98e0ebf5))
13+
14+
15+
### Features
16+
17+
* Delete selected rows with keyboard shortcut ([5190443](https://github.com/debba/tabularis/commit/51904436dc3411996b85d28455713497232a96e9))
18+
* **demo:** add MySQL triggers demo and bump version to 0.11.0 ([02a23ef](https://github.com/debba/tabularis/commit/02a23ef9aa662555bd0c20a9de8a218ef1dbc72e))
19+
* **demo:** seed bigint_demo table for issue [#210](https://github.com/debba/tabularis/issues/210) manual testing ([245f6b6](https://github.com/debba/tabularis/commit/245f6b645fa02281238260c3b0daee7c9cb0d591))
20+
* **i18n:** add Russian locale and count-based tab pluralization ([78bf343](https://github.com/debba/tabularis/commit/78bf3437039a9841cfb2b473bd175e181f345d25))
21+
* per-connection icon & accent color override ([#189](https://github.com/debba/tabularis/issues/189)) ([#241](https://github.com/debba/tabularis/issues/241)) ([287c2b6](https://github.com/debba/tabularis/commit/287c2b6cdc882b3e6466e4d8888784389d33a43a))
22+
* **sql:** first-party splitter + per-driver dialect ([#225](https://github.com/debba/tabularis/issues/225)) ([b4f225a](https://github.com/debba/tabularis/commit/b4f225ab53b3cb633f0549662de4341f8cea3dcb))
23+
24+
25+
### Performance Improvements
26+
27+
* eliminate per-query disk I/O and unblock result display from metadata fetch ([788a068](https://github.com/debba/tabularis/commit/788a068f72a502e6c2883490c03be1c0dbbd339c))
28+
29+
30+
### Reverts
31+
32+
* remove unintended CHANGELOG changes ([2ddfb58](https://github.com/debba/tabularis/commit/2ddfb5859af01d44a9a9a2976d4354dc49e69516))
33+
134
# [0.11.0](https://github.com/TabularisDB/tabularis/compare/v0.10.3...v0.11.0) (2026-05-18)
235

336

README.md

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

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

5151
<!-- SPONSORS:START -->
5252

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.11.0",
4+
"version": "0.12.0",
55
"type": "module",
66
"links": {
77
"discord": "https://discord.com/invite/K2hmhfHRSt",

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.11.0"
3+
version = "0.12.0"
44
description = "tabularis - A database manager for developers"
55
authors = ["Debba"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 4 additions & 2 deletions
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.11.0",
4+
"version": "0.12.0",
55
"identifier": "tabularis",
66
"build": {
77
"frontendDist": "../dist",
@@ -24,7 +24,9 @@
2424
"csp": null,
2525
"assetProtocol": {
2626
"enable": true,
27-
"scope": ["$APPDATA/connection-icons/**"]
27+
"scope": [
28+
"$APPDATA/connection-icons/**"
29+
]
2830
}
2931
}
3032
},

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.11.0";
1+
export const APP_VERSION = "0.12.0";

0 commit comments

Comments
 (0)