release: v0.1.1

This commit is contained in:
2026-08-16 23:25:03 +08:00
parent 16c80dfa45
commit 862382daf6
4 changed files with 9 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"]

View File

@@ -41,6 +41,11 @@
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.1" date="2026-08-16">
<description>
<p>Signed in-app updater from the mainland mirror; HTTPS Gitea distribution; Market install warnings for GitHub-only sources.</p>
</description>
</release>
<release version="0.1.0" date="2026-08-15">
<description>
<p>Tauri shell with an Apple-style title bar, bundled dsh, and on-launch updates.</p>

View File

@@ -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"