[go: nahoru, domu]

Skip to content

Releases: MrMicky-FR/FastBoard

Version 2.1.3

08 Jul 06:28
d9b2563
Compare
Choose a tag to compare

Changelog

Version 2.1.2

01 May 18:19
402661c
Compare
Choose a tag to compare

Changelog

Version 2.1.1

28 Apr 10:29
177e5ea
Compare
Choose a tag to compare

Changelog

Version 2.1.0

24 Mar 13:34
cb1a893
Compare
Choose a tag to compare

Version 2.0.2

07 Dec 21:19
87ffa56
Compare
Choose a tag to compare
  • Added Minecraft 1.20.3 support (#43 by @syldium)
  • Hide scoreboard scores on Minecraft 1.20.3 clients

Version 2.0.1

14 Oct 14:07
a9b5019
Compare
Choose a tag to compare
  • Added Minecraft 1.20.2 support (#37 by @syldium)
  • Added support for Adventure components on legacy servers (requires shading Adventure & Adventure legacy serializer)

Version 2.0.0

07 Jun 19:05
4d473fb
Compare
Choose a tag to compare

Version 1.2.1

03 Dec 22:30
6ffb6ce
Compare
Choose a tag to compare
  • Added Minecraft 1.18 support (#19)

Version 1.2.0

13 Jun 14:37
37f3f85
Compare
Choose a tag to compare
  • Added Minecraft 1.17 support (#11)
  • Reduced collisions probability in scoreboard id
  • Important reflection performances improvements
    • Replaced Method and Constructor with MethodHandle
    • Reduced calls to Class#getDeclaredFields and Field#setAccessible (now it's only during initialization)
  • Slightly reduced objects allocations
  • Published snapashots to Sonatype OSS
  • Published releases to Maven Central

Version 1.1.0

19 Feb 13:46
Compare
Choose a tag to compare
  • Add some methods to update single lines: #updateLine, #removeLine, #getLine, #getId,
  • Replace calls to Throwable#printStackTrace with throwing a RuntimeException
  • Better colors support
  • Improve JavaDoc
  • Add null checks in all methods