Skip to content

v1.3.1

Choose a tag to compare

@SineVector241 SineVector241 released this 14 Jan 08:29
· 76 commits to master since this release
af10785

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-properties which will cause the server to stop if the ServerProperties.json does 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 shutdown command alias for server panel hosting.
  • Decreased ping interval for VoiceCraft.Addon.Core.McWss and VoiceCraft.Addon.Core.McHttp to 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 + C may cause a delay before the server is shut down due to the new command system, typing shutdown will 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 a netsh 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

Full Changelog: v1.3.0...v1.3.1