v1.3.1
Notes
- THIS IS A PATCH UPDATE! THERE ARE NO PROTOCOL CHANGES!
- Internal android version compatibility should now reflect major and minor integer.
- Added the ability to ignore packets from sending/receiving for the McAPI protocol.
- Added the ability to set boolean values to "true" or "false" for pterodactyl panel setups.
- Added the option
--language <code>to override the language as the server is starting. - Added the option
--exit-on-invalid-propertieswhich will cause the server to stop if theServerProperties.jsondoes not exist or fails to be parsed. - Added the option to disable highlighting of usernames in the client software when client's can listen/talk to each other.
- Added a global output volume controller (sine wave output may sound buggy when setting above 100%).
- Updated all available locales.
- Omitted port result from displaying when the server is disabled.
- Added more SIMD optimizations to volume control, mixing and hard clipping. AVX and SSE hardware x86 Intrinsics may be explored further to leverage more hardware capabilities for effects optimization and conversion between audio formats.
- Hard clipping between -1 and 1 is now only applied after the audio is mixed before converting to 16bit audio.
- Added a constant
shutdowncommand alias for server panel hosting. - Decreased ping interval for
VoiceCraft.Addon.Core.McWssandVoiceCraft.Addon.Core.McHttpto prevent unstable dropouts when MC TPS drops below 20. - Updated the OpusSharp package to 1.6.1 to leverage use of source generation optimization for .NET 9.0+ version.
- Kestrel HTTP server from ASP.NET may be used to replace the administrative commands needed for windows hosting.
- Exiting the server using
Ctrl + Cmay cause a delay before the server is shut down due to the new command system, typingshutdownwill make the server shutdown faster and more safely. - Install Dotnet 9.0 to use v1.3.1 for both the server and client software.
- You may still need to run the
VoiceCraft.Server.Windows...version in administrator or add anetsh http add urlacl url=http://...rule. - Wiki has been updated.
- Browser support is being investigated for all platforms support (it works but is broken).
- A known bug for android devices may crash the app when connecting, this is currently out of my control as it is an avalonia specific bug.
- Any bugs you encounter, please open an issue.
What's Changed
- update chinese translation by @Unny984 in #192
- Updated Dutch translations! by @Miniontoby in #193
- v.1.3.1 by @SineVector241 in #194
Full Changelog: v1.3.0...v1.3.1