Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Dec 1, 2023
1 parent 8318202 commit 6d6ed66
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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')
Expand Down
14 changes: 14 additions & 0 deletions changelog/v1.5.4+534.md
Original file line number Diff line number Diff line change
@@ -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

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: 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'
Expand Down

0 comments on commit 6d6ed66

Please sign in to comment.