This repository was 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_closedand 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_dictby 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_ENABLEDguild 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.mdand 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
Channelby @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
Channelby @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
_httppassing 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.editlist 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
GuildTemplaterelated endpoints by @trag1c in #271 - β¨ Implements Ratelimiter to prevent 429s from
userscope 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
@commanddecorator - Fixing payload to objects transformation
- Added client and guild methods, GuildPreview object
Contributors
@Lunarmagpie @RPSMain @Sigmanificient @beastmatser @trag1c @Endercheif