Skip to content

Releases: pmdevita/hikari-atsume

Release 0.5.1

29 Nov 21:22
4718152
Compare
Choose a tag to compare

0.5.1 (2023-11-29)

Bug Fixes

  • Fix voice component module setting not loading correctly (1e70893)

  • Remove Timer's CacheTracker as it may fail to start Timer (e4fc95d)

    This was originally added to allow for the cache to fill up before running tasks from the Timer extension in case they needed them. However, the way the cache fills up is too finicky to reliably track and so this is being removed. Any tasks that did use the cache on a task that might run on start should opt instead to use hikari's rest API.

Documentation

  • Add migrations page, small fixes, Readme notice (3651d38)

Release 0.5.0

11 Nov 00:09
Compare
Choose a tag to compare

0.5.0 (2023-11-11)

Features

  • Add setting to configure VoiceComponent (b5eae37)
  • Port Beatrice timer as extension (a12e6c9)

Code Refactoring

  • Rename middleware to extensions (6ad19be)

Continuous Integration

  • Fix duplicate tagging of version (8551092)
  • Remove Towncrier precommit hook (1c9cf89)

Documentation

  • Add brief explanation of Timer (b280626)
  • Add debug mode and speedup docs (3194d97)
  • Finish tutorial 3, add 4, Readme changes (a04f899)

Build Systems

  • Always install aiosqlite (required for migrations regardless of backend) (6f671ec)

Release 0.4.1

13 Sep 23:45
Compare
Choose a tag to compare

0.4.1 (2023-09-13)

Delayed this probably longer than I should have but here is 0.4.1!

This release changes how autoreload works, you now have to enable debug mode to activate it. You can find more info about
debug mode in the appendix in the docs.

It also includes some crucial fixes for mypy typing, so if your project was using --strict things should pass correctly now.

Features

  • Add automatic uvloop import, disable setting (5c16764)
  • Add debug mode (d09ad18)
  • Autoformat database migrations if black is installed (d58dac3)

Bug Fixes

  • Fix the AtsumeEventListener typing (0b28cbb)

Documentation

  • Add debug mode (5159866)
  • Add speedup docs (6931ed2)
  • Small edits to existing tutorial, complete page 3 (6ca74c1)

Build Systems

  • Add speedup dependencies (f3f1897)
  • Change versioning to restrict incompatible Tanjun versions (054c220)
  • Remove Towncrier since we are using Angular commit messages instead (fcf4883)

Release 0.4.0

24 Aug 00:21
Compare
Choose a tag to compare

0.4.0 (2023-08-24)

Features

  • Add support for mypy checking user settings in Atsume projects (3aef067)

Bug Fixes

  • Fix circular import of Context in component decorators (2fffe99)

Documentation

  • Add mypy instructions, add Readme links (431b392)

Release 0.3.2

16 Aug 02:06
Compare
Choose a tag to compare

0.3.2 (2023-08-16)

Features

Documentation

  • Add basic contributing guidelines (3ad948f)

Code Refactoring

  • Typing changes to comply with library updates (01e9b4c)

Continuous Integration

Release 0.3.1

10 Aug 04:23
Compare
Choose a tag to compare

0.3.1 (2023-08-10)

Release 0.3.0

10 Aug 04:14
Compare
Choose a tag to compare

0.3.0 (2023-08-10)

Performance Improvements

Release 0.2.2

10 Aug 03:34
Compare
Choose a tag to compare

0.2.2 (2023-08-10)