Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Releases: Pincer-org/Pincer

0.16.1 - Mainly fixing token length check

09 Aug 18:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.16.1

0.16.0

02 Mar 20:54
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.15.3...0.16.0

0.15.3

10 Jan 02:27
Compare
Choose a tag to compare
0.15.3 Pre-release
Pre-release

What's Changed

  • 🔥 Removing construct_client_dict by Fixing APIObject client attribute by @Sigmanificient in #360
  • 🐛 fixed bugs with APIObject by @Lunarmagpie in #363
  • ✨ Adding approx member count by @Sigmanificient in #364
  • ✨ Adding support for THREAD_ENABLED guild Feature by @Sigmanificient in #367
  • ⬆️ update aiohttp to ~=3.8 by @Lunarmagpie in #368

Full Changelog: 0.15.2...0.15.3

0.15.2 - Major Gateaway Fix & Command Group

08 Jan 19:40
Compare
Choose a tag to compare

What's Changed

  • ✨ Command groups by @Lunarmagpie in #342
  • 🐛 Make sort-alls work on all branches by @Lunarmagpie in #355
  • 🐛 gateway no longer starts multiple instances by @Lunarmagpie in #354

Full Changelog: 0.15.1...0.15.2

0.15.1

06 Jan 09:40
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release

What's Changed

  • ✨ Adding Interaction Flag support for list to message by @Sigmanificient in #346
  • 🐛 Fix MessageUpdate event causing crash by @Lunarmagpie in #344
  • ♻️ Added query params parameter to HTTP get requests by @darvil82 in #343
  • ✨ Adding Pillow Images support for list to message by @drawbu in #351
  • 🐛 fix GuildFeatures not existing by @Lunarmagpie in #352
  • 🔧 Added more info to CONTRIBUTING.md and add issue forms by @Endercheif in #349
  • ♻️ small improvements by @Sigmanificient in #347

Full Changelog: 0.15.0...0.15.1

0.15.0

02 Jan 17:26
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

What's Changed

  • 📝 Added mermaid support to docs by @Lunarmagpie in #313
  • ✨ Adding ScheduleEvent by @Sigmanificient in #304
  • ✨ Added Channel.bulk_delete_messages() and Channel.edit_permissions() by @darvil82 in #316
  • 🎉 Added all user and current user methods by @Endercheif in #299
  • ✨ Added 10 endpoints to Channel by @darvil82 in #320
  • ✨ Moved InviteMetadata to Invite by @KylianAlex in #319
  • 🐛 Fixed command registration and closes #256 by @Lunarmagpie in #317
  • ✨ Added UserMessage.from_id by @Endercheif in #315
  • ⬆️ Adding Python 3.10 as supported by @VincentRPS in #323
  • ✨ Add timeouts. by @ooliver1 in #324
  • ✨ Components by @Lunarmagpie in #321
  • 🐛 filter out message fields if None instead of False by @TheBobBobs in #331
  • 🐛 Fixes post_send_handler deleting channel instead of message by @TheBobBobs in #332
  • 🐛 ✨ Added VERY basic sharding support and fixed the gateway by @Lunarmagpie in #329
  • ✨ Added 12 endpoints to Channel by @darvil82 in #337
  • 📝 updated README by @Lunarmagpie in #335
  • 🐛 ActivityFlags no longer crash by @Lunarmagpie in #339
  • ✨ Message options by @Endercheif in #330

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

14 Dec 23:23
8be3e1f
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

What's Changed

  • 🛂 added User-Agent header by @Lunarmagpie in #274
  • Removing _http passing and getting it from the client by @Sigmanificient in #272
  • 🎨 Improving overall Pincer objects representation by @Sigmanificient in #285
  • Moved API Files To A Better More Organized Location by @VincentRPS in #286
  • ✨ Changes File class to allow for certain endpoints more easily by @Lunarmagpie in #282
  • ✨ Added Webhook related endpoints by @trag1c in #281
  • 💬 Fixing Grammar by @VincentRPS in #247
  • 💬 Make gitmoji mandatory by @Endercheif in #289
  • 📝 Added Interaction guide by @Lunarmagpie in #288
  • ✨ Add more guild methods by @Endercheif in #275
  • ✨ Added sticker support by @Endercheif in #292
  • 🐛 Transform message.edit list of APIObject to JSONSerializable by @drawbu in #306
  • 🧑‍💻 Adding Visual Studio Configs To gitignore by @VincentRPS in #307
  • ✨ Guild & Channel properties for APIObjects by @Lunarmagpie in #298

Full Changelog: 0.13.0...0.14.0

0.13.0 - New Commands, Middleware improvements & new endspoints

30 Nov 21:07
e26e563
Compare
Choose a tag to compare

What's Changed

  • 💥 Better command types and application command types by @Lunarmagpie in #246
  • 🚸 new example with PIL by @drawbu in #241
  • ✨ ⚡ Added Mentionable type and improved Interaction performance by @Lunarmagpie in #253
  • 🎨 Middleware no longer returns API objects in list by @Lunarmagpie in #259
  • ✨ Added Audit Log and Emoji related Guild methods by @trag1c in #267
  • ✨ Added GuildTemplate related endpoints by @trag1c in #271
  • ✨ Implements Ratelimiter to prevent 429s from user scope by @Lunarmagpie in #264

New Contributors

Full Changelog: 0.12.1...0.13.0

0.12.1 - Fixing pypi description

24 Nov 18:35
Compare
Choose a tag to compare
Pre-release
  • Fixing pypi description

0.12.0

24 Nov 09:41
85037d2
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

What's Changed

  • Ability to send messages to users. Hex color class to work with User banner colors and anything with that format in the future.
  • Explicit args in Guild.ban() and Guild.kick(). Message Context.ack() is now optional.
  • Allow non-parenthesised @command decorator
  • Fixing payload to objects transformation
  • Added client and guild methods, GuildPreview object

Contributors

@Lunarmagpie @RPSMain @Sigmanificient @beastmatser @trag1c @Endercheif