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

Releases: Vatuu/discord-rpc

Version 1.6.2

25 Apr 15:31
Compare
Choose a tag to compare

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

11 Feb 18:27
Compare
Choose a tag to compare

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

Updated Binaries to 3.4.0

20 Jan 19:53
Compare
Choose a tag to compare

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!

03 Aug 20:52
Compare
Choose a tag to compare

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!

23 May 14:24
ecd9305
Compare
Choose a tag to compare

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

13 Apr 23:46
Compare
Choose a tag to compare

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

26 Mar 23:08
Compare
Choose a tag to compare

Fixed critical bug regarding x86 systems

26 Mar 03:11
913598a
Compare
Choose a tag to compare

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

23 Mar 20:41
Compare
Choose a tag to compare
  • Exposed the UpdateHandler method.
        - You can now update the callbacks registered in the
          handler after the initialization.

Updated deprecation

21 Mar 14:07
Compare
Choose a tag to compare

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