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>
16 lines
321 B
TOML
16 lines
321 B
TOML
[package]
|
|
name = "itsgoin-cli"
|
|
version = "0.7.1"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "itsgoin"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
itsgoin-core = { path = "../core" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
anyhow = "1"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
hex = "0.4"
|