Skip to content

Commit

Permalink
🏷️Re:NoneBotGUI v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XTxiaoting14332 committed Oct 12, 2024
1 parent dd6d519 commit d19b7b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
10 changes: 3 additions & 7 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## 🌈ChangeLog 2024.10.02 🇨🇳
## 🌈ChangeLog 2024.10.13 🤯
by @XTxiaoting14332
修复控制台的滚动问题 #23
可以在Bot控制台内切换Bot了 #20
重写 `管理插件` 页面,可以进行插件的启用和禁用
退出时进行弹窗确认
修复新Bot打开不能正常使用的问题
修复Bot重命名之后程序崩溃的问题
新增 Bot 配置文件编辑
重写 管理Bot 界面
8 changes: 2 additions & 6 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
修复控制台的滚动问题 #23
可以在Bot控制台内切换Bot了 #20
重写管理插件页面,可以进行插件的启用和禁用
退出时进行弹窗确认
修复新Bot打开不能正常使用的问题
修复Bot重命名之后程序崩溃的问题
新增 Bot 配置文件编辑
重写 管理Bot 界面
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
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.0
version: 1.1.1
environment:
sdk: '>=3.3.1 <4.0.0'

Expand Down

0 comments on commit d19b7b9

Please sign in to comment.