Releases: timraay/HLLLogUtilities
v2.2.17 - Bug fixes
This update fixes an issue that could cause modifier messages to be sent multiple times in short succession.
Changes
- Fixed an issue that could cause the "modifiers enabled/disabled" notification to be repeated #61
- Fixed B8A's Sten Gun not being recognized
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.17
git stash apply
pip install -r requirements.txt
Now close and reopen the bot.py file.
v2.2.16 - U19.1 support
This update adds support for HLL Update 19.1.
Important
AutoSession will automatically disable itself without notice after 24 hours of connectivity issues. As of v2.2.16, HLU will be unable to connect to any game servers yet to update to U19.1. If you are a server owner who still needs to update their server(s), I recommend you do so within the next 24 hours.
Changes
- Added support for HLL U19.1
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.16
git stash apply
pip install -r requirements.txt
Now close and reopen the bot.py file.
v2.2.15 - Bug fixes
Changes
- Fixed No Panther modifier not working
- Fixed various issues related to scoreboard exports
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.15
git stash apply
pip install -r requirements.txt
Now close and reopen the bot.py file.
v.2.2.14 - U19 support
This update adds support for HLL Update 19 and fixes a handful of issues still leftover from the Update 18 release. The scoreboard has been slightly updated in order to be easier to maintain going forward.
Important
AutoSession will automatically disable itself without notice after 24 hours of connectivity issues. As of v2.2.14, HLU will be unable to connect to any game servers yet to update to U19. If you are a server owner who still needs to update his server, I recommend you do so within the next 24 hours.
Changes
- Added support for HLL U19
- Fixed
OBJECTIVE CAPTUREDevents not being emitted - Fixed
CHATevents not being emitted - Fixed exports showing the wrong version number
- [Internal] Use data from
hllrconlibrary for exports. You might notice subtle changes in scoreboard outputs.
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.14
git stash apply
pip install -r requirements.txt
Now close and reopen the bot.py file.
v2.2.13 - Bug fixes (again)
These HLU devs clearly don't have a QA team. HLU has been unusable for more than 3 weeks. They should just revert back to v2.2.11 and never touch the app again at this point. It took me 30 minutes to uncover all the issues with this update, which goes to show just how incompetent these devs are. Imagine testing your updates before releasing them haha... Get it? Get the irony???
Changes
- Fixed
MATCH ENDEDevents not being emitted - Fixed
PLAYER SCOREevents not being emitted on match end - Fixed
OBJECTIVE CAPTUREDevents not being emitted - Fixed unexpected error when submitting to HeLO
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.13
git stash apply
pip install -r requirements.txt
Now close and reopen the bot.py file.
v2.2.12 - Bug fixes
Changes
- Fixed logs export is always empty
- Fixed various instances of "None"/"null" in exports
- Fixed One Man Arty and No Panther modifiers not working
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.12
git stash apply
Now close and reopen the bot.py file.
v2.2.11 - U18 support
Changes
- Upgraded to RCON V2
- Added U17 map names (@kamilkamilc)
- Added U18 map names and weapons
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.11
git stash apply
pip install -r requirements.txt
Now close and reopen the bot.py file.
v2.2.10 - U15.3 support
Changes
- Added new and updated map names from U15.3 (@Guskit)
- Fixed an error when exporting a session that had Purple Heart Lane running
- Fixed "The application did not respond" error when exporting larger sessions (@FlorianSW)
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.10
git stash apply
Now close and reopen the bot.py file.
v2.2.9 - U15.2 support
Changes
- Fixed most logs for gamepass and console players failing to be captured since U15.2
- Added map names for U15.2
- Fixed HeLO API Key submission form being too restrictive (@FlorianSW)
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.9
git stash apply
Now close and reopen the bot.py file.
v2.2.8 - U15.1 support & bug fixes
Changes
- Added upcoming map names for U15.1
- Fixed certain
player_score_updateevents sometimes getting lost #38 - Fixed scoreboard exports falsely incrementing the playercount by one
Update guide for self-hosters
git fetch --all --tags
git stash
git checkout v2.2.8
git stash apply
Now close and reopen the bot.py file.