Skip to content

v2.0.0

Compare
Choose a tag to compare
@ooliver1 ooliver1 released this 05 May 21:42
571dab8

2.0.0 (2023-05-05)

⚠ BREAKING CHANGES

  • [db] is now required as an extra to use database dependencies
  • remove unused exceptions mod
  • remove guild logging to a cog
  • move command logs to a cog
  • remove config to kwarg options
  • remove emojis dict shim
  • remove cli
  • use exts/**/*.py for extensions
  • remove help config
  • wraps: remove ctx convert methods
  • remove old blacklist
  • remove help cog

Bug Fixes

  • add guild ids to delarva (8acca62)
  • attempt commandlog composte patch (1abb10e)
  • blacklist: i am so good (622f5e3)
  • blacklist: thanks copilot (13c0933)
  • blacklist: wait for ready before loading (f89ddd6)
  • composite pk? (7cc0a09)
  • import db metadata (17d263e)
  • log-commands: i hope (8a2613a)
  • move db models elsewhere to be cached (addaf31)
  • oh 💀 (b06e7a5)
  • properly close db (93a9579)
  • remove import to cogs (267cbd9)
  • remove unused and outdated checks (5247d29)
  • wraps: use proper attr for colour from bot (13b1cfd)
  • yet again thanks ormar <3 (2c6f4b4)

Code Refactoring

  • move command logs to a cog (152c022)
  • remove cli (f2741d7)
  • remove config to kwarg options (585377e)
  • remove emojis dict shim (c07ff54)
  • remove guild logging to a cog (c04162d)
  • remove help cog (c7a2023)
  • remove help config (79e5469)
  • remove old blacklist (dee1ed2)
  • remove unused exceptions mod (426359d)
  • use exts/**/*.py for extensions (14f4dd2)
  • wraps: remove ctx convert methods (27f31f0)

Miscellaneous Chores

  • move db deps to optional extra (1f97e5b)