This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 1.0.0-beta3 | ||
|
||
**Warning**: This is only a test version, it will affect or cause errors to the plugin when used | ||
|
||
## General | ||
- Fixed repeating task accidentally disappeared (e19b92e) | ||
- Setup-Wizard requires entering `Client ID` first instead of `Client Token` | ||
- Support `Russia` language | ||
|
||
# 1.0.0-beta4 | ||
|
||
**Warning**: This is only a test version, it will affect or cause errors to the plugin when used | ||
|
||
## General | ||
- Added `/version` command to get plugin or nexus information | ||
- Change green color code to `\x1b[38;5;34m` instead of `\x1b[32m` | ||
- Added `MemoryManager` for easy memory management | ||
|
||
## API | ||
### Plugin | ||
- The following API methods have been deprecated | ||
- `DiscordNexus.getScheduler()` - use `PluginBase::getScheduler()` instead | ||
|
||
### Utils | ||
- The following public API methods have been added: | ||
- `LocalData.getNested()` | ||
- `LocalData.setNested()` | ||
- `Process.getMainMemoryUsage()` | ||
- `Process.getMemoryTotalUsage()` | ||
- `Process.getMemoryUsage()` | ||
- `Process.setMemoryLimit()` |
This file was deleted.
Oops, something went wrong.