Skip to content

5.7 build 3288

Choose a tag to compare

@AuroraLS3 AuroraLS3 released this 14 Mar 13:44
· 112 commits to master since this release

5.7 build 3288

This release contains bugfixes to build 3265 and a new theme.

Special thanks to Kopo, Leolebleis & Guinness_Akihiko for contributions to this update

Change log

Website

  • Improved readability of World Pie on servers that have over 7 worlds
  • Improved readability of Server Pie on networks that have over 7 servers
  • Moved Performance graph loading to Web Worker (async threading in browsers) - This should improve rendering times slightly
  • Fixed issue where Join Address Groups would reset when using HTTPS
  • Fixed a couple of instances where Trend was not properly showing
  • Fixed 'showPlayersOnline is not defined' when viewing network page on networks with multiple Proxy servers
  • Fixed a bug with Change history floating on top of the Save button in Theme Editor when using Night mode.
  • Fixed CUSTOM locale defaulting to Chinese locale for time/date/country localization due to "Best match" in browser matching.
  • Fixed Swagger documentation not showing
  • Fixed 'New player retention' label in Server overview
  • Fixed typo in a locale key
  • Fixed Low TPS Insights showing entities instead of CPU
  • Leolebleis fixed reverse-proxy https address not being recognized as correct address

Fabric

Kopo updated Fabric to use Mojang mappings (Tested with 1.12.9-1.12.11)

Themes

Added solarized theme based on https://github.com/altercation/solarized

solarized theme

Config

  • Possibly fixed a race condition that caused server identity to be reset, creating duplicate servers when server was shut down during Database patching
  • Fixed trailing comments removing part of config setting value.
  • Fixed some config changes being applied every time

Locale

  • Guinness_Akihiko updated KO locale

Other

  • Builds now require JDK 25 for switch to Mojang mappings.