diff --git a/CHANGELOG.md b/CHANGELOG.md index cd80062cfc..88232f45e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [3.13.0] - 2023-11-18 + +### Added +- #2707 Added Super reactions support (9fd5c6c) +- #2725 Added Media channel support (e3cd340) +- #2753 Added additional Update/Modify Async Attachment's (ae275ab) +- #2769 Added missing parameters to `RespondWithModalAsync` methods and implement missing overloads (4e78aec) +- #2773 Added useful utility methods to `ModalBuilder` (8591de7) +- #2776 Added Select menu default values (ac274d4) +- #2777 Added Voice channel status support (8060dcf) +- #2781 Added premium subscriptions support (7723f61) +- #2782 Added Avatar decorations support (f64d9d6) +- #2784 Added App subscriptions additional support (a9a8da4) +- #2783 Added Guild incident actions (9b36df3) +- #2787 Added Embed `ToJsonString` & `(Try)Parse` (7b5c40a) +- #2791 Added Automod member profile moderation, new application fields, use clyde ai & guild invenory settings (699554a) +- #2792 Added create roles with icons (b45b774) +- #2796 Added clips support (poggers) (89bebc3) + +### Fixed +- #2758 Fixed Slash Command Localizations lost after AddCommandsToGuildAsync and deleteMissing = false (8d5022a) +- #2759 Fixed missing null checks in `RoleConnectionProperties` (ab3b30d) +- #2766 Fixed UpdateAsync Remove Attachment Bug (a668757) +- #2763 Fixed SocketKickAuditLogData User never having value (5cfec05) +- #2770 Fixed URL encode timestamps sent as query parameters (589c58a) +- #2774 Fixed some IDiscordClient methods are not properly implemented in clients (8baf913) +- #2789 Fixed multiline values in short TextInputs (33e8340) + + +### Misc +- #2739 Remove some unnecessary async/await (86655a8) +- #2754 Replace Moq with NSubstitute for Mocking in GuildHelperTests (b988a18) +- #2765 Use Discord heartbeat interval in audio. (9cedfbc) +- #2771 Extract `GetDisplayAvatarUrl` in `IUser` (b1787d8) + + ## [3.12.0] - 2023-08-10 ### Added diff --git a/Discord.Net.targets b/Discord.Net.targets index 8474c83be3..0491762128 100644 --- a/Discord.Net.targets +++ b/Discord.Net.targets @@ -1,6 +1,6 @@ - 3.12.0 + 3.13.0 latest Discord.Net Contributors discord;discordapp diff --git a/docs/docfx.json b/docs/docfx.json index 0ecef1ea7b..9ff0b73ff6 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -60,7 +60,7 @@ "overwrite": "_overwrites/**/**.md", "globalMetadata": { "_appTitle": "Discord.Net Documentation", - "_appFooter": "Discord.Net (c) 2015-2023 3.12.0", + "_appFooter": "Discord.Net (c) 2015-2023 3.13.0 (the poggers update)", "_enableSearch": true, "_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg", "_appFaviconPath": "favicon.ico" diff --git a/src/Discord.Net/Discord.Net.nuspec b/src/Discord.Net/Discord.Net.nuspec index 5ad266eeed..57c5610be7 100644 --- a/src/Discord.Net/Discord.Net.nuspec +++ b/src/Discord.Net/Discord.Net.nuspec @@ -2,7 +2,7 @@ Discord.Net - 3.12.0$suffix$ + 3.13.0$suffix$ Discord.Net Discord.Net Contributors foxbot @@ -14,44 +14,44 @@ PackageLogo.png - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + +