Skip to content

Commit 3ae4d31

Browse files
committed
0.9.10
1 parent a50d12a commit 3ae4d31

File tree

7 files changed

+31
-6
lines changed

7 files changed

+31
-6
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [0.9.10](https://github.com/debba/tabularis/compare/v0.9.9...v0.9.10) (2026-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **blog:** make tag filter dropdown inline instead of overlay ([96dbf96](https://github.com/debba/tabularis/commit/96dbf961924bcc39a59e0b23369a28e1a4decc09))
7+
* **database-provider:** reflect multi-db selection in window title ([85548f8](https://github.com/debba/tabularis/commit/85548f8d4ce2ddd098de7caa4f7d0c3a3c5cb7c0))
8+
* **index:** update gitnexus version in AGENTS.md ([d3c3130](https://github.com/debba/tabularis/commit/d3c3130dedb4ed062ed76cf4f1f75367aa4b8ae3))
9+
* **modals:** focus name input on validation and update placeholder ([eac063f](https://github.com/debba/tabularis/commit/eac063f43fb761ab98ac5aa090aef907edebc577))
10+
* normalize blog post dates to ISO 8601 format (YYYY-MM-DDTHH:MM:SS) ([5510dba](https://github.com/debba/tabularis/commit/5510dbac65825c8dd1e7a26439deed718f292b03))
11+
12+
13+
### Features
14+
15+
* **blog:** replace tag cloud with collapsible "Filter by tag" dropdown ([6926bd4](https://github.com/debba/tabularis/commit/6926bd49197e70cf66102c2275396c529bfdf122))
16+
* **commands:** allow selecting database for record operations ([e12efdd](https://github.com/debba/tabularis/commit/e12efddd6d57ac217d00234eb0fa7e25c2a931f7))
17+
* Display platform detection badge ([7b55b58](https://github.com/debba/tabularis/commit/7b55b58479f4bf50e20c634437a9ce71863e7974))
18+
* **docs:** add changelog page and rename screenshots ([fe78037](https://github.com/debba/tabularis/commit/fe78037a504442e8982d5f0ce14f7f3ff2617e3a))
19+
* **download:** add download thank you page with auto-trigger and ([b1e78c3](https://github.com/debba/tabularis/commit/b1e78c36c5059ebbbc7798ebfaf9c5109974b624))
20+
* **mcp:** add multi-client support and connection improvements ([d9655e6](https://github.com/debba/tabularis/commit/d9655e68de33ab83e6b124a3e4e2cf4fd50705cc))
21+
* **search:** add client-side search functionality ([652b3e4](https://github.com/debba/tabularis/commit/652b3e4ef74dc484ddcd7019a9155d55a76f1b47))
22+
* website - add reading time to PostCard ([d08cc02](https://github.com/debba/tabularis/commit/d08cc0277d55eca545476533c07d83df20708e69))
23+
24+
25+
126
## [0.9.9](https://github.com/debba/tabularis/compare/v0.9.8...v0.9.9) (2026-03-14)
227

328

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A lightweight, developer-focused database management tool, built with Tauri and
3333

3434
## Release Download:
3535

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

3838
<!-- SPONSORS:START -->
3939

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.9",
4+
"version": "0.9.10",
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.9"
3+
version = "0.9.10"
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.9",
4+
"version": "0.9.10",
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.9";
1+
export const APP_VERSION = "0.9.10";

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.9";
8+
export const APP_VERSION = "0.9.10";

0 commit comments

Comments
 (0)