Skip to content

Releases: jonesdevelopment/sonar

2.1.18

01 Dec 13:02
a0b1421
Compare
Choose a tag to compare
  • Fix crash issue on 1.13-1.13.2
  • Downgrade mysql-connector-j to 9.0.0

This is a hotfix release that fixes the MySQL driver not loading correctly and 1.13-1.13.2 clients crashing when joining the server.

Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl

2.1.17

26 Nov 16:08
adef9d9
Compare
Choose a tag to compare
  • Bump mariadb-java-client from 3.4.1 to 3.5.1
  • Bump mysql-connector-j from 9.0.0 to 9.1.0
  • Use version name instead of ID for logging

Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl

2.1.16

11 Nov 13:15
43a1aa2
Compare
Choose a tag to compare
  • Clear ByteBuf if the packet has no start
  • Fix invalid-username never being used

Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl

2.1.15

04 Nov 14:37
66d0651
Compare
Choose a tag to compare

This is a hotfix release that removes an accidental debugging statement that caused all errors to be printed out to console in full detail.

Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl

2.1.14

02 Nov 14:01
cb76dfe
Compare
Choose a tag to compare
  • Move username check to post-login
  • Fix pre-join disconnects not encoding correctly
  • Make unsupported version message configurable
  • Update language/config files for Chinese #404
  • Add client ticking check for 1.21.2+

Massive thanks to the sponsors of Sonar who help keep this project running: @Hydoxl

2.1.13

26 Oct 15:11
e33ee13
Compare
Choose a tag to compare
  • Don't serialize modern json twice
  • Fix NoClassDefFoundError on BungeeCord and Bukkit

This is a hotfix release that resolves an exception on startup introduced by #401

2.1.12

26 Oct 14:03
a7b1bfd
Compare
Choose a tag to compare
  • Fix timestamp check false positive
  • Fix component serialization on <1.16 #401

This release fixes gradients being parsed incorrectly for Minecraft 1.15.2 and below.
Additionally, random disconnects during the CAPTCHA have been fixed.

2.1.11

23 Oct 13:28
9d2752d
Compare
Choose a tag to compare
  • 1.21.2 Support #370, #397
  • Make verification world time configurable
  • Exempt Bedrock players from the vehicle check
  • Exempt Bedrock players from the view distance check
  • Remove useless variables from some events
  • Fix UpdateTime packet on 1.21.2
  • Fix CAPTCHA Y position breaking lighting
  • Fix errors during configuration phase
  • Use hashes for command tab completion
  • Don't print permission message if empty

Some false positives and timeouts related to lag have been fixed.
There've been some more microoptimizations that are not listed.

2.1.10

06 Oct 12:17
3c73ecf
Compare
Choose a tag to compare
  • Remove VerifiedPlayerController#estimatedSize
  • Add easier API method for verifying players
  • Add more stability checks to the database
  • Implement missing view distance check
  • Fix translation error in Spanish translations
  • Tell user how to disable the welcome message
  • Fix possible position issue with vehicles

2.1.9

29 Sep 11:34
0c8106e
Compare
Choose a tag to compare
  • Fix block heights varying on different versions
  • Use one entity ID for all vehicles
  • Fix the Discord link in Polish translations
  • Add verification welcome message
  • Small micro-optimizations to networking
  • Fix potential NullPointerException
  • Bump dependencies #386