Skip to content

Commit

Permalink
🏷️Re:NoneBot GUI v1.1.1+fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
XTxiaoting14332 committed Oct 20, 2024
1 parent 7c362f3 commit 60432d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 🌈ChangeLog 2024.10.19 🤯
## 🌈ChangeLog 2024.10.20 🤯
by @XTxiaoting14332
进一步修复内存溢出的问题(可能?
美化扩展商店
修复插件管理页面无法滚动和刷新的问题
修复Windows下stderr页面无法显示的问题
修复无法删除Bot配置文件的问题
控制台滚动时间缩短为5s
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
进一步修复内存溢出的问题(可能?
美化扩展商店
修复插件管理页面无法滚动和刷新的问题
修复Windows下stderr页面无法显示的问题
修复无法删除Bot配置文件的问题
控制台滚动时间缩短为5s
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 60432d8

Please sign in to comment.