Skip to content

Commit

Permalink
Bump 1.7.2+547
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Nov 2, 2024
1 parent 95a85b4 commit a5e81b0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
25 changes: 25 additions & 0 deletions changelog/v1.7.2+547.md
Original file line number Diff line number Diff line change
@@ -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

---
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a5e81b0

Please sign in to comment.