Client (Fabric/Forge/NeoForge)
- Moved "Bottom Center" hud icon higher in Creative, so it no longer overlaps item names: https://i.imgur.com/3nYWeAN.png.
- In other game modes, it was also moved slightly lower: https://i.imgur.com/CUpcIdc.png.
- Fixed native memory leak in voice playback. Audio buffers were never freed after being uploaded to OpenAL.
- Deprecated the
byte[]members ofAlSourceWriteEventandAlSourceBufferQueuedEventin favor of theshort[]ones.
- Deprecated the
Server (Paper/Minestom/Fabric/Forge/NeoForge)
- Added
BaseServerDirectSource#getListenersandServerProximitySource#getListenersto API to resolve current source's listeners. - Added config option to make vmute/vunmute commands and mute expirations silent. #522
Proxy (Velocity/BungeeCord)
- AES key is now derived from forwarding key via HKDF, so it's no longer necessary to specify
PLASMO_VOICE_AES_KEYfor multi-proxy setups. - Added
BaseServerDirectSource#getListenersto API to resolve current source's listeners.