From a5e81b0d3e9b49653f8801a3bb62bfc4699b66a0 Mon Sep 17 00:00:00 2001 From: 3003h Date: Sat, 2 Nov 2024 13:36:06 +0800 Subject: [PATCH] Bump 1.7.2+547 --- .github/workflows/release.yml | 2 +- changelog/v1.7.2+547.md | 25 +++++++++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 changelog/v1.7.2+547.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8ed90f7b..2abc7d4f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -251,7 +251,7 @@ 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" + artifacts: "/tmp/artifacts/release-apk/*.apk,/tmp/artifacts/release-ios*/*.ipa,/tmp/artifacts/release-*/*.zip" tag: ${{ github.ref_name }} bodyFile: changelog/v${{ env.app_version }}.md prerelease: contains(github.ref, 'pre') diff --git a/changelog/v1.7.2+547.md b/changelog/v1.7.2+547.md new file mode 100644 index 000000000..4fdae50b2 --- /dev/null +++ b/changelog/v1.7.2+547.md @@ -0,0 +1,25 @@ +### ✨ 功能 + +- 添加实验性的阅读页设置项 + +### 🐞 Bug 修复 + +- 回退Flutter版本,修复部分 Android 设备的字重异常问题 +- 修复图片配额信息检测问题 +- 修复从已下载归档阅读画廊异常的问题 +- 修复某些情况下打开画廊异常的问题 + +--- + +### ✨ Features + +- Add experimental reading page settings + +### 🐞 Bug Fixes + +- Rollback Flutter version to fix font weight issues on some Android devices +- Fix image quota information detection issues +- Fix the problem of abnormal reading gallery from downloaded archives +- Fix the problem of abnormal opening of gallery in some cases + +--- \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c0dbf42e2..2dbe47575 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: eros_fe description: An unofficial e-hentai app publish_to: 'none' -version: 1.7.1+546 +version: 1.7.2+547 environment: sdk: '>=3.0.0 <4.0.0'