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:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,10 +6,15 @@ This fork tracks [`syoul/Mycell-UI`](https://git.open.us.org/syoul/Mycell-UI) (t
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1] — 2026-04-27
|
||||
|
||||
### Added
|
||||
- `SidecarConfig.tcpListenPort` and `SidecarConfig.quicListenPort` (Option<u16>): pin the daemon's peer-listen ports across restarts so they can be reliably port-forwarded on a home router. `None` keeps the previous ephemeral behaviour.
|
||||
- Two input fields in **Settings → Daemon configuration** to expose them, with an explanation of when to set them.
|
||||
- App.vue surfaces a top banner when `phase === 'error'` with the daemon error message and a shortcut "Go to Settings" button.
|
||||
- `SidecarConfig.tcpListenPort` and `SidecarConfig.quicListenPort` (Option<u16>): pin the daemon's peer-listen ports across restarts so they can be reliably port-forwarded on a home router. Defaults to mycelium's standard `9651` (TCP) and `9652` (QUIC); clearing the field falls back to ephemeral.
|
||||
- Two input fields in **Settings → Daemon configuration** to expose them, with help text explaining when to override.
|
||||
- App.vue surfaces a top banner when `phase === 'error'` with the daemon error message and a shortcut "Go to Settings" button when the failure mentions a network-config issue.
|
||||
|
||||
### Changed
|
||||
- `release/mycellium-ui-private_*.deb` rebuilt against the above.
|
||||
|
||||
## [0.1.0] — 2026-04-27
|
||||
|
||||
|
||||
Reference in New Issue
Block a user