Skip to content

Releases: Dwarf-Community/Dwarf

v0.11.1b — Restarting Fixes and Proper Error Handling

04 Feb 21:31
Compare
Choose a tag to compare
  • Implemented proper command error handling
  • Fixed bugs related to restarting
  • Cleaned up a bit

v0.11.0b — Simple Cogs and REST API Permissions

26 Jan 00:24
Compare
Choose a tag to compare
  • Set up REST API permissions
  • Upgraded to discord.py@rewrite
  • Made command groups be created automatically as needed
  • Simplified creating background tasks
  • Made setup function in cog modules optional
  • Lots of fixes and small improvements

v0.10.0b — Restarting, Pub/Sub, REST API, Large Refactor

27 Dec 00:12
Compare
Choose a tag to compare
  • Implemented restarting logic and added restart command to the Core cog
  • Added Redis Pub/Sub functionality to the controllers.CacheController
  • Added skeleton of a REST API
  • Large refactor
  • Lots of cleanup
  • Tons of bugfixes
  • Rewrote the README
  • Added Bot.wait_for_choice helper coroutine method
  • Added configurable bot description
  • Added setup command group to the Core cog

v0.9.0b — New Extension Management System

19 Dec 00:10
Compare
Choose a tag to compare

This new minor release adds an extension management system to Dwarf that allows users of Dwarf to install extensions seamlessly via Discord. It handles both package and extension dependencies and allows the user to fix missing requirements for an extension right away, during the installation, allowing for super easy deployment.

Dwarf also received a lot of polishing and small improvements. The utils module received a few additions, for instance, and numerous bugs were addressed.

v0.8.4b — Small refactor, cleanup, docs and fixes

27 Nov 00:23
Compare
Choose a tag to compare

Lots of fixes and small changes have been added. Lots of docstrings have been added. This release is now ready to be worked with by developers, although it is still not ready for production.

v0.8.3b – Refactor

13 Nov 20:10
Compare
Choose a tag to compare
v0.8.3b – Refactor Pre-release
Pre-release

Extensions now have their own packages. The repository also received a minor cleanup, and lots of internal API functions were added that will make using Dwarf a tad bit easier.

v0.8.2b – Mostly Bugfixes

13 Nov 20:06
Compare
Choose a tag to compare
Pre-release

Added !add prefix, !remove prefix and !ping, and fixed numerous bugs.

v0.8.1b – Bugfixes and Cleanup

07 Nov 19:43
Compare
Choose a tag to compare
Pre-release

The bot should now entirely work as intended.

v0.8.0b — Initial release

20 Nov 16:31
Compare
Choose a tag to compare
Pre-release

Initial release.