diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-23 15:15:47 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-23 15:15:47 +0200 |
| commit | 012ba5b0cb8c556ce773423ca38d5184b74659ac (patch) | |
| tree | cdf8fd355f6956912bb131e69f30ab263581fae4 /packaging/rpm/meshbay-hub.spec | |
| parent | 9f02ee2c09652abf1308bdfa4a3eec4e9ca9ac83 (diff) | |
| download | meshbay-31b728da190f671bfab606397797b2b5f690e95d.tar.gz | |
chore: release 0.6.00.6
The group UI's applications split, and the two missing-import bugs it
surfaced and fixed along the way.
MNP goes to 0.4: apps_enabled/apps_enabled_ack, and enabled_apps on the
handshake ack, for the group-applications registry. Additive — a node that
predates it is never sent the op, and a client that predates it never looks
for the field.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016SF6RKNBKg9qejmoMJ9ybA
Diffstat (limited to 'packaging/rpm/meshbay-hub.spec')
| -rw-r--r-- | packaging/rpm/meshbay-hub.spec | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packaging/rpm/meshbay-hub.spec b/packaging/rpm/meshbay-hub.spec index 6872520..dd4803f 100644 --- a/packaging/rpm/meshbay-hub.spec +++ b/packaging/rpm/meshbay-hub.spec @@ -1,5 +1,5 @@ Name: meshbay-hub -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: MeshBay Hub — identity authority and group registry server License: AGPLv3+ @@ -74,6 +74,18 @@ getent passwd meshbay >/dev/null || \ %dir %attr(750, meshbay, meshbay) %{_sharedstatedir}/meshbay/hub %changelog +* Sun Aug 23 2026 MeshBay Team <team@meshbay.org> - 0.6.0-1 +- Group UI split into a pluggable "applications" architecture (Chat, Files + today; Videos/Music/Photos can register without touching GroupPage) +- Operators can enable/disable applications per group from Settings +- Group Settings sections reordered: Invite, Pairing, Applications, Shared + directories, Uploads, danger zone, Your devices, Members +- Fixed: a fresh access token was never picked up when a "not a member" + handshake retry fired, wrongly locking a member (including a group's own + creator) out of a group they had just joined +- Fixed: opening Chat on a group with existing messages threw and wedged the + page's rendering, leaving every button unresponsive until reload + * Sun Aug 16 2026 MeshBay Team <team@meshbay.org> - 0.5.0-1 - Leave a group; public groups capped at 10 per owner, staff exempt - Groups are listed only once a node has announced them; prune-groups collects the rest |