Releases: CDAGaming/DiscordIPC
Releases · CDAGaming/DiscordIPC
Release 0.11.1
Release 0.11.0
- Updated NMCP from 1.0.2 to 1.0.3
- Updated GSON from 2.13.1 to 2.13.2
- Added support for several new RPC fields:
status_display_type: Allows determining whether to display theName,State, orDetailssection of the RPC as the short activity text- Example:
<activity_type> <status_display_type_message>=>Playing Minecraft
- Example:
- Added URL support for the
state,details,largeImage, andsmallImageRPC fields- BREAKING:
set<Large,Small>Image(imageKey, imageText)=>set<Large,Small>ImageWithTooltip(imageKey, imageText)
- BREAKING:
name: Allows setting a custom name for your application, defaults to the one specified in Discord if left empty
Release 0.10.6
- Updated Gradle to 8.14.3
- Updated NMCP to 1.0.2
Release 0.10.5
- Updated a dependency missed in the last patch (Oops!)
Release 0.10.4
- Updated Dependencies
Release 0.10.3
- Updated Dependencies
- Migrated to Central Publisher Portal
- Breaking: Namespace has changed from
io.github.CDAGamingtoio.github.cdagaming - Actual titles of artifacts have remained the same
- Breaking: Namespace has changed from
Release 0.10.2
- Updated LenniReflect to 1.4.0
- Updated Gradle to 8.11
Release 0.10.1
- Updated Gradle to 8.10.2
- Updated SLF4J to 2.0.16
- Updated JUnixSocket to 2.10.1
Release 0.10.0
- Added data sanity checks for
Party Privacy(int->Enum) - Added support for
ActivityTypefields
Release 0.9.3
- Updated Gradle (
8.8->8.9) - Updated JUnixSocket (
2.9.1->2.10.0) - Fixed a discrepancy with
autoRegisterfunctionality on Windows