Skip to content

v11.0.0

Compare
Choose a tag to compare
@FlorianSW FlorianSW released this 17 Dec 12:52
· 176 commits to master since this release
feb9c08

🚀 Features

This release contains a major overhaul of the user interface of the Community RCon tool. As nearly all the views available have changed, some of them quite significantly, the release notes names just a view of the changes:

  • Overhauled, more straight forward and accessible left-side navbar
  • More focused Live and Team player view
  • Restructured the huge settings menu to make it easier to navigate where you want to go
  • Visual Editor for most of Community RCon Settings (in addition to the know JSON config editor)
    • some of the more complex settings are not supported in the visual editor and still require to be changed in the JSON text editor
  • Complete rewrite of the Statistics pages (both public and non-public ones)
  • Reduced bundled size of initial payload for admin page to under 900kB (gzipped) (as opposed to around 2MB before)
  • Users can now change their own passwords

Removed features

  • Server info embedding is removed (http://your-ip-address:7010/serverinfo)

Upgrade Instructions

git fetch --tags
git checkout v11.0.0
docker compose pull
docker compose up -d

Full Changelog: https://github.com/MarechJ/hll_rcon_tool/compare/v10.6.2..v11.0.0