Releases: YousefEZ/discord-qalib
Release v2.5.3
Release v2.5.0
Fixed expansive messages, and the page number replacement
Release v2.4.5
Patching the strip issue that was causing the contents to not be inlined correctly
What's Changed
Full Changelog: 2.4.4...2.4.5
Release v2.4.4
Indentation issues from having indented elements have been resolved.
What's Changed
Full Changelog: 2.4.3...2.4.4
Release v2.4.3
bug fix for content stripping
Release v2.4.2
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
Change MenuEvents.ON_CHANGE
to be a coroutine
Release v2.4.0
✨ 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
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
⚡ Make Jinja2 Environment accessible, so that it can extendable.