Skip to content

Commit

Permalink
Closed version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Jan 26, 2024
1 parent 931deee commit c2a738e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version history

## Version 1.3.0 (2024-01-26)

New features:

- Added filename template for Huawei call recorder

Bug fixes:

- Fixed and improved performance of recordings list scrollbar

## Version 1.2.0 (2024-01-21)

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 001002000
versionName "1.2.0"
versionCode 001003000
versionName "1.3.0"
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 c2a738e

Please sign in to comment.