Skip to content

Commit 44c1525

Browse files
committed
Update CHANGELOG
1 parent fa5c7e2 commit 44c1525

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
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
3534
This big release would not have been possible without the help of various people and I am incredibly thankful for their
3635
contributions to this library!
3736

0 commit comments

Comments
 (0)