Releases: thegamecracks/discord-ext-pager
v1.1.3
This release fixes timeout actions failing for ephemeral messages that have been used for longer than 15 minutes (#1).
Full Changelog: v1.1.2...v1.1.3
v1.1.2
This release adds a py.typed
marker to comply with PEP 561 distribution of type information.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
This release introduces a StopAction enum and stop_action
parameter to PaginatorView for controlling the behaviour of the stop button.
Full Changelog: v1.0.2...v1.1.1
v1.1.1b
This is a minor beta release which introduces a new StopAction enum for controlling the behaviour of the stop button. A final release will be created once the version has been validated.
Full Changelog: v1.0.2.post2...v1.1.1b
v1.0.2.post2
This release adds missing capitalization to the homepage link from the last release. (oops)
v1.0.2.post1
This release updates the project metadata to include a homepage link to this repository.
v1.0.2
This fixes a bug where the stop button would not properly delete ephemeral messages.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
This fixes a regression caused by commit 06fccec where the PaginatorView.sources
attribute is not set when passing a PageSource instance to the sources=
keyword argument.
Full Changelog: v1.0.0...v1.0.1
v1.0.0.post1
This release comes with minor tweaks to the readme, project keywords, and new GitHub workflows.
Full Changelog: v1.0.0...v1.0.0.post1
v1.0.0
Add PyPI badge