Skip to content

Releases: nextcord/nextcord-ext-menus

1.5.7

04 Aug 11:50
624d20b
Compare
Choose a tag to compare

Bug Fixes

  • Fixed permissions error with interaction menus in DM channels and added support for PartialMessageable channels (#57)

Full Changelog: 1.5.6...1.5.7

1.5.6

31 Oct 22:31
d65522e
Compare
Choose a tag to compare

Bug fixes

  • Use channel if overridden in start with interaction in #50

What's Changed

  • refactor: fix Pyright issue with message.id in #48
  • ci(lint): Add linting support for Python 3.11 in #51

Full Changelog: 1.5.5...1.5.6

1.5.5

30 Jul 00:31
1b6bed9
Compare
Choose a tag to compare

Bug Fixes

  • Prevents raising CannotSendMessages and CannotEmbedLinks on interaction response by @DenverCoder1 in #45

What's Changed

Full Changelog: 1.5.4...1.5.5

1.5.4

27 Jun 22:17
fa0ef79
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.3...1.5.4

1.5.3

01 Jun 21:46
562e260
Compare
Choose a tag to compare

What's Changed

Note:

  • ButtonMenu.clear() will now only clear Buttons, other types of items (eg. select menus) will no longer be removed by this method. The clear_items method (derived from the View parent class) can be used to clear all components.
  • If you are is overriding send_initial_message in a subclass of ButtonMenuPages and you send a pagination menu that only requires 1 page, the buttons may no longer be cleared since the clearing now only happens in the default implementation of ButtonMenuPages.send_initial_message.

Full Changelog: 1.5.2...1.5.3

1.5.2

01 Mar 17:59
c8e4beb
Compare
Choose a tag to compare

What's Changed

  • docs: clean up page source docstring by @Skelmis in #35
  • fix: permissions checks for threads by @Skelmis in #34

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

18 Feb 22:34
dd2207d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

31 Jan 01:52
d57fb24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

24 Jan 02:33
261b732
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.4...1.4.0

1.3.4

12 Dec 03:28
792eb11
Compare
Choose a tag to compare

Hotfix for AsyncIteratorPageSource issues in 1.3.3

What's Changed

Full Changelog: 1.3.3...1.3.4