Skip to content

Releases: B3rry/Balboa

Balboa v2.0.0

09 May 19:20
aa518c2
Compare
Choose a tag to compare

Version 2.0.0

🚨Note: Balboa version 2 requires a migration from Python 2.7 to Python 3.7

New in Version 2.0.0

  • Major version migration for Python dependency from v 2.7 to 3.7
  • Enhanced error reporting and bot logging

Adding role and user based permission checks, additional logging

16 Mar 03:38
2c75887
Compare
Choose a tag to compare

New in 1.2.0:

  • Added new command: Ping. Upon success, bot will respond pong
  • Implemented methods for checking the ModeratorRelationship and BannedRelationship of requesting users
  • Implemented a method for checking if a user is explicitly authorized to preform an action (outside of role based checks)
  • Implemented a method for pulling a bot's permission configuration json from the subreddit wiki
  • Moved the dispatching of messages into its own process to better support templating in the future
  • Updated documentation, and extended the bot's default logging (Note: very verbose at the moment)
  • Added support for providing a url to a csv in the Bulk Update Flair command.

Docker Support, Code Cleanup, and Dependency Updates

12 Mar 16:22
77beb66
Compare
Choose a tag to compare
  • Updated the package with Docker support
  • Removed legacy code
  • Added additional documentation to the action dispatch protocols
  • Restructured the project structure to better support long-term development

Initial Release

04 Dec 23:47
Compare
Choose a tag to compare

Initial release of Balboa