diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 601eb5a..f52569b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: | diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 75bffd6..f05f8ed 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,5 +1,4 @@ -## 🌈ChangeLog 2024.10.20 🤯 +## 🌈ChangeLog 2024.11.03 🤯 by @XTxiaoting14332 -修复Windows下stderr页面无法显示的问题 -修复无法删除Bot配置文件的问题 -控制台滚动时间缩短为5s \ No newline at end of file +修复Windows下插件管理页面爆炸的bug +env编辑页面图标颜色改成白色 \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 47e41f0..e47a15a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,2 @@ -修复Windows下stderr页面无法显示的问题 -修复无法删除Bot配置文件的问题 -控制台滚动时间缩短为5s \ No newline at end of file +修复Windows下插件管理页面爆炸的bug +env编辑页面图标颜色改成白色 \ No newline at end of file diff --git a/lib/main.dart b/lib/main.dart index d85b025..5d25f8b 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+fix3'; + MainApp.version = 'v1.1.1+fix4'; FlutterError.onError = (FlutterErrorDetails details) async { DateTime now = DateTime.now(); String timestamp = now.toIso8601String(); diff --git a/pubspec.yaml b/pubspec.yaml index 7680ba8..7691bfc 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+fix3 +version: 1.1.1+fix4 environment: sdk: '>=3.3.1 <4.0.0'