Skip to content

Commit

Permalink
Closed version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed May 28, 2024
1 parent c905427 commit f708af9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 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.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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

<img src="docs/images/screenshot-main.jpg?nocache=1">

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 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.
Expand Down

0 comments on commit f708af9

Please sign in to comment.