Skip to content

Releases: YousefEZ/discord-qalib

Release v2.5.3

05 Jan 09:07
7a3bbc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.6...2.5.3

Release v2.5.0

26 Dec 20:15
c0e489a
Compare
Choose a tag to compare

Fixed expansive messages, and the page number replacement

Release v2.4.5

28 Aug 20:50
3f37afb
Compare
Choose a tag to compare

Patching the strip issue that was causing the contents to not be inlined correctly

What's Changed

  • 🐛 Fix strip content issue by @YousefEZ in #159
  • Version bump by @github-actions in #160

Full Changelog: 2.4.4...2.4.5

Release v2.4.4

28 Aug 18:11
7418112
Compare
Choose a tag to compare

Indentation issues from having indented elements have been resolved.

What's Changed

  • 🐛 Fix indentation issue by @YousefEZ in #157
  • Version bump by @github-actions in #158

Full Changelog: 2.4.3...2.4.4

Release v2.4.3

19 Aug 22:42
701e181
Compare
Choose a tag to compare

bug fix for content stripping

Release v2.4.2

19 Aug 18:27
694c31c
Compare
Choose a tag to compare

Adding strip attribute to remove excessive white space and tabs from the text in content

<discord>
    <message key="a">
        <content strip="true">
            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore 
            magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo 
            consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
            Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
        </content>
    </message>
</discord>

Release v2.4.1

10 Jun 19:58
256b066
Compare
Choose a tag to compare

Change MenuEvents.ON_CHANGE to be a coroutine

Release v2.4.0

10 Jun 17:00
55d99f9
Compare
Choose a tag to compare

✨ More Events Update

Introduction of event hooks for Views, Menus, and Modals.

Views

  • ON_TIMEOUT
  • ON_CHECK
  • ON_ERROR

Menus

  • ON_CHANGE

Modals

  • ON_TIMEOUT
  • ON_ERROR
  • ON_CHECK
  • ON_SUBMIT

Release v2.3.0

20 May 18:50
d551849
Compare
Choose a tag to compare

New Menu Class to Interface with

✨ The introduction of the Menu class, so that the state of the menu can be managed internally.
✨ Introduction of events so that people can patch into the state of objects. The introduced event is ON_CHANGE for menus

Release v2.2.3

07 May 14:14
c47e1e5
Compare
Choose a tag to compare

⚡ Make Jinja2 Environment accessible, so that it can extendable.