Skip to content

Commit

Permalink
🎉 Release v1.4.0+88 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Aug 14, 2023
1 parent 6c859f3 commit 5a5aea7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 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.3.9+87 🎉"
tag: "v1.3.9+87"
name: "🎉 Release v1.4.0+88 🎉"
tag: "v1.4.0+88"
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.
29 changes: 16 additions & 13 deletions .release_tool/body.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
### **Latest Version - 最新版本 - 最新バージョン**

[v1.3.9+87](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.3.9+87)
[v1.4.0+88](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.4.0+88)

### **What's Updated - 更新内容 - 更新内容**

> Revise📖
> Revise 📖 & Features 🌍
>
> 1. 📖Tree shake fonts to reduce app size
> 2. 📖Update some package
> 1. 🌍Title searching [#13](https://github.com/Cierra-Runis/mercurius/issues/13)
> 2. 📖Improve paragraph spacing
> 3. 📖Update some package
> 修改 📖
> 修改 📖 & 添加功能 🌍
>
> 1. 📖 Tree shake 了字体以减小应用体积
> 2. 📖 升级了部分包
> 1. 🌍 标题搜索 [#13](https://github.com/Cierra-Runis/mercurius/issues/13)
> 1. 📖 改进了段落间距
> 1. 📖 升级了部分包
> 変更 📖
> 変更 📖 & 機能追加 🌍
>
> 1. 📖 ツリーシェイクフォントでアプリのサイズを削減
> 2. 📖 いくつかのパッケージを更新する
> 1. 🌍 タイトル検索 [#13](https://github.com/Cierra-Runis/mercurius/issues/13)
> 2. 📖 段落間隔を改善する
> 3. 📖 いくつかのパッケージを更新する
### **Changelog - 历史更新 - 更新歴史**

> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.3.8+84...v1.3.9+87)
> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.3.9+87...v1.4.0+88)
> For further changelog, check the [Github Releases Page](https://github.com/Cierra-Runis/mercurius/releases)
> [和前一版本比较](https://github.com/Cierra-Runis/mercurius/compare/v1.3.8+84...v1.3.9+87)
> [和前一版本比较](https://github.com/Cierra-Runis/mercurius/compare/v1.3.9+87...v1.4.0+88)
> 有关先前的更新见 [Github Releases 页面](https://github.com/Cierra-Runis/mercurius/releases)
> [前バージョンとの比較](https://github.com/Cierra-Runis/mercurius/compare/v1.3.8+84...v1.3.9+87)
> [前バージョンとの比較](https://github.com/Cierra-Runis/mercurius/compare/v1.3.9+87...v1.4.0+88)
> 以前の更新については [Github リリースページ](https://github.com/Cierra-Runis/mercurius/releases) を参照してください
### **Breaking Changes - 破坏性更新 - 破壊的更新**
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: For mercurius.

publish_to: "none"

version: 1.3.9+87
version: 1.4.0+88

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 5a5aea7

Please sign in to comment.