-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add changelog for Discord Social SDK v1.6.12170 #7901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
markmandel
merged 3 commits into
discord:main
from
markmandel:release/social-sdk-1.6.12170
Oct 15, 2025
+30
−0
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
docs/change-log/2025-10-15-discord-social-sdk-1.6.12170.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| --- | ||
| title: "Discord Social SDK Release 1.6.12170" | ||
| date: "2025-10-15" | ||
| topics: | ||
| - "Discord Social SDK" | ||
| --- | ||
|
|
||
| A new release of the Discord Social SDK is now available, with the following updates: | ||
|
|
||
| ## New Features | ||
|
|
||
| This small update to v1.6 adds some highly requested features from our partners. We found some time to sneak them in… | ||
|
|
||
| - You can now provide custom art to display as a banner image in game invites that appear in Discord. This is done one | ||
| of two ways: | ||
| - By specifying a URL or an `asset key` to an image in the `activity.assets.inviteCoverImage` parameter when calling | ||
| `Client::UpdateRichPresence`. This method even affords you the ability to set a unique image on each invite if you | ||
| want! | ||
| - By uploading cover image art in the `Rich Presence` tab in the Developer Portal for your Application. Note: This | ||
| will be used as the fallback image if you don’t specify one via method 1 | ||
markmandel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - It’s now possible to customize the displayed name for your Application in Discord’s Rich Presence. To do so, set | ||
| the `activity.name` parameter when calling [`Client::UpdateRichPresence`] | ||
| - Added support for Microsoft Xbox GDK version 2025.04 | ||
| - Fixed a crash when calling [`Client::GetUserGuilds`] on iOS devices | ||
|
|
||
| <!-- Autogenerated Reference Links --> | ||
| [`Client::GetUserGuilds`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aac1ec02df6074ed9213ce230e6a42fe1 | ||
| [`Client::UpdateRichPresence`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#af0a85e30f2b3d8a0b502fd23744ee58e | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.