Releases: Aiko-IT-Systems/DisCatSharp
v10.6.4
Official Changelog
https://docs.dcs.aitsys.dev/changelogs/v10/10_6_4
What's Changed
➕ Added clan badges
🛠️ Fixed OAuth2 NRE's
🛠️ Fixed caching issues
➕ Added avatar_decoration_data
for guild members
➕ Added dm_spam_detected_at
& raid_detected_at
in guild incident data
➕ Added bulk ban capabilities (#482)
📚 Added Termux Hosting docs (#490)
🛠️ Fixed a hosting configuration intent bug (#498)
➕ Added additional client-side Sentry filtering (#495)
📚 Added Sentry docs
Full Changelog: v10.6.2...v10.6.4
v10.6.2
Official Changelog
https://docs.dcs.aitsys.dev/changelogs/v10/10_6_2
What's Changed
- Typos Fixed .w. by @KristalliDev in #441
- feat: Implement Timeout Events by @TheXorog in #453
- Signed Attachments by @Lulalaby in #457
- select_menus - Fixed spelling of "Deferred" by @philipbraatz in #461
- Added missing "default_forum_layout" property for DiscordChannel by @LaPepega in #466
- feat: Polls by @Lulalaby in #476
- feat: User Apps by @Lulalaby
New Contributors
- @KristalliDev made their first contribution in #441
- @philipbraatz made their first contribution in #461
- @LaPepega made their first contribution in #466
Full Changelog: v10.6.1...v10.6.2
v10.6.1
What's Changed
- feat: Implement cooldowns for application commands by @Lulalaby & @TheXorog in #431
- fix: problems with application commands translation generation and usage
- fix: registration of application commands when commands cleared or non existent in advance
- fix: registration of application commands translations for subcommands
Full Changelog: v10.6.0...v10.6.1
v10.6.0
Official Changelog
https://docs.dcs.aitsys.dev/changelogs/v10/10_6_0
What's Changed
➕ Added Members
field to DiscordRole
.
➕ Added EnableEmoticons
and GuildId
to DiscordIntegration
.
➕ Sentry for automatic tracking of library errors and reporting new fields in API payloads.
➕ Update check on startup for new library versions, configurable in DiscordConfiguration
.
➕ New configuration field EnablePayloadReceivedEvent
to work with raw events.
ApiChannel
enum in DiscordConfiguration
; removed UseCanary
& UsePtb
.
➕ Locale
and Timezone
settings in DiscordConfiguration
.
➕ New methods and constructors for building DiscordOverwrite
objects.
🛠️ Caching members now in DiscordGuild.GetAllMembersAsync()
.
➕ SubCommandName
& FullCommandName
to BaseContext
.
➕ UnusualDmActivityUntil
in DiscordMember
.
➕ Incident configs and events on DiscordGuild
.
🛠️ Group, subgroup, and subcommand creation for application commands along side each other.
➕ Added support for custom status.
➕ DiscordOAuth2Client
for OAuth2 API interaction.
➕ Pagination buttons constants for custom ids.
DiscordEmbedBuilder.AddField(string name, string value, bool inline)
; use DiscordEmbedBuilder.AddField(DiscordEmbedField field)
instead.
🛠️ DiscordGuild.BanMemberAsync
now supports DiscordUser
as argument
.
➕ New channel types and flags.
🛠️ Fixed standalone DiscordWebhookClient
methods.
Target
of DiscordOverwriteBuilder
changed to ulong
.
Lavalink v4
.
➕ Support for premium apps in DiscordConfiguration
.
➕ Various new permissions and options to generate PermissionStrings
.
🛠️ Overhauled ApplicationCommands extension.
➕ Default values for select menus in interactions.
➕ Added support for team roles
from the developer portal.
ApplicationCommandRequireOwnerAttribute
; added corresponding team role attributes like ApplicationCommandRequireTeamAdminAttribute
. This adds support for the team roles
in the developer portal.
🛠️ Opus encoder/decoder made public.
DiscordAttachment.FileName
to Filename
.
➕ Exposed regexes in DisCatSharp.Common
.
🛠️ Fixed application commands registration issues.
➕ Added support for application command names in other languages than english.
➕ Added support for GCP attachments.
🛠️ Major overhaul of the DisCatSharp documentation.
New Contributors
Full Changelog: v10.4.0...v10.6.0
v10.4.1
Official Changelog
Not this time! This release only contains a few fixes
What's Changed
- Update dependency DisCatSharp.Attributes to v10.4.0 by @renovate in #304
- Update dependency Microsoft.NET.Test.Sdk to v17.6.0 by @renovate in #305
- chore(deps): update nuget packages by @renovate in #306
- chore(deps): update nuget packages to v4.6.0 by @renovate in #307
- chore(deps): update dependency coverlet.collector to v6 by @renovate in #310
- chore(deps): update actions/setup-dotnet action to v3.1.0 by @renovate in #311
- chore(deps): update actions/setup-dotnet action to v3.2.0 by @renovate in #312
- chore(deps): update dependency microsoft.net.test.sdk to v17.6.1 by @renovate in #315
- chore(deps): update nuget packages by @renovate in #317
- chore(deps): update srvaroa/labeler action to v1.6.0 by @renovate in #320
- chore(deps): update dependency community.visualstudio.toolkit.17 to v17.0.505 by @renovate in #322
- chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 by @renovate in #323
- chore(deps): update dependency community.visualstudio.toolkit.17 to v17.0.507 by @renovate in #324
Full Changelog: v10.4.0...v10.4.1
v10.4.0
Official Changelog
https://docs.dcs.aitsys.dev/changelogs/v10/10_4_0
What's Changed
- feat: Paginated thread members by @Lulalaby in #253
- feat: Add guild audit log entry create event by @Lulalaby in #256
- fix: ip discovery by @Lulalaby and @TopiSenpai in #274
- feat: Application rework by @Lulalaby in #275
- fix: speaking is flags not bool by @Lulalaby in #276
- fix(README): minor grammar mistake by @JustaSqu1d in #280
- fix: DiscordEmoji operator == add compare name by @tonnac in #284
- chore(actions): Remove mac os test by @Lulalaby in #288
- chore: remove build caches by @Lulalaby in #292
- Docfx fix again by @Lulalaby in #297
- DisCatSharp v10.4.0 Stable Release by @Lulalaby, @JuliaJJ, @TheXorog & @JMLutra in #295
New Contributors
- @TopiSenpai helped out in #274
- @JustaSqu1d made their first contribution in #280
- @tonnac made their first contribution in #284
- @JuliaJJ helped out in #295
Full Changelog: v10.3.2...v10.4.0
v10.3.2
v10.3.0
What's Changed
- Automod implementation by @xMaxximum in #224
- Configure Renovate - old by @renovate in #225
- Update dotnet by @renovate in #227
- Configure Renovate by @renovate in #228
- Update dependency jquery to ~3.6.0 by @renovate in #230
- Update dependency highlightjs to ~9.16.0 by @renovate in #229
- Update dependency lunr to v2.3.9 by @renovate in #231
- Update dependency twbs-pagination to v1.4.2 by @renovate in #232
- Update NuGet Packages (major) by @renovate in #233
- Update dependency bootstrap to v5 by @renovate in #234
- Enhancements by @Lulalaby in #223
New Contributors
Full Changelog: v10.2.0...v10.3.0
v10.2.0
What's Changed
- Dcs appcoms/cooldowns badger by @JBraunsmaJr in #197
- Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 by @dependabot in #199
- Bump actions/setup-dotnet from 2 to 3.0.0 by @dependabot in #200
- Add try variants to all getter methods by @Saalvage in #201
- Add slash & context menu cooldowns by @Lulalaby in #196
- Revert "Add slash & context menu cooldowns" by @Lulalaby in #203
- Add experimental cooldowns by @Lulalaby in #204
- Bump actions/setup-dotnet from 3.0.0 to 3.0.1 by @dependabot in #202
- Dcs appcoms/cooldowns by @Lulalaby in #205
- Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #215
- Bump actions/setup-dotnet from 3.0.1 to 3.0.2 by @dependabot in #216
- Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 by @dependabot in #219
- Merge hacktober changes into main by @Lulalaby in #207
Contributors
Full Changelog: 10.1.4...v10.2.0