diff --git a/CHANGELOG.md b/CHANGELOG.md index 14850e1..5330fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Version history +## Version 1.7.5 (2024-05-29) + +New features: + +- New filename template to support LineageOS call recorder (thanks to @loziniak) + +Bug fixes: + +- Improved item selection/deselection in multiselect mode (avoid checkbox click to prevent selection change) + ## Version 1.7.4 (2024-04-27) Bug fixes: diff --git a/README.md b/README.md index 980fe1c..048b372 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ BCR-GUI is a _companion app_ for the great [BCR](https://github.com/chenxiaolong It also supports other recording applications: - [BCR - Basic Call Recorder](https://github.com/chenxiaolong/BCR) - - [GrapheneOS](https://grapheneos.org/) Call Recorder (see [here](https://github.com/nicorac/bcr-gui/issues/30)) - +- [ColorOS](https://www.oppo.com/en/coloros12/) Call Recorder (see [here](https://github.com/nicorac/bcr-gui/issues/100)) - Huawei Call Recorder (see [here](https://github.com/nicorac/bcr-gui/issues/44)) +- [LineageOS](https://lineageos.org/) Call Recorder (see [here](https://github.com/nicorac/bcr-gui/issues/121)) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7d82bde..27478a2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -29,8 +29,8 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion // version parts: M = Major, m = minor, b = build // -------- MMMmmmbbb - versionCode 001007004 - versionName "1.7.4" + versionCode 001007005 + versionName "1.7.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.