Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@CDAGaming CDAGaming released this 31 May 16:20
· 8 commits to publish since this release
d1f39c6
  • Removed Java 7 Compatibility Layers (ExtendedLong and DataConsumer)
    • Tech now exists to handle downgrading without intervening on our end, so Java 8+ standards are now enforced
  • Added equals and hashCode method support for RichPresence objects
    • Allows for more effective comparisons if wanting to avoid duplicated packet sending
  • IPCClient#sendRichPresence no longer takes in a null presence parameter
  • Documentation and misc. code cleanups