1.18.7
Diode Collab v1.18.7 was released on December 04, 2025.
-
Features
- Tooltip to show chat reaction participants
Bug Fixes
- Zone doesn’t appear after joining
- Prevent unnecessary remove member transactions
- Discover page smooth load
- Zone initialization for new profiles
- Online / offline status indicator improvement
- File creation when base folder does not exist
#Tooltip to show chat reaction participants
Zone Admins and Owner can now hover on chat reactions to see which members have participated. This is especially helpful for confirming participation in the related message.
#Fix: Zone doesn’t appear after joining
If the app was closed (or exited) while joining a Zone, the Zone could be added to the system but wouldn’t appear in the Zone picker as an available zone. This edge case has been fixed.
#Fix: Prevent unnecessary remove member transactions
Drives that were set to “auto join” would unnecessarily create RemoveMember transactions for any users who were in the In Moderation role. This has been fixed.
#Fix: Discover page smooth load
The Discover page now loads smoothly (doesn’t flicker/change layout after load) and loads more quickly.
#Fix: Zone initialization for new profiles
New profiles that immediately tried to create a Zone would sometimes fail to complete Zone instantiation. This has been fixed.
#Fix: Online/offline indicator improvement
A “gossip” style token ring mechanism is now used to share online/offline status with your Zone members. This is more reliable than the previous tunnel-based indication.
#Fix: File creation when base directory doesn’t exist
For members operating in upload-only mode, the actual filesytem folder for a given directory often doesn’t exist. In this case, if the user tried to create a new file from the app (e.g. MD file), the file creation would fail until the user sync’d at least one other file in the directory. This has been fixed - the directory is now auto-instantiated upon file creation.