Releases: JnCrMx/discord-game-sdk4j
Releases · JnCrMx/discord-game-sdk4j
Version 0.5.5
A lot of rather small improvements:
- #33 (thanks to @chrislo27)
- #36 (thanks to @SkyAphid)
- #41 (also thanks to @chrislo27)
- #42 (and again thanks to @chrislo27 !)
I really hope the macOS build works. If not, please don't hesitate to open a new issue for it!
Auto generated release notes below:
What's Changed
- Add Core#isOpen public method, add CoreClosedException by @chrislo27 in #41
- Fix wrong receiver for onSpeaking and onNetworkMessage causing stack overflow by @chrislo27 in #42
New Contributors
- @chrislo27 made their first contribution in #41
Full Changelog: v0.5.4...v0.5.5
Version 0.5.4
macOS support 🎉 finally!
I really hope that it works, because I don't really have the hardware to test it 😿
Huge thanks to @DeDiamondPro for testing the build in their project 😄
Version 0.5.3
Version 0.5.2
Version 0.5.1
- removed dependency on JetBrains Annotations
Version 0.5
Version 0.4
Version 0.3.1
- Release instead of Debug builds
- Hopefully fix #7
Version 0.3
- change from Java 11 to Java 8
This should make it easier to use this library in any kind of projects.
Version 0.2
- image manager
- a few more features for the activity manager
- some JavaDoc fixes
- some clean up