Skip to content

Commit

Permalink
chore: Bump version to 1.8.1+20
Browse files Browse the repository at this point in the history
- Show Memo on Habit detail page
- Support Markdown formatter on Habit memo
- Fixed positive habit's daily goal set to 0 problem in edit page
- Fixed unable to switch habitType when editting exsit habit
  • Loading branch information
FriesI23 committed Jul 20, 2023
1 parent e9938ef commit ba628e1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[中文](./docs/CHANGELOG/zh.md)

## 1.8.1+20

- Show Memo on Habit detail page
- Support Markdown formatter on Habit memo
- Fixed positive habit's daily goal set to 0 problem in edit page
- Fixed unable to switch habitType when editting exsit habit

## 1.8.0+19

- Add negative habit
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG/zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

## 1.8.1+20

- 在习惯详情页面显示备忘录
- 支持在习惯备忘录中使用Markdown格式
- 修复编辑页面中正向习惯目标设为0的问题
- 修复编辑已存在习惯时不能切换habitType的问题

## 1.8.0+19

- 添加负面习惯
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Show Memo on Habit detail page
- Support Markdown formatter on Habit memo
- Fixed positive habit's daily goal set to 0 problem in edit page
- Fixed unable to switch habitType when editting exsit habit
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 在习惯详情页面显示备忘录
- 支持在习惯备忘录中使用Markdown格式
- 修复编辑页面中正向习惯目标设为0的问题
- 修复编辑已存在习惯时不能切换habitType的问题
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.8.0+19
version: 1.8.1+20

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

0 comments on commit ba628e1

Please sign in to comment.