Releases: MarechJ/hll_rcon_tool
Releases · MarechJ/hll_rcon_tool
v11.2.1
🐛 Bug Fixes
- UI Fix: VIP Upload, use correct variable name for expiration by @LordofAgents in #865
- UI: change contrasts, make errors more readable by @LordofAgents in #863
⚙️ Others
- Update README.md by @ElGuillermo in #867
- remove unused, not implemented, deprecated log loop by @FlorianSW in #871
What's Changed
Upgrade Instructions
git fetch --tags
git checkout v11.2.1
docker compose pull
docker compose up -d
Full Changelog: v11.2.0...v11.2.1
v11.2.0
🐛 Bug Fixes
- Tons of UI updates and improvements (@Dorfieeee @FlorianSW @Sbosvk @marcelhillesheim)
- Map names are now looked up case insensitive since the game server sometimes varies them (@cemathey)
- Setting the
enabled
parameter for the votemap config would reset the state no matter what (@ElGuillermo)
⚙️ Others
- Miscellaneous dependency updates
- README updates and
default.env
comment updates (@ElGuillermo)
Upgrade Instructions
git fetch --tags
git checkout v11.2.0
docker compose pull
docker compose up -d
What's Changed
- UI: Log table player filter selection restarts by @Dorfieeee in #820
- UI: Fix VIP & Blacklist action form by @Dorfieeee in #821
- UI: VIP time picker button names by @Dorfieeee in #822
- UI: Player filter works only for
This Player
column by @Dorfieeee in #829 - UI: Select players by rank by @Dorfieeee in #828
- UI: Settings votekick thresholds crashes the app by @Dorfieeee in #825
- do not use mixed as team side for player with marginal kills/deaths w… by @FlorianSW in #813
- Run basic checks on pull requests by @FlorianSW in #812
- fix: standardize autmod usernames by @Sbosvk in #838
- Fix: Return 0 for playtime when the latest session has ended by @Sbosvk in #827
- UI: Better Error pages by @Dorfieeee in #826
- Feature/stats player search by @marcelhillesheim in #834
- UI: Log table selection popover input focus by @Dorfieeee in #836
- it is K/D not KPM by @FlorianSW in #814
- Feature/game list dates by @marcelhillesheim in #843
- Feature/stats weapon type by @marcelhillesheim in #839
- UI: VIP Forms by @Dorfieeee in #837
- Fix: Show only player that are currently blacklisted, fixes #811 by @LordofAgents in #830
- FE: display local time by @marcelhillesheim in #844
- Fix permissions for blacklisting players in GUI by @BauerPh in #846
- FE: Stats: fixed: vertical scrolling while selecting different games by @marcelhillesheim in #847
- Feature/smoother sticky date and date highlighting by @marcelhillesheim in #849
- Add optional columns to public stats page by @FlorianSW in #815
- Include required permissions by endpoint in
get_api_documentation
by @cemathey in #840 - Small PR: some fixes by @marcelhillesheim in #855
- properly handle forward values (can be string or boolean, even though… by @FlorianSW in #852
- Update default.env by @ElGuillermo in #853
- UI: About dialog by @Dorfieeee in #799
- Update api_commands.py by @ElGuillermo in #856
- Feature/stats game table by @marcelhillesheim in #857
- Feature/stats local time format by @marcelhillesheim in #848
- remove weapons data from frontend by @FlorianSW in #816
- Feature/public stats added column by @marcelhillesheim in #861
- Feature/local store table settings by @marcelhillesheim in #858
- UI: Makeover of
Records > Players
page by @Dorfieeee in #809
New Contributors
Full Changelog: v11.1.0...v11.2.0
v11.1.0
🚀 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
🚀 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
🐛 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
🚀 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
🚀 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
🚀 Features
🐛 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
🐛 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
🚀 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
- Bump black from 24.8.0 to 24.10.0 by @dependabot in #731
- Bump sentry-sdk[django] from 2.16.0 to 2.17.0 by @dependabot in #730
- Bump humanize from 4.10.0 to 4.11.0 by @dependabot in #729
- Remove pandas to make build working again by @FlorianSW in #589
- Bump rollup from 3.29.4 to 3.29.5 in /rcongui by @dependabot in #708
- Use the correct config parameter for names by @cemathey in #732
- Remove explicit numpy pinning by @FlorianSW in #733
- Bump orjson from 3.10.7 to 3.10.11 by @dependabot in #749
- Bump django-cors-headers from 4.4.0 to 4.6.0 by @dependabot in #748
- Bump sqlalchemy from 2.0.35 to 2.0.36 by @dependabot in #740
- Bump redis from 5.1.1 to 5.2.0 by @dependabot in #737
- Don't crash on startup when using 4+ servers by @cemathey in #735
- [FEATURE] Allow arbitrary RCon commands in chat commands by @FlorianSW in #678
- Maint/query optimization by @cemathey in #750
Full Changelog: v10.5.1...v10.5.2