[go: nahoru, domu]

Skip to content

Releases: 4drian3d/SignedVelocity

1.2.3

19 Jan 18:24
5ab8203
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update dependency net.fabricmc:fabric-loader to v0.15.1 by @renovate in #51
  • fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.91.1+1.20.4 by @renovate in #35
  • fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.91.2+1.20.4 by @renovate in #52
  • fix(deps): update dependency com.github.retrooper.packetevents:velocity to v2.2.0 by @renovate in #54
  • fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.91.4+1.20.5 by @renovate in #57
  • chore(deps): update actions/upload-artifact action to v4 - autoclosed by @renovate in #56
  • fix(deps): update dependency org.slf4j:slf4j-api to v2.0.10 by @renovate in #59
  • chore(deps): update plugin fabric-loom to v1.5.1 by @renovate in #53
  • fix(deps): update dependency net.fabricmc:fabric-loader to v0.15.3 by @renovate in #55
  • chore(deps): update plugin fabric-loom to v1.5.3 by @renovate in #60
  • fix(deps): update dependency org.slf4j:slf4j-api to v2.0.11 by @renovate in #61
  • fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.93.1+1.20.5 by @renovate in #58
  • chore(deps): update plugin fabric-loom to v1.5.4 - autoclosed by @renovate in #62
  • chore(deps): update plugin fabric-loom to v1.5.5 by @renovate in #65
  • fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0.94.0+1.20.5 by @renovate in #67
  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 by @renovate in #64
  • chore(deps): update plugin fabric-loom to v1.5.6 by @renovate in #68
  • Updated to latest Velocity 3.3.0 build by @4drian3d in #71

Full Changelog: 1.2.2...1.2.3

1.2.2

04 Dec 14:49
d3e1e3f
Compare
Choose a tag to compare

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

Full Changelog: 1.2.1...1.2.2

1.2.1

03 Nov 13:16
f08b673
Compare
Choose a tag to compare

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

Full Changelog: 1.2.0...1.2.1

1.2.0

28 Oct 21:45
9ca28ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

21 Oct 15:35
3e77f1b
Compare
Choose a tag to compare

What's Changed

  • Added support for changing the secured status sent to the player using VPacketEvents or PacketEvents by @4drian3d in #28
    SignedVelocitySignedStatus

  • Added Minestom support by @4drian3d in #29

Full Changelog: 1.0.3...1.1.0

1.0.3

28 Sep 23:37
7a7eac3
Compare
Choose a tag to compare
  • Added detection of locally executed chat messages by plugins

Full Changelog: 1.0.2...1.0.3

1.0.2

26 Sep 14:44
05a8908
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update plugin org.spongepowered.gradle.plugin to v2.2.0 by @renovate in #21
  • chore(deps): update dependency net.kyori.blossom to v2.1.0 by @renovate in #22
  • chore(deps): update runvelocity to v2.2.0 by @renovate in #23
  • chore(deps): update actions/checkout digest to 8ade135 by @renovate in #25
  • Added detection of locally executed commands by plugins by @4drian3d in #24
    New jvm flag to disable the detection in case you don't have the problem or you want to test the performance problem without this fix:
    -Dio.github._4drian3d.signedvelocity.checkForLocalChat=false
  • feat: Made connection timeout between server and proxy configurable
    JVM Flag: -Dio.github._4drian3d.signedvelocity.timeout=100

Full Changelog: 1.0.1...1.0.2

1.0.1

05 Sep 21:38
5a42fa8
Compare
Choose a tag to compare

What's Changed

Downloads

Full Changelog: 1.0.0...1.0.1

1.0.0

26 Aug 20:13
8826915
Compare
Choose a tag to compare

What's Changed

  • Added Sponge API 8.1-9 (1.16.5-1.18.2) and API 10+(1.19.2+) support
  • Improved performance when canceling messages and commands from players with legacy versions (<1.18.2)

Downloads

Full Changelog: 1.0.0-BETA-3...1.0.0

1.0.0-BETA-3

10 Jul 23:14
4463462
Compare
Choose a tag to compare