Releases: Vatuu/discord-rpc
Version 1.6.2
Fast Forward to 1.6.1
Cross OS bug fixes, includes changes from previous release of 1.6.0, pardon the versioning.
Updated Binaries to 3.4.0
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!
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!
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
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
Fixed critical bug regarding x86 systems
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
- Exposed the UpdateHandler method.
- You can now update the callbacks registered in the
handler after the initialization.
Updated deprecation
Set the INSTANCE and MATCH-SECRET field to deprecated, since they are currently unused.