Skip to content

Commit

Permalink
chore: Bump version to 1.7.0+17
Browse files Browse the repository at this point in the history
- add compact UI on habits page
- add a slider to adjust the habits check area radio.
  • Loading branch information
FriesI23 committed Jul 5, 2023
1 parent 560db49 commit 0d349bc
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 1.7.0+17

- add compact UI on habits page
- add a slider to adjust the habits check area radio

## 1.6.0+16

- add custom datetime format picker
Expand Down
9 changes: 7 additions & 2 deletions docs/CHANGELOG/zh.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# 更新日志

## 1.7.0+17

- 在习惯页面上添加紧凑型用户界面
- 添加滑块来调整习惯勾选区域的占比

## 1.6.0+16

- 添加自定义日期时间格式选择弹窗
- 修复创建日期图标的错误使用的问题

## 1.5.1+15

- 修复FAB按钮与习惯重叠的问题
- 修复 FAB 按钮与习惯重叠的问题

## 1.5.0+14

Expand Down Expand Up @@ -37,7 +42,7 @@
- 修改 `launchUrl` 模式为外部应用程序
- 升级 `flutter_donation_buttons` 至 0.2.7
- 修改导出习惯使其根据手动排序导出
- 添加自动生成变更日志的Python脚本
- 添加自动生成变更日志的 Python 脚本

## 1.3.0+8

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- add compact UI on habits page
- add a slider to adjust the habits check area radio
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- 修复FAB按钮与习惯重叠的问题
- 修复 FAB 按钮与习惯重叠的问题
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 在习惯页面上添加紧凑型用户界面
- 添加滑块来调整习惯勾选区域的占比
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/changelogs/9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- 修改 `launchUrl` 模式为外部应用程序
- 升级 `flutter_donation_buttons` 至 0.2.7
- 修改导出习惯使其根据手动排序导出
- 添加自动生成变更日志的Python脚本
- 添加自动生成变更日志的 Python 脚本
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.6.0+16
version: 1.7.0+17

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

0 comments on commit 0d349bc

Please sign in to comment.