Skip to content

Commit

Permalink
🎉 Release v1.4.4+92 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Sep 15, 2023
1 parent df31950 commit da175c7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 33 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.3+91 🎉"
tag: "v1.4.3+91"
name: "🎉 Release v1.4.4+92 🎉"
tag: "v1.4.4+92"
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.
42 changes: 12 additions & 30 deletions .release_tool/body.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,24 @@
### **Latest Version - 最新版本 - 最新バージョン**
### **Latest Version**

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

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

> Feature🌍
> 📖Revise & 🔧Fix issue
>
> 1. 🌍Add new feature "This Day Last Year" [#15](https://github.com/Cierra-Runis/mercurius/issues/15)
> 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`
> 添加功能 🌍
>
> 1. 🌍 添加“去年今日”功能 [#15](https://github.com/Cierra-Runis/mercurius/issues/15)
> 機能追加 🌍
>
> 1. 🌍『去年の今日』機能追加 [#15](https://github.com/Cierra-Runis/mercurius/issues/15)
### **Changelog**

### **Changelog - 历史更新 - 更新歴史**

> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.2+90...v1.4.3+91)
> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.3+91...v1.4.4+92)
> For further changelog, check the [Github Releases Page](https://github.com/Cierra-Runis/mercurius/releases)
> [和前一版本比较](https://github.com/Cierra-Runis/mercurius/compare/v1.4.2+90...v1.4.3+91)
> 有关先前的更新见 [Github Releases 页面](https://github.com/Cierra-Runis/mercurius/releases)
> [前バージョンとの比較](https://github.com/Cierra-Runis/mercurius/compare/v1.4.2+90...v1.4.3+91)
> 以前の更新については [Github リリースページ](https://github.com/Cierra-Runis/mercurius/releases) を参照してください
### **Breaking Changes - 破坏性更新 - 破壊的更新**
### **Breaking Changes**

> - [v1.3.3+79](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.3.3+79)
>
> - Modified the picture reading method, please re-insert in the diary, the image in the gallery will not disappear
> - [v1.3.3+79](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.3.3+79)
>
> - 修改了图片读取方式,请在日记内重新插入,图片库内的图片不会消失
> - [v1.3.3+79](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.3.3+79)
>
> - 画像の読み込み方法を修正しました。日記に再挿入してください。画廊の画像は消えません
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.3+91
version: 1.4.4+92

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

0 comments on commit da175c7

Please sign in to comment.