Skip to content

Commit 995b740

Browse files
committed
Closed version 1.7.1
1 parent 7755a1b commit 995b740

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Version history
22

3+
## Version 1.7.1 (2024-03-19)
4+
5+
New features:
6+
7+
- New language supported: Chinese simplified (thanks to @HuangSmith)
8+
- New filename template to support ColorOS call recorder
9+
- New filename placeholder `{date:year2}` to parse 2 digits years (no century)
10+
11+
Bug fixes:
12+
13+
- Fixed home page "pull to refresh" translation
14+
315
## Version 1.7.0 (2024-03-17)
416

517
New features:

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
targetSdkVersion rootProject.ext.targetSdkVersion
3030
// version parts: M = Major, m = minor, b = build
3131
// -------- MMMmmmbbb
32-
versionCode 001007000
33-
versionName "1.7.0"
32+
versionCode 001007001
33+
versionName "1.7.1"
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
aaptOptions {
3636
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

0 commit comments

Comments
 (0)