Skip to content

Release 0.11.0

Choose a tag to compare

@CDAGaming CDAGaming released this 29 Oct 19:25
· 4 commits to publish since this release
c3ed18c
  • 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