Skip to content

Releases: MarechJ/hll_rcon_tool

v11.1.0

21 Dec 13:28
1f6a40a
Compare
Choose a tag to compare

🚀 Features

  • Improve behaviour of On/Off Buttons in live views log type filter @FlorianSW)
  • Public Statistics page: player detail panel is scrollable without scroling the whole page (@Dorfieeee)
  • Add Add Admin context action for players (@Dorfieeee)
  • Add search field for player filter in Logs table (Live view) (@Dorfieeee)
  • Improve Player details panel (@Dorfieeee)
    • Added Link to platform profile (Steam, Xbox)
    • Platform ID (Steam ID, etc) copy button
    • Link to full player profile page
  • Improve loading performance of audit logs (@noodle_arms)
  • Add team association (Axis, Allies) to public statistics page (@marcelhillesheim)
  • Add kills/deaths distribution chart to public statistics page (@marcelhillesheim)

🐛 Bug Fixes

  • Fix Team View (@FlorianSW)
  • RCon Chat Commands now work with their arguments properly again (@FlorianSW)
  • Fix ordering map rotation maps via drag'n'drop (@FlorianSW)
  • Fix dashboard when matches do not contain a result (upgrade from very old CRCon versions) (@Dorfieeee)
  • Public Statistics page: Game Score arrows not displayed for 5:0 or 0:5 games (@Dorfieeee)
  • Prevent player filter in Logs table (Live view) to scroll to top when player is selected (@Dorfieeee)
  • Templates could not be managed by anyone else than Super-Users, even user accounts with the proper permissions (@Dorfieeee)

⚙️ Others

  • Remove code handling whitespace/pineapple name bug (@FlorianSW)

Upgrade Instructions

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

Full Changelog: v11.0.0...v11.1.0

v11.0.0

17 Dec 12:52
feb9c08
Compare
Choose a tag to compare

🚀 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

v10.6.2

08 Dec 22:30
182ee97
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix more new updated Mortain Evening map ID @FlorianSW
  • Fix automod when players profile is None @cemathey
  • Fix context variable replacement in RCon Chat Commands (like player_name, player_id, etc) @FlorianSW
  • Update dependencies

Full Changelog: v10.6.1...v10.6.2

v11.0.0-rc.1

03 Dec 19:15
Compare
Choose a tag to compare
v11.0.0-rc.1 Pre-release
Pre-release

🚀 Features

Just to mention some features of the new UI:

  • 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 get
  • Visual Editor of most of Community RCon Settings (in addition to the know JSON config editor)
  • COmplete rewrite of the Statistics pages (both public and non-public ones)

Upgrade Instructions

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

Full Changelog: v10.6.0...v11.0.0-rc.1

v10.6.1

03 Dec 19:11
d504476
Compare
Choose a tag to compare

🚀 Features

  • Use updated map images for Elsenborn Ridge maps @timraay

🐛 Bug Fixes

  • Fix new updated Mortain Evening map ID @timraay
  • Fix parameter handling in RCon Chat Commands @FlorianSW

Upgrade Instructions

git fetch --tags
git checkout v10.6.1
docker compose pull
docker compose up -d

Full Changelog: v10.6.0...v10.6.1

v10.6.0

26 Nov 21:07
6365e6b
Compare
Choose a tag to compare

🚀 Features

  • Support U16 changes (mostly maps, new map variants, updated map images) @timraay in #757

🐛 Bug Fixes

  • Fix example config for punish command in RCon Chat commands @FlorianSW in #759

⚙️ Other changes

  • We've updated some (technical) libraries and components, while this should not be an issue with your setup, we wanted to mention them anyway where appropriate:
    • Updated rq and rq-scheduler, which dropped support for redis servers below version 4; if you use the suggested setup from our documentation, you should be past affected redis versions since... well... forever. Redis 4 reelased back in 2015 😉
    • alembic: This is our database migration tool, neither our tests, nor the release notes indicate that you need to worry about that, if you encounter any issues, please report them in <#706075642885832764> <:pepepray:1024660534089482361>

Upgrade Instructions

git fetch --tags
git checkout v10.6.0
docker compose pull
docker compose up -d

Full Changelog: v10.5.3...v10.6.0

v10.5.3

05 Nov 19:49
1045c8b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixes an issue preventing certain user config settings from being saved

Upgrade Instructions

git fetch --tags
git checkout v10.5.3
docker compose pull
docker compose up -d

What's Changed

Full Changelog: v10.5.2...v10.5.3

v10.5.2

04 Nov 21:25
4fcfe83
Compare
Choose a tag to compare

🚀 Features

  • Run arbitrary RCon commands on chat messages (@FlorianSW)
    • You can now configure "RCon chat commands" which trigger specific RCon commands when a chat message is used
    • These commands can use parameters (either user-provided ones, or ones provided by the context, such as the player's steam/MS Game Pass ID)
      Example commands are available in the respective configuragtion page of the Community RCon tool

🐛 Bug Fixes

  • We had some really inefficient queries, performance should be better in general and have fewer excess connection errors when using multiple game servers (@FlorianSW)
  • Fixes an intermittent issue that would cause crashing when many game servers were configured
  • Seed VIP was using the incorrect parameter when giving VIP to players who did not previously have it

Upgrade Instructions

git fetch --tags
git checkout v10.5.2
docker compose pull
docker compose up -d

What's Changed

Full Changelog: v10.5.1...v10.5.2

v10.5.1

17 Oct 15:10
ba9b115
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixes an issue where the seed VIP service would restart indefinitely when it was disabled in the config causing CPU utilization issues
Upgrade Instructions

git fetch --tags
git checkout v10.5.1
docker compose pull
docker compose up -d

What's Changed

Full Changelog: v10.5.0...v10.5.1

v10.5.0

16 Oct 16:38
2d6c289
Compare
Choose a tag to compare

🚀 Features

  • Adds new map variants for U15.3 (Abu)
  • The TK ban on connect feature (Settings > TK Ban On Connect) now supports temporary bans
    • You can specify which blacklist ID to add bans to (defaults to 0)
    • You can specify the duration of the ban (it will be the sum of all the fields), defaults to indefinite to match the previous behavior
  • https://github.com/cemathey/hll_seed_vip this now exists as a service running within CRCON
    • Settings > Seed VIP
    • Please see the documentation at the bottom of the settings page, it should be fairly self explanatory I hope.
    • If you use the nice_expiration_date and nice_time_delta (in X hours, etc. style messages) it will default to English, you can set different language codes and anything from this list should work: https://github.com/MarechJ/hll_rcon_tool/wiki/Seed-VIP-Localization

🐛 Bug Fixes

  • get_detailed_player_info and get_detailed_players would not properly report VIP status and include profiles (lordofagents)

Upgrade Instructions

git fetch --tags
git checkout v10.5.0
docker compose pull
docker compose up -d

What's Changed

Full Changelog: v10.4.1...v10.5.0