Skip to content

0.3.2

Compare
Choose a tag to compare
@reinacchi reinacchi released this 14 Aug 02:33
· 839 commits to main since this release
003fde9

Version 0.3.2 has arrived! This version comes with lots of bug fixes and refactorisation. Please refer below for full changelogs.

API

  • Handle other API errors (#60 by @reinhello)

Code

  • Defer interactions correctly (#55 by @reinhello)
    • This fix has been called out multiple times but this should allow interactions to respond correctly and prevent most Discord errors.
  • Remove old components (#57 by @reinhello)
    • As for now, BookmarkPaginator doesn't need any page navigation buttons.
  • Remove all interactions respond being ephemeral (#56 by @reinhello)
    • interaction.defer() comes with no flag at all thus, adding the EPHEMERAL flag will be no use (This flag only applies to specific interaction responses)
  • Refactor search results text format (#59 by @reinhello)
  • Use Discord timestamp format for date (#62, #63 by @reinhello)
  • Remove main.search.titles on embed description (#64 by @reinhello)
    • I don't think this is necessary at all.
  • Set bookmark limit to maximum of 25 (#66 by @reinhello)

Localisation

  • Remove unused localisations (#65 by @reinhello)
  • Add new localisations (#67 by @reinhello)

Full Changelog: 0.3.1...0.3.2