Bumps Cargo.toml + tauri.conf.json + android tauri.properties (versionCode 7000 → 7001). v0.7.1 = UI polish + bug-fix pass on v0.7.0, wire-compatible. download.html: new v0.7.1 section at top with detailed bullets for: - Friend button (follow+vouch) - Default visibility = Extended Friends (FoF) - Network Identity → Device Address rename - Settings persona/device clarity - Profile-display-name bug fix - Redundancy panel author-query fix - My Posts horizontal-scroll regression fix v0.7.0 entry retained below with full original release notes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 lines
743 B
TOML
31 lines
743 B
TOML
[package]
|
|
name = "itsgoin-desktop"
|
|
version = "0.7.1"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "itsgoin_desktop"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
itsgoin-core = { path = "../core" }
|
|
tauri = { version = "2", features = ["protocol-asset"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
hex = "0.4"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
anyhow = "1"
|
|
base64 = "0.22"
|
|
dirs = "5"
|
|
open = "5"
|
|
tauri-plugin-notification = "2"
|
|
tauri-plugin-dialog = "2"
|
|
notify-rust = "4"
|
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
tauri-plugin-android-fs = "8"
|