Releases: ElementUser/HoN-Patch-Notes-Game-Bot
Releases · ElementUser/HoN-Patch-Notes-Game-Bot
Version 0.2.4.8 Release
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
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
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
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
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
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
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
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 inmain.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
Version 0.2.3.1 Release
- Updated Github CI .yml file to specify the correct branch names
Version 0.2.3 Release
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