From 881af1e99e279a082e444559e7651e2855795d4b Mon Sep 17 00:00:00 2001 From: Harry Nguyen Date: Tue, 7 May 2024 20:47:22 +0700 Subject: [PATCH] Release v1.0.0-beta6 --- changelogs/1.0.0-beta.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/changelogs/1.0.0-beta.md b/changelogs/1.0.0-beta.md index fbe0685..bb7d01a 100644 --- a/changelogs/1.0.0-beta.md +++ b/changelogs/1.0.0-beta.md @@ -58,4 +58,16 @@ - The following public API methods have been added: - `CLI.setTerminalTitle()` - `Process.getMemoryUsagePercent()` - - `Process.getCpuUsage()` \ No newline at end of file + - `Process.getCpuUsage()` + +# 1.0.0-beta6 + +**Warning**: This is only a test version, it will affect or cause errors to the plugin when used + +## General +- Added crash reporter to save crash details + +## API +### Command +- The following public API methods have been added: + - `CommandMap.unregister()` \ No newline at end of file