Skip to content

Commit

Permalink
🎉 Release v1.4.2+90 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Sep 3, 2023
1 parent c27fae5 commit e74b37e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 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.1+89 🎉"
tag: "v1.4.1+89"
name: "🎉 Release v1.4.2+90 🎉"
tag: "v1.4.2+90"
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.
38 changes: 22 additions & 16 deletions .release_tool/body.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
### **Latest Version - 最新版本 - 最新バージョン**

[v1.4.1+89](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.4.1+89)
[v1.4.2+90](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.4.2+90)

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

> Revise 📖
> Revise📖& Feature🌍
>
> 1. 📖Updates SDK version to Flutter 3.13
> 2. 📖Improve multi-language
> 3. 📖Update some package
> 1. 📖Search is temporarily unavailable
> 2. 📖Remove some unused package
> 3. 📖Redesign gallery card widget
> 4. 📖Remove vibration setting
> 5. 🌍You can now go back to the top by clicking on the title
> 修改 📖
> 修改 📖& 添加功能 🌍
>
> 1. 📖 升级 SDK 版本至 Flutter 3.13
> 1. 📖 改进了多语言
> 1. 📖 升级了部分包
> 1. 📖 搜索功能暂时关闭
> 2. 📖 删除未使用的依赖包
> 3. 📖 重新设计了图片库卡片样式
> 4. 📖 移除了振动设置`
> 5. 🌍 现可通过点击标题回到最顶部
> 変更 📖
> 変更 📖& 機能追加 🌍
>
> 1. 📖 SDK バージョンを Flutter 3.13 に更新します
> 2. 📖 多言語の改善
> 3. 📖 いくつかのパッケージを更新する
> 1. 📖 検索は一時的に利用できません
> 2. 📖 未使用のパッケージを削除します
> 3. 📖 ギャラリーカードウィジェットの再設計
> 4. 📖 振動設定を削除する
> 5. 🌍 タイトルをクリックするとトップに戻れるようになりました
### **Changelog - 历史更新 - 更新歴史**

> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.0+88...v1.4.1+89)
> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.1+89...v1.4.2+90)
> For further changelog, check the [Github Releases Page](https://github.com/Cierra-Runis/mercurius/releases)
> [和前一版本比较](https://github.com/Cierra-Runis/mercurius/compare/v1.4.0+88...v1.4.1+89)
> [和前一版本比较](https://github.com/Cierra-Runis/mercurius/compare/v1.4.1+89...v1.4.2+90)
> 有关先前的更新见 [Github Releases 页面](https://github.com/Cierra-Runis/mercurius/releases)
> [前バージョンとの比較](https://github.com/Cierra-Runis/mercurius/compare/v1.4.0+88...v1.4.1+89)
> [前バージョンとの比較](https://github.com/Cierra-Runis/mercurius/compare/v1.4.1+89...v1.4.2+90)
> 以前の更新については [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.4.1+89
version: 1.4.2+90

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

0 comments on commit e74b37e

Please sign in to comment.