GitPedia
Vatuu

Vatuu/discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.

23 Releases
Latest: 7y ago
Version 1.6.21.6.2Latest
DeJayDevDeJayDev·7y ago·April 25, 2019
GitHub

More cross platform fixes, this one *should* solve some issues found on 32 bit Windows platforms. Includes all previous changes. [![jitpack](https://jitpack.io/v/Vatuu/discord-rpc.svg)](https://jitpack.io/#Vatuu/discord-rpc)

Fast Forward to 1.6.11.6.1
DeJayDevDeJayDev·7y ago·February 11, 2019
GitHub

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

Updated Binaries to 3.4.01.6.0
VatuuVatuu·7y ago·January 20, 2019
GitHub

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!1.5.1
VatuuVatuu·7y ago·August 3, 2018
GitHub

📋 Changes

  • 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!1.5.0
VatuuVatuu·8y ago·May 23, 2018
GitHub

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](https://github.com/Vatuu/discord-rpc/blob/master/README.md "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.01.4.3
VatuuVatuu·8y ago·April 13, 2018
GitHub

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 https://github.com/Vatuu/discord-rpc/issues/12

Fixed another x86 bug1.4.2
VatuuVatuu·8y ago·March 26, 2018
GitHub

^^^

Fixed critical bug regarding x86 systems1.4.1
VatuuVatuu·8y ago·March 26, 2018
GitHub

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.01.4
VatuuVatuu·8y ago·March 23, 2018
GitHub

📋 Changes

  • Exposed the UpdateHandler method.
  • You can now update the callbacks registered in the
Updated deprecation1.3
VatuuVatuu·8y ago·March 21, 2018
GitHub

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

Reverted back from Getters/Setters.1.2.1
VatuuVatuu·8y ago·March 8, 2018
GitHub

Thanks, JNA.

Minecraft Version released.1.2-MC
VatuuVatuu·8y ago·March 8, 2018
GitHub

New release with that fixed a collision with a pre-existing Minecraft Library.

Updated DiscordRichPresence Object.1.2
VatuuVatuu·8y ago·March 7, 2018
GitHub

Updated the DiscordRichPresence Object to utilize getters and setters.

Updated to discord-rpc 3.0.01.1
VatuuVatuu·8y ago·March 3, 2018
GitHub

Updated attached binaries to Discord RPC Version 3.0.0. No major changes. ClearPresence and DiscordRegister were implemented in the previous version already.

Fixed native library issue.1.0.2
VatuuVatuu·8y ago·February 21, 2018
GitHub

Fixed the error where the x64 windows lib was read as x32, therefore throwing an unsatisfied link exception.

Fixed small screwup.1.0.1
VatuuVatuu·8y ago·February 19, 2018
GitHub
First final version.1.0
VatuuVatuu·8y ago·February 4, 2018
GitHub

Updated the DiscordRPC.jar with the latest addition to the discord-rpc. Namely, the discordRegister and discordRegisterSteam methods, which allow you to customize the path that the game would launch on a join and spectate request! And to celebrate that these methods were added by a pull request made by me, we finally move from some beta garbage to the first final 1.0 version.

Updated to Discord-RPC Version 2.1.1!0.9-beta.6Pre-release
VatuuVatuu·8y ago·January 29, 2018
GitHub

Updated the binaries and the code to Version 2.1.1! Which means you can now use ```DiscordRPC.discordClearPresence();``` to remove every trace of your presence!

Fixed critical JNA Error0.9-beta.5Pre-release
VatuuVatuu·8y ago·January 18, 2018
GitHub

Fixed missing abstract method for JNA.

Added OSX/macOS Support0.9-beta.4Pre-release
VatuuVatuu·8y ago·January 7, 2018
GitHub

Self-explanatory.

Updated JoinRequest, Remote Binaries0.9-beta.3Pre-release
VatuuVatuu·8y ago·January 3, 2018
GitHub

📋 Changes

  • Added Discriminator(#1234) to JoinRequestCallback.
Linux support available.0.9-beta.2Pre-release
VatuuVatuu·8y ago·November 17, 2017
GitHub

And another release for the Linux users of you. The Library is now able to dispatch a temporary .so file that can be loaded by the UNIX-based OS.

Initial Release!0.9-beta.1Pre-release
VatuuVatuu·8y ago·November 16, 2017
GitHub

Yep, it's done! The first release is finally ready to be used. A few things have to be tweaked and polished, but it works for now. IMPORTANT: Since there is only a Windows Dynamic Library available as for now, it only works on Windows OS.