release: v0.1.1

Bump package + crate + tauri identifier from 0.1.0 to 0.1.1 and
rebuild the .deb. The 0.1.1 binary includes everything between
fork-init and HEAD~0:
  - custom TCP/QUIC listen ports (default 9651/9652)
  - daemon-failure banner with shortcut to Settings
  - misc UX wording

CHANGELOG split: 0.1.1 section closes the previously-Unreleased
list; 0.1.0 untouched.

release/mycellium-ui-private_0.1.0_amd64.deb removed and replaced
by 0.1.1 with refreshed SHA256SUMS.
This commit is contained in:
syoul
2026-04-27 02:44:14 +02:00
parent e4c91426be
commit 874dd33a6d
8 changed files with 14 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ Pre-built `.deb` of the private-network desktop client. Designed to coexist with
## Install
```bash
sudo apt install ./mycellium-ui-private_0.1.0_amd64.deb
sudo apt install ./mycellium-ui-private_0.1.1_amd64.deb
```
`apt install` with a local path resolves runtime deps (`pkexec | policykit-1`, `libwebkit2gtk-4.1-0`, `libgtk-3-0`) automatically. Plain `dpkg -i` will fail if any of those are missing.