v11.3.0
v11.3.0
🚀 Features
- Focus player on public stats page when name is clicked in player detail pane @marcelhillesheim
- Improve weapon categories on public stats page
- Change theming & layaout in admin page @Dorfieeee
- Reduce time until stats are available after game ends @FlorianSW
- Introduce a new language:
en24h
, which is the same asen
but with a 24h time format @marcelhillesheim - Players can earn awards for certain stats on the public stats page @marcelhillesheim
- Public live stats now offer a streamer view: An configurable autoscrolling banner with top shooter information for using in a semi-transparent OBS layer
- Make cookie domain of login and cross-site protection configurable @robbmanes
- Public stats page games table improvement: show game mode, map weather conditions, etc. @marcelhillesheim
- Increase column width of "by category" column on public stats page @marcelhillesheim
- Add more charts to public stats page to show team difference @marcelhillesheim
- Include year in blacklist reason strings (logging and audit logs) @ElGuillermo
🐛 Bug Fixes
- Fix table re-render (and reset of scroll position) on public stats page @marcelhillesheim
- Fix Admin ping UI settings view to mark
user_mentions
androle_mentions
required @cemathey - Fix discord invite link in Readme @ElGuillermo
- fix how deprecated actions are displayed in admin page @robbmanes
- Fix no players shown in gamestate when player object does not contain a profile (@Dorfieeee )
- Fix including special characters in search (Player Records) (@Dorfieeee )
⚙️ Others
- Some libraries were updated
- Improve client-side performance of horizontal game list performance on public stats page @marcelhillesheim
- move daphne requirement to dev requirements @cemathey
Upgrade Instructions
Conditional instructions
If you have a custom/copy of the supervisord.conf
file, you need to make these additional changes before upgrading:
- open
supervisord.conf
- find the
log_recorder
program - change the
command
options from-t 10
(or equivalent) to-i 5
- save and close
supervisord.conf
- continue with the upgrade instructions
Upgrade
git fetch --tags
git checkout v11.3.0
docker compose pull
docker compose up -d
Full Changelog: https://github.com/MarechJ/hll_rcon_tool/compare/v11.2.1..v11.3.0