From d19b7b9a1c047158cbce7fba83a7b4dbaf6a03f8 Mon Sep 17 00:00:00 2001 From: XTxiaoting14332 Date: Sun, 13 Oct 2024 02:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8FRe:NoneBotGUI=20v1.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE_CHANGELOG.md | 10 +++------- changelog.txt | 8 ++------ lib/main.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index d41e240..dcbb724 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,8 +1,4 @@ -## 🌈ChangeLog 2024.10.02 🇨🇳 +## 🌈ChangeLog 2024.10.13 🤯 by @XTxiaoting14332 -修复控制台的滚动问题 #23 -可以在Bot控制台内切换Bot了 #20 -重写 `管理插件` 页面,可以进行插件的启用和禁用 -退出时进行弹窗确认 -修复新Bot打开不能正常使用的问题 -修复Bot重命名之后程序崩溃的问题 +新增 Bot 配置文件编辑 +重写 管理Bot 界面 diff --git a/changelog.txt b/changelog.txt index 2796ced..93a5831 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,2 @@ -修复控制台的滚动问题 #23 -可以在Bot控制台内切换Bot了 #20 -重写管理插件页面,可以进行插件的启用和禁用 -退出时进行弹窗确认 -修复新Bot打开不能正常使用的问题 -修复Bot重命名之后程序崩溃的问题 \ No newline at end of file +新增 Bot 配置文件编辑 +重写 管理Bot 界面 \ No newline at end of file diff --git a/lib/main.dart b/lib/main.dart index b258838..70959c8 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -33,7 +33,7 @@ void main() async { MainApp.nbLog = '[INFO]Welcome to NoneBot GUI!'; MainApp.protocolLog = '[INFO]Welcome to NoneBot GUI!'; MainApp.barExtended = false; - MainApp.version = 'v1.1.0'; + MainApp.version = 'v1.1.1'; FlutterError.onError = (FlutterErrorDetails details) async { DateTime now = DateTime.now(); String timestamp = now.toIso8601String(); diff --git a/pubspec.yaml b/pubspec.yaml index c90c975..b7783cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.0 +version: 1.1.1 environment: sdk: '>=3.3.1 <4.0.0'