Skip to content

Commit

Permalink
🎉 Release v1.4.5+93 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Sep 18, 2023
1 parent 0b6980c commit 711ef56
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: ".release_tool/app-arm64-v8a-release.apk,.release_tool/Mercurius for Windows.zip"
name: "🎉 Release v1.4.4+92 🎉"
tag: "v1.4.4+92"
name: "🎉 Release v1.4.5+93 🎉"
tag: "v1.4.5+93"
bodyFile: ".release_tool/body.md"
skipIfReleaseExists: true
token: ${{ secrets.WAREHOUSE_TOKEN }}
Binary file modified .release_tool/Mercurius for Windows.zip
Binary file not shown.
Binary file modified .release_tool/app-arm64-v8a-release.apk
Binary file not shown.
20 changes: 14 additions & 6 deletions .release_tool/body.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
### **Latest Version**

[v1.4.4+92](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.4.4+92)
[v1.4.5+93](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.4.5+93)

### **What's Updated**

> 📖Revise & 🔧Fix issue
>
> 1. 📖Update packages
> 2. 📖Add `based_list` package instead `mercurius_list_*.dart`
> 3. 📖Format `AndroidManifest.xml`
> 4. 📖Remove most of `printLog`
> 5. 🔧Shrink the height of `TagSelectorWidget`
> 2. 📖Add `SafeArea` to `MorePage`
> 3. 📖Improve translation of zh_CN
> 4. 📖Disable search button
> 5. 📖Remove app bar of `more` page
> 6. 📖Improve the gap of floating buttons in `release` page
> 7. 🔧Add `heroTag` to floating buttons
> 8. 📖Use `AboutSection` instead of `about` dialog
> 9. 📖Use material 3 design with `NavigationBar`
> 10. 📖Rename `MercuriusFadeShimmerWidget` to `BasedShimmer`
> 11. 📖Remove `trailingIcon` of diary section
> 12. 📖Simplify the logic of `MercuriusDoubleBackWidget`
> 13. 📖Use `SegmentedButton` instead `TextButton`s in theme selector
### **Changelog**

> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.3+91...v1.4.4+92)
> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.4+92...v1.4.5+93)
> For further changelog, check the [Github Releases Page](https://github.com/Cierra-Runis/mercurius/releases)
### **Breaking Changes**
Expand Down

0 comments on commit 711ef56

Please sign in to comment.