Skip to content

Commit 1931f7a

Browse files
Add changelog for Discord Social SDK v1.6.12170 (#7901)
* Add changelog for Discord Social SDK v1.6.12170 Documents new features including custom invite banner images, customizable application names in Rich Presence, Xbox GDK 2025.04 support, and iOS crash fix. * Apply suggestion from @colinloretz Co-authored-by: Colin Loretz <colin.loretz@discordapp.com> * Review updates --------- Co-authored-by: Colin Loretz <colin.loretz@discordapp.com>
1 parent bc43f40 commit 1931f7a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Discord Social SDK Release 1.6.12170"
3+
date: "2025-10-15"
4+
topics:
5+
- "Discord Social SDK"
6+
---
7+
8+
A new release of the Discord Social SDK is now available, with the following updates:
9+
10+
## New Features
11+
12+
This small update to v1.6 adds some highly requested features from our partners. We found some time to sneak them in…
13+
14+
- You can now provide custom art to display as a banner image in game invites that appear in Discord. This is done one
15+
of two ways:
16+
- By specifying a URL or an `asset key` to an image in the `activity.assets.inviteCoverImage` parameter when
17+
calling `Client::UpdateRichPresence`. This method even affords you the ability to set a unique image
18+
on each invite if you want!
19+
- By uploading cover image art in the `Rich Presence` tab in the Developer Portal for your Application. Note: This
20+
will be used as the fallback image if you don’t specify one via `activity.assets.inviteCoverImage`
21+
- It’s now possible to customize the displayed name for your Application in Discord’s Rich Presence. To do so, set
22+
the `activity.name` parameter when calling [`Client::UpdateRichPresence`]
23+
- Added support for Microsoft Xbox GDK version 2025.04
24+
- Fixed a crash when calling [`Client::GetUserGuilds`] on iOS devices
25+
26+
<!-- Autogenerated Reference Links -->
27+
28+
[`Client::GetUserGuilds`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aac1ec02df6074ed9213ce230e6a42fe1
29+
30+
[`Client::UpdateRichPresence`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#af0a85e30f2b3d8a0b502fd23744ee58e

0 commit comments

Comments
 (0)