Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Releases: Vatuu/discord-rpc

Version 1.6.2

Choose a tag to compare

@DeJayDev DeJayDev released this 25 Apr 15:31

More cross platform fixes, this one should solve some issues found on 32 bit Windows platforms.

Includes all previous changes.

jitpack

Fast Forward to 1.6.1

Choose a tag to compare

@DeJayDev DeJayDev released this 11 Feb 18:27

Cross OS bug fixes, includes changes from previous release of 1.6.0, pardon the versioning.

Updated Binaries to 3.4.0

Choose a tag to compare

@Vatuu Vatuu released this 20 Jan 19:53

Sorry for the delay folks, but we finally have updated to the newest discord binaries.

For those concerned, the new update was mainly dedicated to bugfixes and a few thread-related things,
no need to be worried that it took a while, neither will it be problematic to just update.

Best regards,
Vatuu

No more commons!

Choose a tag to compare

@Vatuu Vatuu released this 03 Aug 20:52

Changelog:

  • Removed the apache.commons.ioutils and apache.commons.fileutils dependencies, due to conflicts with some uses.
  • Replaced the OS check with reworked artifact copying and loading.
  • Mac issue is still not fixed. (Seriously, no one knows why it does not work, not even discord itself, help is apprechiated.)

Added builders, and finalized documentation!

Choose a tag to compare

@Vatuu Vatuu released this 23 May 14:24
ecd9305

This new version contains Builders for the DiscordRichPresence and the DiscordEventHandler objects.
The normal usage has not been deprecated, so no reason to radically change your code all of a sudden, this has been a change for a more user-friendly way of creating handlers and presence objects.

Furthermore, the documentation has been finalized, giving more detailed knowledge about the different objects,
methods and types.

Usage of the new builders can be found in the updated README.md, as well as examples of EventCallbacks being used with Lambdas instead of classes.

Please note that the macOS/OSX issue has not been fixed yet, although we're trying our best to fix it. We are currently communicating with Discord Developers to determine the cause of this issue.

For more information regarding the macOS/OSX issue, please see Issue #12 .

Have a good day,
Vatuu

Updated to discord-rpc 3.2.0

Choose a tag to compare

@Vatuu Vatuu released this 13 Apr 23:46

Bugfixes on discord's site only.

If the issue with mac libs and Linux libs being unable to load still persist, please let me know in Issue #12

Fixed another x86 bug

Choose a tag to compare

@Vatuu Vatuu released this 26 Mar 23:08

^^^

Fixed critical bug regarding x86 systems

Choose a tag to compare

@Vatuu Vatuu released this 26 Mar 03:11
913598a

I don't want to go into detail, since this is very emberassing, but a critical bug has been fixed that might have screwed x86 architecture users over.

Sorry ._.

Updated to DLL Version 3.1.0

Choose a tag to compare

@Vatuu Vatuu released this 23 Mar 20:41
  • Exposed the UpdateHandler method.
        - You can now update the callbacks registered in the
          handler after the initialization.

Updated deprecation

Choose a tag to compare

@Vatuu Vatuu released this 21 Mar 14:07

Set the INSTANCE and MATCH-SECRET field to deprecated, since they are currently unused.