From 6d6ed66ceb98a021603f47c6236031e7a58879f9 Mon Sep 17 00:00:00 2001 From: 3003h Date: Fri, 1 Dec 2023 10:53:39 +0800 Subject: [PATCH] bump version --- .github/workflows/release.yml | 15 ++++++++------- changelog/v1.5.4+534.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 changelog/v1.5.4+534.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52fb7a2e4..7d21b1f72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,12 +53,12 @@ jobs: flutter_channel: stable artifact_name: release-mac artifact_path: build/macos/FEhViewer*.zip - - target: windows - os: windows-latest - flutter_version: 3.16 - flutter_channel: stable - artifact_name: release-windows - artifact_path: build/windows/FEhViewer*.zip +# - target: windows +# os: windows-latest +# flutter_version: 3.16 +# flutter_channel: stable +# artifact_name: release-windows +# artifact_path: build/windows/FEhViewer*.zip runs-on: ${{ matrix.os }} steps: @@ -263,7 +263,8 @@ jobs: - name: Upload to release uses: ncipollo/release-action@v1 with: - artifacts: "/tmp/artifacts/release-apk/*.apk,/tmp/artifacts/release-ios*/*.ipa,/tmp/artifacts/release-mac/*.zip,/tmp/artifacts/release-windows/*.zip" +# artifacts: "/tmp/artifacts/release-apk/*.apk,/tmp/artifacts/release-ios*/*.ipa,/tmp/artifacts/release-mac/*.zip,/tmp/artifacts/release-windows/*.zip" + artifacts: "/tmp/artifacts/release-apk/*.apk,/tmp/artifacts/release-ios*/*.ipa,/tmp/artifacts/release-mac/*.zip" tag: ${{ github.ref_name }} bodyFile: changelog/v${{ env.app_version }}.md prerelease: contains(github.ref, 'pre') diff --git a/changelog/v1.5.4+534.md b/changelog/v1.5.4+534.md new file mode 100644 index 000000000..a45b8c7ff --- /dev/null +++ b/changelog/v1.5.4+534.md @@ -0,0 +1,14 @@ +## 🐛 修正 + +- 恢复丢失的平板布局设置项 #310 +- 修复主页标签页排序问题 #304 +- 修复分组设置部分设置项无法保存 #309 + +--- + +## 🐛 Fixes + +- Restore lost tablet layout settings #310 +- Fix an issue with homepage tab sorting #304 +- Fix an issue in group settings where some advanced settings cannot be saved #309 + diff --git a/pubspec.yaml b/pubspec.yaml index 4653c9a37..63cf8491e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fehviewer description: An unofficial e-hentai app publish_to: 'none' -version: 1.5.3+533 +version: 1.5.4+534 environment: sdk: '>=3.0.0 <4.0.0'