Skip to content

2.1.14

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Aug 02:10
b0565b0

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.
  • Fixed native memory leak in voice playback. Audio buffers were never freed after being uploaded to OpenAL.
    • Deprecated the byte[] members of AlSourceWriteEvent and AlSourceBufferQueuedEvent in favor of the short[] ones.

Server (Paper/Minestom/Fabric/Forge/NeoForge)

  • Added BaseServerDirectSource#getListeners and ServerProximitySource#getListeners to 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_KEY for multi-proxy setups.
  • Added BaseServerDirectSource#getListeners to API to resolve current source's listeners.