From 862382daf644b5340cdc95ec2a19581c753b2576 Mon Sep 17 00:00:00 2001 From: TommyFang Date: Sun, 16 Aug 2026 23:25:03 +0800 Subject: [PATCH] release: v0.1.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- data/metainfo/io.github.tommyfang.DshDesktop.metainfo.xml | 5 +++++ src-tauri/tauri.conf.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1969ee..f0c6e02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,7 +949,7 @@ dependencies = [ [[package]] name = "dsh-core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64 0.22.1", "dirs", @@ -966,7 +966,7 @@ dependencies = [ [[package]] name = "dsh-desktop" -version = "0.1.0" +version = "0.1.1" dependencies = [ "arboard", "dsh-core", diff --git a/Cargo.toml b/Cargo.toml index 119e9d1..4731c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/dsh-core", "src-tauri"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" authors = ["TommyFang2077"] diff --git a/data/metainfo/io.github.tommyfang.DshDesktop.metainfo.xml b/data/metainfo/io.github.tommyfang.DshDesktop.metainfo.xml index 59af1b5..bdf79cd 100644 --- a/data/metainfo/io.github.tommyfang.DshDesktop.metainfo.xml +++ b/data/metainfo/io.github.tommyfang.DshDesktop.metainfo.xml @@ -41,6 +41,11 @@ + + +

Signed in-app updater from the mainland mirror; HTTPS Gitea distribution; Market install warnings for GitHub-only sources.

+
+

Tauri shell with an Apple-style title bar, bundled dsh, and on-launch updates.

diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index dbe210e..745ab3b 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": "DeepSeek Harness", - "version": "0.1.0", + "version": "0.1.1", "identifier": "io.github.tommyfang.DshDesktop", "build": { "frontendDist": "../ui"