Skip to content

Commit 0d349bc

Browse files
committed
chore: Bump version to 1.7.0+17
- add compact UI on habits page - add a slider to adjust the habits check area radio.
1 parent 560db49 commit 0d349bc

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 1.7.0+17
6+
7+
- add compact UI on habits page
8+
- add a slider to adjust the habits check area radio
9+
510
## 1.6.0+16
611

712
- add custom datetime format picker

docs/CHANGELOG/zh.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# 更新日志
22

3+
## 1.7.0+17
4+
5+
- 在习惯页面上添加紧凑型用户界面
6+
- 添加滑块来调整习惯勾选区域的占比
7+
38
## 1.6.0+16
49

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

813
## 1.5.1+15
914

10-
- 修复FAB按钮与习惯重叠的问题
15+
- 修复 FAB 按钮与习惯重叠的问题
1116

1217
## 1.5.0+14
1318

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

4247
## 1.3.0+8
4348

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- add compact UI on habits page
2+
- add a slider to adjust the habits check area radio
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- 修复FAB按钮与习惯重叠的问题
1+
- 修复 FAB 按钮与习惯重叠的问题
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 在习惯页面上添加紧凑型用户界面
2+
- 添加滑块来调整习惯勾选区域的占比

fastlane/metadata/android/zh-CN/changelogs/9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- 修改 `launchUrl` 模式为外部应用程序
33
- 升级 `flutter_donation_buttons` 至 0.2.7
44
- 修改导出习惯使其根据手动排序导出
5-
- 添加自动生成变更日志的Python脚本
5+
- 添加自动生成变更日志的 Python 脚本

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
2020
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
2121
# In Windows, build-name is used as the major, minor, and patch parts
2222
# of the product and file versions while build-number is used as the build suffix.
23-
version: 1.6.0+16
23+
version: 1.7.0+17
2424

2525
environment:
2626
sdk: ">=2.18.6 <3.0.0"

0 commit comments

Comments
 (0)