Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Releases: davidetacchini/pygicord

1.1.3

13 Aug 21:00
Compare
Choose a tag to compare

Fix README.md formatting.

1.1.2

13 Aug 20:52
Compare
Choose a tag to compare

Improved README.md and fix stuff.

1.1.1

11 Aug 12:06
Compare
Choose a tag to compare

Set embed_links defaults to True

1.1.0

10 Aug 17:38
Compare
Choose a tag to compare

Added better support for type hints using Pyright

1.0.1

10 Aug 18:55
Compare
Choose a tag to compare
version 1.0.1

1.0.0

11 Jul 14:54
Compare
Choose a tag to compare

What's new

Pygicord has been completely refactored.

  • Added support for normal text content. You can also pass both embeds and contents together.
  • Added new class Base which implements all the pagination logic.
  • Refactored Paginator class, it now inherits from Base.
  • Added an abstract class Control to represent a reaction. You can easily instantiate it by using the @control decorator.
  • Custom emojis are now supported.
  • Added Paginator configurations (Config) to match multiple needs.
  • Added permissions check on pagination startup.

Other

  • Added type hints where possible.

See the README file for more information, as well as the new examples folder.

0.5.0

11 Jun 08:30
Compare
Choose a tag to compare

Features

  • Share the pagination session with server members

Changes

  • The attribute compact if set to True won't remove the input-numbers (aka 1234) reaction anymore. However it will be removed automatically if the page length is equal to 2.

0.4.2

01 Jun 12:46
Compare
Choose a tag to compare
Add python versions; remove useless example

0.4.1

25 Dec 15:05
Compare
Choose a tag to compare
Version 0.4.1

0.4.0

25 Dec 14:59
Compare
Choose a tag to compare
Remove kwargs