From 60432d80c413fda4ae348d0c9e9e6c253a5bc71c Mon Sep 17 00:00:00 2001 From: XTxiaoting14332 Date: Sun, 20 Oct 2024 10:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8FRe:NoneBot=20GUI=20v1.1.1+?= =?UTF-8?q?fix3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE_CHANGELOG.md | 8 ++++---- changelog.txt | 6 +++--- lib/main.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index a1e42a1..75bffd6 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,5 +1,5 @@ -## 🌈ChangeLog 2024.10.19 🤯 +## 🌈ChangeLog 2024.10.20 🤯 by @XTxiaoting14332 -进一步修复内存溢出的问题(可能? -美化扩展商店 -修复插件管理页面无法滚动和刷新的问题 +修复Windows下stderr页面无法显示的问题 +修复无法删除Bot配置文件的问题 +控制台滚动时间缩短为5s \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 323017e..47e41f0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,3 @@ -进一步修复内存溢出的问题(可能? -美化扩展商店 -修复插件管理页面无法滚动和刷新的问题 +修复Windows下stderr页面无法显示的问题 +修复无法删除Bot配置文件的问题 +控制台滚动时间缩短为5s \ No newline at end of file diff --git a/lib/main.dart b/lib/main.dart index 10c65df..d85b025 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -34,7 +34,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.1+2'; + MainApp.version = 'v1.1.1+fix3'; FlutterError.onError = (FlutterErrorDetails details) async { DateTime now = DateTime.now(); String timestamp = now.toIso8601String(); diff --git a/pubspec.yaml b/pubspec.yaml index 4e860ec..7680ba8 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.1+2 +version: 1.1.1+fix3 environment: sdk: '>=3.3.1 <4.0.0'