From 0d7a6f02c8af0d756f52ee7df5d668567cfe3622 Mon Sep 17 00:00:00 2001 From: "brel[bot]" Date: Sun, 22 Mar 2026 09:24:58 +0000 Subject: [PATCH] chore(release): v0.2.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e2b60..30c597c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [0.2.0] - 2026-03-22 + +### 🚀 Features + +- Switch to react +- New style +- Add command palette & shortcuts +- Multiplexing window + +### 🐛 Bug Fixes + +- Rework +- Better scoping for add task dialog +- Duplicated code for fullscreen +- Sonner & common error path for keys +- Useless deps +- Sidebar & multiplexer conflict +- Commands +- Card oacing in board column + +### 🚜 Refactor + +- Better component org + +### ⚙️ Miscellaneous Tasks + +- Update deps ## [0.1.0] - 2026-03-17 ### 🚀 Features diff --git a/package.json b/package.json index 23cd45a..1634823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dextop", - "version": "0.1.0", + "version": "0.2.0", "description": "", "license": "MIT", "type": "module", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 36c41e3..0e22b89 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -738,7 +738,7 @@ dependencies = [ [[package]] name = "dextop" -version = "0.1.0" +version = "0.2.0" dependencies = [ "notify", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 94ed37d..fec8856 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dextop" -version = "0.1.0" +version = "0.2.0" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0c5391f..3be8454 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "dextop", - "version": "0.1.0", + "version": "0.2.0", "identifier": "com.mattsverse.dextop", "build": { "beforeDevCommand": "bun run dev",