- feat: Added back and improved secure chat popup support
- feat(velocity): Use the newly added plugin message API
- fix: Fixed Fabric 1.21 support
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4
- Fixed some plugin messaging issue
This version is being released as beta, it is recommended to install it until the official version with full support for Minecraft 1.21 is released. To fix the exploit only requires updating the Velocity module, so this version works with any previous version of SignedVelocity.
In this version the use of FabricAPI has been updated to version 0.91.1, which is the minimum required from now on. Also the detection of locally executed messages in Paper has been improved and the waiting time has been reduced according to several tests.
What's Changed
- misc: Reduced default timeout to 45 milliseconds
- perf(paper): Improved local message execution detection
- fix(fabric): Remove queued data on disconnect
- fix(fabric): Updated FabricAPI usage
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2
This release solves the problem of message duplication due to a packet sending desynchronization that could happen occasionally. It also supports deprecated plugins that cancel chat messages through deprecated events.
What's Changed
- fix: Rewritten backend signed queue logic
- fix: Advance with the queue in case a deprecated plugin cancels the chat
- feat(paper): Implement Debug logger
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1