Skip to content

Releases: dolfies/discord.py-self

v2.0.0

07 Apr 22:40
Compare
Choose a tag to compare

This release is what I'd consider the initial stable version. All previous versions were mostly a stepping stone to this one. The changes are too enormous to list here, so please check out the rest of the documentation, but here are some highlights:

  • Member "chunking", including member/presence events (with limitations)
  • Sessions
  • Connections
  • Protobuf user settings
  • Application/team management
  • Store/SKUs/entitlements
  • Billing (e.g. subscriptions, payments, boosts, promotions, etc.)
  • Interactions (slash commands, buttons, etc.)
  • Captcha handling
  • And much more

In addition, the fork was rebased onto the latest upstream commit, so the changes encompass everything added to it from v2 onward (this includes typing, stickers, thread/forum support, scheduled events, welcome screen, etc. The library is overall far more in-line with client behaviors and more performant.

v1.9.2

02 Mar 01:50
66922e7
Compare
Choose a tag to compare

Emergency release to fix lib crashing.

This release is considered deprecated and has many issues. All current development is on the master branch, that is based on discord.py v2.

v1.9.1

07 Aug 14:46
Compare
Choose a tag to compare

With all those changes, an unfortunate bug slipped through :(.

  • Fixed receiving dms.

v1.9.0

07 Aug 01:12
Compare
Choose a tag to compare

Probably the biggest amount of changes yet. Way too many to list here.

Check out the finally completed docs and the PR for this release

I've tested it as much as I could, but bugs probably have creeped through.
Please feel free to report these on the bug tracker.

v1.8.1

27 May 15:28
1a51539
Compare
Choose a tag to compare

Preperation for a big update!

  • Fixes minor issues with LazyUsers

v1.8.0

22 May 01:02
42a9813
Compare
Choose a tag to compare

This is a big one guys!

  • Fixes all known issues with discord.ext.commands.
  • Fixes guild.me.
  • (Partially) fixes guild.members (only if you have manage_guild permission).
  • Fixes large guild events.

v1.7.8

21 May 13:28
52a8db6
Compare
Choose a tag to compare
  • Removes all bot-only methods + functions
  • Undeprecates user-only functions
  • Removes all traces of bots and removes deprecation notes from docstrings

v1.7.7

18 May 17:17
70bbe31
Compare
Choose a tag to compare
  • Add lazy loading patch to group dms (fixes #11)

v1.7.6

10 May 23:02
Compare
Choose a tag to compare
  • Code clean-up
  • Bug fixes
  • Deprecated bot accounts
    Note: Because of deprecated bot accounts, bot=False is no longer necessary.

v1.7.5

10 May 01:10
d1c90d5
Compare
Choose a tag to compare

Fix all self-bot issues.