mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
release: v0.1.1
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -949,7 +949,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dsh-core"
|
name = "dsh-core"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"dirs",
|
"dirs",
|
||||||
@@ -966,7 +966,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dsh-desktop"
|
name = "dsh-desktop"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arboard",
|
"arboard",
|
||||||
"dsh-core",
|
"dsh-core",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ members = ["crates/dsh-core", "src-tauri"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["TommyFang2077"]
|
authors = ["TommyFang2077"]
|
||||||
|
|||||||
@@ -41,6 +41,11 @@
|
|||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
|
|
||||||
<releases>
|
<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">
|
<release version="0.1.0" date="2026-08-15">
|
||||||
<description>
|
<description>
|
||||||
<p>Tauri shell with an Apple-style title bar, bundled dsh, and on-launch updates.</p>
|
<p>Tauri shell with an Apple-style title bar, bundled dsh, and on-launch updates.</p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "DeepSeek Harness",
|
"productName": "DeepSeek Harness",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"identifier": "io.github.tommyfang.DshDesktop",
|
"identifier": "io.github.tommyfang.DshDesktop",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../ui"
|
"frontendDist": "../ui"
|
||||||
|
|||||||
Reference in New Issue
Block a user