Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
harryitz committed May 6, 2024
1 parent aa12947 commit 6cb46b9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
31 changes: 31 additions & 0 deletions changelogs/1.0.0-beta.md
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()`
8 changes: 0 additions & 8 deletions changelogs/1.0.0.md

This file was deleted.

0 comments on commit 6cb46b9

Please sign in to comment.