Caution
If you use Docker AND are updating from <= 0.0.7 SCROLL TO THE BOTTOM. BREAKING CHANGE.
Features
- Added Direct Messages (#413)
- Added Mentions support (#456)
- Added Push Notifications (#437)
- Hide categories when users cannot see any channels inside them (#278)
- Added Noise Gate and audio level performance improvements (#392)
- Added PWA manifest and required icon sizes
Fixes
- Prevent non-owners from assigning the Owner role (#436)
- Properly unset
bannedAtfield when unbanning a user (#435) - Fixed duplicate external audio stream issue (#464)
- Fixed stereo microphone handling (#465)
- Fixed stream seeking issues (#434)
Miscellaneous
- Support dynamic PUID/PGID in Docker
- Updated Dockerfile and Docker Compose configuration
- Identities are now case-insensitive (#440)
- Appended random number to default usernames
- Updated bug report template
Special thanks to @davidsmfreire, @bradbown, @d0m1n1qu3, @0x6DD8, @Pesuri, @pswitchy, @orjinameh, @schemen, @nylesninetynine, @StephenArg, and everyone else who contributed to this release.
Docker Image
docker pull sharkord/sharkord:v0.0.9Caution
Updating from <= 0.0.7, read this.
In 0.0.8 a breaking change was introduced in Docker. In a nutshell:
- Sharkord no longer runs as root
- Mounting point changed
It changed from:
/root/.config/sharkord
to:
/home/bun/.config/sharkord
Read the 0.0.8 release notes to understand what you might need to do: https://github.com/Sharkord/sharkord/releases/tag/v0.0.8