This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Releases: Pincer-org/Pincer
Releases · Pincer-org/Pincer
0.16.1 - Mainly fixing token length check
What's Changed
- ♻️ reorganised imports by @KylianAlex in #436
- ✨ Added an imager welcome example by @Arthurdw in #453
- 👷 Updated package to use Poetry by @Endercheif in #468
- 🎨 Formatting with black once and for all by @Sigmanificient in #473
- Nox stuff by @Endercheif in #469
- 🐛 command can now accept Optional[T] as a type by @ooliver1 in #480
- ✨ Partially implement MODAL_SUBMIT by @Sly-Little-Fox in #485
Full Changelog: 0.16.0...0.16.1
0.16.0
What's Changed
- ✨ Random fixes by @Sigmanificient in #373
- ✨ Adding
close
,is_closed
and saving loop by @Sigmanificient in #371 - 👷 Add a license generator by @beastmatser in #381
- 🐛 Fix sticker description by @Sigmanificient in #383
- 👷 Fix license generator by @beastmatser in #385
- 🚑 fix empty
__all__
's by @VincentRPS in #386 - ✨ Add support for Annotated type hint for command arguments and deprecate CommandArg by @Lunarmagpie in #379
- ✨ Adding message history by @Sigmanificient in #380
- ✨ Add permission handler by @beastmatser in #378
- ✨ added get_shard method to client by @Lunarmagpie in #384
- ✨ Get Invite & Delete invite by @Sigmanificient in #393
- 🐛 Fix emotes & guild Features by @Sigmanificient in #401
- ✨ Add guild sheduled event endpoints by @beastmatser in #396
- ♻️ Using a Custom class for Generator to be awaitable by @Sigmanificient in #403
- 📝 Fixed typo in VoiceChannel and NewsChannel by @KylianAlex in #417
- 🐛 Fixed api endpoint for guild member role actions by @KylianAlex in #426
- ✨ Allow for GuildMember in kick & ban by @Skelmis in #422
- ✨ Add ENABLED_DISCOVERABLE_BEFORE feature by @Dr-Electron in #431
- ✨ Rewrote command registration and added cogs by @Lunarmagpie in #389
- 📝 Docs improvements by @KylianAlex in #434
- ✨ Crosspost Method by @Endercheif in #432
- ✨ Added StageInstance Methods by @Endercheif in #433
New Contributors
- @sourcery-ai made their first contribution in #388
- @Skelmis made their first contribution in #422
- @Dr-Electron made their first contribution in #431
Full Changelog: 0.15.3...0.16.0
0.15.3
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
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
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
What's Changed
- 📝 Added mermaid support to docs by @Lunarmagpie in #313
- ✨ Adding ScheduleEvent by @Sigmanificient in #304
- ✨ Added
Channel.bulk_delete_messages()
andChannel.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
- @darvil82 made their first contribution in #316
- @KylianAlex made their first contribution in #319
- @TheBobBobs made their first contribution in #331
Full Changelog: 0.14.0...0.15.0
0.14.0
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
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
- Fixing pypi description
0.12.0
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