v10.4.0 Bug Fixes / Map Manager
Great news! You can now manage your vote map white list in the UI (Settings > Map Manager > Votemap
) instead of only through auto settings or manual API calls.
This is just exposing a new interface; your current votemap whitelist has not been changed in any way.
Thank you very much to @Dorfieeee for all his UI work!
🚀 Features
- The time presets on the blacklist dialog now matches the VIP expiration dialog
- You can always pick any date/time you want; these are just shortcuts
- You can now use all of the message variables that were available for the
broadcasts
feature in chat commands (@FlorianSW) - The map manager has received some more updates (@Dorfieeee)
- Barricade integration: Alert admins when reported players join (@timraay)
🐛 Bug Fixes
- The settings menu had some broken links (@ElGuillermo
- The blacklist dialog would crash if the user didn't have the correct permissions (@Dorfieeee)
- Updated the README for connecting to your VPS from Windows (@ElGuillermo)
- Omaha and Utah were oriented incorrectly on the point selection UI (@timraay)
- Hurtgens tac map would not load on the point selection UI (@timraay)
- The history log view was not using the
from
parameter (@timraay) - Some night maps would show up as
unknown
maps in the map history (@timraay) - Player stat tracking was broken if a player vote kick was conducted (@FlorianSW)
- Several user configs would not check for missing/extra configuration keys and the UI would not display errors
Current Message Variables (chat commands/broadcasts)
- admin_names
- admin_ping_trigger_words
- discord_invite_url
- ingame_mods
- junior_names
- map_rotation
- next_map
- num_ingame_mods
- num_online_mods
- online_mods
- owner_names
- random_vip_name
- scrolling_votemap
- senior_names
- server_name
- server_short_name
- top_kill_streak_player_name
- top_kill_streak_player_score
- top_kills_player_name
- top_kills_player_score
- vip_expiration
- vip_names
- vip_status
- votenextmap_by_mod_line
- votenextmap_by_mod_split
- votenextmap_by_mod_vertical
- votenextmap_by_mod_vertical_all
- votenextmap_line
- votenextmap_noscroll
- votenextmap_vertical
- winning_maps_all
- winning_maps_short
Upgrade Instructions
git fetch --tags
git checkout v10.4.0
docker compose pull
docker compose up -d
What's Changed
- missing chat webhooks link + bad nosolotank url by @ElGuillermo in #655
- Bump orjson from 3.10.5 to 3.10.7 by @dependabot in #665
- Bump sqlalchemy from 2.0.30 to 2.0.32 by @dependabot in #664
- Update autoSettings.js by @ElGuillermo in #667
- UI: Blacklist app crash fix and other changes by @Dorfieeee in #666
- Update README.md by @ElGuillermo in #656
- Game Layout selector fixes + more by @timraay in #653
- Fix votekick threshold due to API change by @Dorfieeee in #677
- Blacklist delete confirmation dialog by @Dorfieeee in #676
- Fix Barricade SCAN_PLAYERS and NEW_REPORT commands by @timraay in #674
- Update requirements.txt by @cemathey in #672
- Bring available vars for auto-broadcast into parity with chat commands by @FlorianSW in #669
- fix missing super call by @FlorianSW in #671
- Hotfix/user config key errors by @cemathey in #670
- Typo missing 's' in permission strings by @ElGuillermo in #662
- UI: Map manager by @Dorfieeee in #673
Full Changelog: v10.3.0...v10.4.0