Skip to content

Commit

Permalink
🎉 Release v1.5.1+96 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Oct 14, 2023
1 parent d42ccc9 commit 5d92e21
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 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.5.0+95 🎉"
tag: "v1.5.0+95"
name: "🎉 Release v1.5.1+96 🎉"
tag: "v1.5.1+96"
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.
7 changes: 3 additions & 4 deletions .release_tool/body.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
### **Latest Version**

[v1.5.0+95](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.5.0+95)
[v1.5.1+96](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.5.1+96)

### **What's Updated**

> 📖Revise & 🌍Feature
> 📖Revise
>
> 1. 📖Update packages
> 2. 🌍You can add background image at Home Page now
### **Changelog**

> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.4.6+94...v1.5.0+95)
> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.5.0+95...v1.5.1+96)
> For further changelog, check the [Github Releases Page](https://github.com/Cierra-Runis/mercurius/releases)
### **Breaking Changes**
Expand Down
20 changes: 20 additions & 0 deletions lib/models/enum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,23 @@ enum DiaryWeatherType {
final String weather;
final QWeatherIcons qweatherIcons;
}

enum DiaryTagType {
accessTime(Icons.access_time_rounded),
accessTimeFilled(Icons.access_time_filled_rounded),
accessAlarm(Icons.access_alarm_rounded),
accountBalanceWallet(Icons.account_balance_wallet_rounded),
adUnits(Icons.ad_units_rounded),
assignment(Icons.assignment_outlined),
attractions(Icons.attractions_rounded),
audiotrack(Icons.audiotrack_rounded),
autoAwesome(Icons.auto_awesome_rounded),
badge(Icons.badge_rounded),
balance(Icons.balance_rounded),
bathtub(Icons.bathtub_rounded),
beachAccess(Icons.beach_access_rounded),
bed(Icons.bed_rounded);

const DiaryTagType(this.iconData);
final IconData iconData;
}
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.5.0+95
version: 1.5.1+96

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

0 comments on commit 5d92e21

Please sign in to comment.