diff --git a/CHANGELOG.md b/CHANGELOG.md index 002db59..cb0c08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to Gemini CLI Desktop will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.3.15](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.15) - 2026-01-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index b8a80b7..d86a37e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,7 +350,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "backend" -version = "0.3.14" +version = "0.3.15" dependencies = [ "anyhow", "base64 0.22.1", @@ -5382,7 +5382,7 @@ dependencies = [ [[package]] name = "tauri-app" -version = "0.3.14" +version = "0.3.15" dependencies = [ "anyhow", "backend", diff --git a/README.md b/README.md index 4952adf..ea067b7 100644 --- a/README.md +++ b/README.md @@ -160,4 +160,4 @@ Contributions are welcome! Please see the [contributing guide](CONTRIBUTING.md) [MIT](./LICENSE) -Copyright © 2025 [Piebald LLC.](https://piebald.ai) +Copyright © 2026 [Piebald LLC.](https://piebald.ai) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 946054c..241a563 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "backend" -version = "0.3.14" +version = "0.3.15" edition = "2024" [features] diff --git a/crates/tauri-app/Cargo.toml b/crates/tauri-app/Cargo.toml index 0b5e347..daa416e 100644 --- a/crates/tauri-app/Cargo.toml +++ b/crates/tauri-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-app" -version = "0.3.14" +version = "0.3.15" description = "Desktop/web UI for Gemini CLI/Qwen Code. Manage projects, switch between tools, search across past conversations, and manage MCP servers, all from one interface, locally or remotely." authors = ["Piebald LLC "] edition = "2021" diff --git a/crates/tauri-app/tauri.conf.json b/crates/tauri-app/tauri.conf.json index f651054..0428c91 100644 --- a/crates/tauri-app/tauri.conf.json +++ b/crates/tauri-app/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Gemini CLI Desktop", - "version": "0.3.14", + "version": "0.3.15", "identifier": "ai.piebald.gemini-cli-desktop", "build": { "beforeDevCommand": "pnpm dev", diff --git a/frontend/package.json b/frontend/package.json index 582072a..bf19329 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "gemini-cli-desktop", "private": true, - "version": "0.3.14", + "version": "0.3.15", "type": "module", "scripts": { "dev": "npm run copy-pdf-worker && vite", diff --git a/frontend/src/components/common/AboutDialog.tsx b/frontend/src/components/common/AboutDialog.tsx index f99ee4c..81c2188 100644 --- a/frontend/src/components/common/AboutDialog.tsx +++ b/frontend/src/components/common/AboutDialog.tsx @@ -27,7 +27,7 @@ export const AboutDialog: React.FC = ({ const backendText = getBackendText(selectedBackend); const appName = backendText.desktopName; - const appVersion = "0.3.14"; + const appVersion = "0.3.15"; const currentYear = new Date().getFullYear(); return ( diff --git a/installer.iss b/installer.iss index b850354..09d1c3d 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define AppName "Gemini CLI Desktop" -#define AppVersion "0.3.14" +#define AppVersion "0.3.15" #define AppPublisher "Piebald LLC" #define AppURL "https://github.com/Piebald-AI/gemini-cli-desktop" #define AppExeName "gemini-cli-desktop.exe"