Skip to content

Commit

Permalink
🏷️v1.1.1+fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
XTxiaoting14332 committed Nov 2, 2024
1 parent 72ba8b8 commit 78ff54f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
tag_name: v${{ env.NBGUI_VERSION }}
body_path: RELEASE_CHANGELOG.md
prerelease: false
draft: true
draft: false
generate_release_notes: true
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
files: |
Expand Down
7 changes: 3 additions & 4 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## 🌈ChangeLog 2024.10.20 🤯
## 🌈ChangeLog 2024.11.03 🤯
by @XTxiaoting14332
修复Windows下stderr页面无法显示的问题
修复无法删除Bot配置文件的问题
控制台滚动时间缩短为5s
修复Windows下插件管理页面爆炸的bug
env编辑页面图标颜色改成白色
5 changes: 2 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
修复Windows下stderr页面无法显示的问题
修复无法删除Bot配置文件的问题
控制台滚动时间缩短为5s
修复Windows下插件管理页面爆炸的bug
env编辑页面图标颜色改成白色
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+fix3';
MainApp.version = 'v1.1.1+fix4';
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+fix3
version: 1.1.1+fix4
environment:
sdk: '>=3.3.1 <4.0.0'

Expand Down

0 comments on commit 78ff54f

Please sign in to comment.