Skip to content

Commit

Permalink
Closed version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Mar 19, 2024
1 parent 7755a1b commit 995b740
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version history

## Version 1.7.1 (2024-03-19)

New features:

- New language supported: Chinese simplified (thanks to @HuangSmith)
- New filename template to support ColorOS call recorder
- New filename placeholder `{date:year2}` to parse 2 digits years (no century)

Bug fixes:

- Fixed home page "pull to refresh" translation

## Version 1.7.0 (2024-03-17)

New features:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 001007000
versionName "1.7.0"
versionCode 001007001
versionName "1.7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 995b740

Please sign in to comment.