Skip to content

Commit

Permalink
meta: 3.10.0 (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs committed Mar 27, 2023
1 parent 66e6329 commit 9ccd9cf
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 33 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# Changelog

## [3.10.0] - 2023-03-27

### Added
- #2507 Added selects v2 support (48fb1b5)
- #2509 Added `SendFileAsync` to `UserExtensions` (25cfb88)
- #2510 Added missing invite guild properties & welcome screen support (7c535b9)
- #2520 Added `ClientDisconnect` event for audio client. (4cad546)
- #2521 Added `OwnerId` to `IThreadChannel` and `RestThreadChannel`
- #2521 Added `ActiveDeveloper` to `UserProperies`
- #2523 Added emojis from Emoji 13.0, Emoji 13.1 and Emoji 14.0 (23b2822)
- #2528 Added wildcard length quantifiers and `TreatAsRegex` property
- #2530 Added application Role Connections Metadata support (37d868f)
- #2531 Added age restricted (NSFW) application commands support (56b1a93)
- #2537 Added `RemoveModulesFromGuildAsync` (7acbcfd)
- #2560 Added app Command channel target permission (2616d35)
- #2562 Added new message types & error codes (a3ee855)
- #2564 Added `RespondWithModal()` which accepts an `IModal` instance as template (e7bda0f)
- #2571 Added guild member flags (7d8d6ec)
- #2573 Added missing VoiceChannel properties (1e21a6e)
- #2574 Added `GetCurrentUser` method to `DiscordRestClient` (e3da96f)
- #2574 Added `GetCurrentUserGuildMemberAsync` method to `DiscordRestClient` and `RestGuild` (e3da96f)
- #2574 Added `GuildFeatures` property to `IUserGuild` (e3da96f)
- #2575 Added `Thread` property to `RestMessage` (91e2084)
- #2578 Added AutoMod support (673b02d)
- #2579 Added `Thread` property to `IUserMessage` (0998285)
- #2580 Added thread user member & thread members pagination (b085621)
- #2582 Added `IIntegrationChannel` (75f3c91)
- #2582 Added support for creating webhooks in forums (75f3c91)
- #2590 Added `FollowAnnouncementChannelAsync` to `INewsChannel` (bb056df)
- #2591 Added support for silent mentions (2ea8af1)
- #2599 Added `AddModalCommand` to `ModalBuilder` with option to specify callback (50e0e59)
- #2605 Added `GuildFeatures` to `GuildProperties` (177df2c)
- #2603 Added support for creating forum posts with `DiscordWebhookClient` (e69e27a)
- #2610 Added Text-In-Stage support & missing `IVoiceChannel` properties (76bb901)
- #2613 Added AutoMod custom block message (709364a)
- #2615 Added missing invite properties (abfa8d1)

### Fixed
- #2483 Fixed an NRE when event was changed from in channel to external or vice versa (493f604)
- #2526 Fixed `GetActiveThreadsAsync` & add it to `ITextChannel` (bd2f719)
- #2528 Fixed catastrophic backtracking (3b107c2)
- #2532 Fixed permissions on deleteMissing=false (274be5d)
- #2540 Fixed `reason` not being included in audit logs when calling `AddBanAsync` and `BanAsync` (e71faf7)
- #2541 Fixed `CreatePost` methods for `IForumChannel` (a53f1df)
- #2549 Fixed `NullReferenceException` caused by Options being undefined. (02d3ce6)
- #2557 Fixed `customId` template generator to escape regex metachars used in … (1602437)
- #2577 Fixed `GetEventCoverImageUrl` (0af835a)
- #2600 Fixed gateway deadlock (0c27395)
- #2606 Fixed AutoMod action executed event message being null (7b321af)

### Misc
- #2542 Resolve inconsistencies with components (f224eb0)
- #2546 Argument handling with thread tags(c67642a)
- #2551 Format the project with 'dotnet format' (257f246)
- #2561 Remove outdated checks (94996e7)
- #2572 Reduce `DateTime` Boilerplate from `LogMessage` (14b2901)
- #2614 Optimize `Add/RemoveRolesAsync` methods (11481a1)
- #2617 Update IP discovery to send 74 bytes (66e6329)

## [3.9.0] - 2022-12-23
### Added

Expand Down
2 changes: 1 addition & 1 deletion Discord.Net.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.9.0</VersionPrefix>
<VersionPrefix>3.10.0</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net (c) 2015-2022 3.9.0",
"_appFooter": "Discord.Net (c) 2015-2023 3.10.0",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.ico"
Expand Down
62 changes: 31 additions & 31 deletions src/Discord.Net/Discord.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net</id>
<version>3.9.0$suffix$</version>
<version>3.10.0$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
Expand All @@ -14,44 +14,44 @@
<icon>PackageLogo.png</icon>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 9ccd9cf

Please sign in to comment.