22
33## 1.0.0
44
5- In this version, the entire internals of the library has been rewritten
6- to remove the requirement for the native library.
5+ In this version, the entire internals of the library have been rewritten
6+ to remove the requirement for a native library.
77
8- The new implementation is in plain Java.
8+ The new implementation is in plain Java and interacts directly with Discord's IPC socket .
99
1010** Some of the removed features might be re-added in a future version.**
1111
1212### Breaking Changes
1313- Raised minimum Java version to Java 16
14- - No macOS support for now
1514- ` Core.init ` was removed, because it is no longer required
1615- Removed Managers due to deprecation:
1716 - ` LobbyManager `
@@ -20,7 +19,7 @@ The new implementation is in plain Java.
2019 - ` ActivityManager.registerCommand ` because it does not communicate with Discord
2120 - ` ActivityManager.registerSteam ` because it does not communicate with Discord
2221 - ` AcitvityManager.acceptRequest ` because I cannot figure out how it works
23- - ` UserManager.getCurrentUserPremiumType ` because I don't have Discord Nitro, so I cannot test it
22+ - ` UserManager.getCurrentUserPremiumType ` because I don't have Discord Nitro, so I cannot figure out how it works
2423- ` ActivityTimestamps.setStart ` not longer resets the end timestamp, use ` ActivityTimestamps.clearEnd ` for that
2524- ` ActivityTimestamps.setEnd ` not longer resets the start timestamp, use ` ActivityTimestamps.clearStart ` for that
2625
@@ -31,7 +30,7 @@ The new implementation is in plain Java.
3130- Support for "progress"-like activities featuring both start and end time
3231 (see ` ActivityTimestamps.setStartAndEnd ` )
3332
34- ### Thank Yous and Acknowledgements
33+ ### Thank You's and Acknowledgements
3534This big release would not have been possible without the help of various people and I am incredibly thankful for their
3635contributions to this library!
3736
0 commit comments