Skip to content

Releases: timraay/HLLLogUtilities

v2.2.17 - Bug fixes

30 Mar 21:00

Choose a tag to compare

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

25 Mar 11:32

Choose a tag to compare

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

19 Jan 09:15

Choose a tag to compare

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

04 Dec 15:50

Choose a tag to compare

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 CAPTURED events not being emitted
  • Fixed CHAT events not being emitted
  • Fixed exports showing the wrong version number
  • [Internal] Use data from hllrcon library 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)

26 Oct 14:07

Choose a tag to compare

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 ENDED events not being emitted
  • Fixed PLAYER SCORE events not being emitted on match end
  • Fixed OBJECTIVE CAPTURED events 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

25 Oct 22:32

Choose a tag to compare

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

07 Oct 14:51

Choose a tag to compare

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

04 Nov 22:17

Choose a tag to compare

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

01 Sep 13:45

Choose a tag to compare

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

02 Jul 11:53

Choose a tag to compare

Changes

  • Added upcoming map names for U15.1
  • Fixed certain player_score_update events 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.