Skip to content

Releases: ElementUser/HoN-Patch-Notes-Game-Bot

Version 0.2.4.8 Release

16 Oct 14:58
Compare
Choose a tag to compare

Version 0.2.4.8 Release

  • Fixed winners list formatting error
  • Implemented tprint() for better logging with timestamps
  • Refactored print() -> tprint()
  • Added 1 extra second of sleep to rate limit error handling (to account for millisecond precision)
  • Updated dependencies

Version 0.2.4.6 Release

14 Aug 14:24
Compare
Choose a tag to compare

Version 0.2.4.6 Release

  • Fixed bandit command so it works properly in the CI runner on Github

Version 0.2.4.5 Release

07 Aug 19:29
Compare
Choose a tag to compare

Version 0.2.4.5 Release

  • Added bandit (vulnerability scanning tool) to repo
  • Added bandit run step to Github CI
  • Upgraded praw version to 7.4.0
  • Added bandit badge to README.md

Version 0.2.4.4 Release

19 Jul 00:02
Compare
Choose a tag to compare

Version 0.2.4.4 Release

  • Fixed a minor bug where 2 replies are made if a user guesses a line that was already guessed
  • Also upgraded PRAW to version 7.3.0

Version 0.2.4.3 Release

13 Jul 22:27
Compare
Choose a tag to compare

Version 0.2.4.3 Release

  • Removed period at the end of the sentence containing the reward code from the message that game winners receive in the post-game actions

Version 0.2.4.2 Release

10 Jul 21:07
Compare
Choose a tag to compare

Version 0.2.4.2 Release

  • Refactored debug printouts for improved logging (i.e. in case future runs contain bugs)

Version 0.2.4.1 Release

10 Jul 20:51
Compare
Choose a tag to compare

Version 0.2.4.1 Release

  • Fixed a bug where guessing an already-guessed line ends the game early
  • Fixed a bugb where a user's guess count was not updated correctly if their guess was invalid
  • Staff member message in post-game action now contains the correct text

Version 0.2.4.0 Release

12 May 18:44
263cf5e
Compare
Choose a tag to compare

Version 0.2.4.0 Release

  • Reward codes are now automatically sent
  • Improved mock test cases with test_core.py
  • Test coverage improved from 87% to 92%.
  • Moved core object instantiation outside of the while loop in main.py
  • Fixed a calculation error with sleep time when encountering a Reddit API Exception in send_message_to_winners

Version 0.2.3.1 Release

11 May 14:45
Compare
Choose a tag to compare

Version 0.2.3.1 Release

  • Updated Github CI .yml file to specify the correct branch names

Version 0.2.3 Release

11 May 14:40
46e5cb6
Compare
Choose a tag to compare

Version 0.2.3 Release

  • Added build matrix to cover each major OS (MacOS, Linux, Windows)
  • Added coverage badge from codecov
  • Edited pytest command in CI to generate a coverage XML report and upload it to codecov