Miscellaneous bug fixes

This commit is contained in:
Collin R
2021-04-25 00:56:09 -07:00
parent ee7e2cb446
commit 3521ac2523
5 changed files with 127 additions and 31 deletions

View File

@@ -1,6 +1,36 @@
# Changelog
## 2020/05/10
## Version 0.2.1, 2021-04-24
Features: N/A
Fixes:
1. Bot no longer crashes when a mod marks a deleted submission as solved
2. Bot no longer crashes for solutions whose comment has already been stored in the db
Miscellaneous: N/A
## Version 0.2.0, 2021-03-07
Features:
1. Points can now be awarded to multiple comments on the same post
2. The bot summoning keyword has been changed from "solved" to "helped"
Fixes: N/A
Miscellaneous:
1. Introduced versioning for the bot and database
## 2020-08-21
Features: N/A
Fixes:
1. Removed freezing to comply with r/RequestABot guidelines
Miscellaneous: N/A
## 2020-05-10
Features:
1. Adding basic initial logging
@@ -12,12 +42,3 @@ Miscellaneous:
1. Moved feedback & scoreboard links for bot reply into configuration
2. Changed program entry point to `PointsBot.py`
3. Added ability to freeze the app as a simple executable
## 2020/08/21
Features: N/A
Fixes:
1. Removed freezing to comply with r/RequestABot guidelines
Miscellaneous: N/A