Skip to content

Releases: CDAGaming/DiscordIPC

Release 0.11.1

01 Jan 20:06
6c03610

Choose a tag to compare

  • Updated Dependencies
  • Fixed a Gradle 10 deprecation

Release 0.11.0

29 Oct 19:25
c3ed18c

Choose a tag to compare

  • 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 the Name, State, or Details section of the RPC as the short activity text
      • Example: <activity_type> <status_display_type_message> => Playing Minecraft
    • Added URL support for the state, details, largeImage, and smallImage RPC fields
      • BREAKING: set<Large,Small>Image(imageKey, imageText) => set<Large,Small>ImageWithTooltip(imageKey, imageText)
    • name: Allows setting a custom name for your application, defaults to the one specified in Discord if left empty

Release 0.10.6

25 Jul 06:49
d35b7be

Choose a tag to compare

  • Updated Gradle to 8.14.3
  • Updated NMCP to 1.0.2

Release 0.10.5

22 Jun 18:07
7e4ce96

Choose a tag to compare

  • Updated a dependency missed in the last patch (Oops!)

Release 0.10.4

22 Jun 17:51
33da286

Choose a tag to compare

  • Updated Dependencies

Release 0.10.3

28 Apr 02:52
465ca23

Choose a tag to compare

  • Updated Dependencies
  • Migrated to Central Publisher Portal
    • Breaking: Namespace has changed from io.github.CDAGaming to io.github.cdagaming
    • Actual titles of artifacts have remained the same

Release 0.10.2

13 Nov 17:37
e8dd594

Choose a tag to compare

  • Updated LenniReflect to 1.4.0
  • Updated Gradle to 8.11

Release 0.10.1

04 Oct 15:57
1cdcddd

Choose a tag to compare

  • Updated Gradle to 8.10.2
  • Updated SLF4J to 2.0.16
  • Updated JUnixSocket to 2.10.1

Release 0.10.0

31 Jul 04:16
1aad679

Choose a tag to compare

Release 0.9.3

26 Jul 06:19
00c4863

Choose a tag to compare

  • Updated Gradle (8.8 -> 8.9)
  • Updated JUnixSocket (2.9.1 -> 2.10.0)
  • Fixed a discrepancy with autoRegister functionality on Windows