Skip to content

Commit

Permalink
Closed version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Oct 14, 2024
1 parent b00cf7b commit afe7e34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Version history

## Version 1.7.xx (2024-xx-xx)
## Version 1.8.0 (2024-10-15)

New features:

- BCR-GUI can now be selected as default player for BCR recordings \
(just press `OPEN` button in BCR notification that appears when recording completes)

Bug fixes:
- Recordings can now be played through earpiece (using proximity sensor)

- Converted Web application to Angular signals & standalone components (to improve reactivity and efficiency)

- Updated French and Czech translations

Bug fixes:

- Recording duration is not updated to DB when its read by the audio player instead of metadata file

## Version 1.7.9 (2024-08-27)

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 1007009
versionName "1.7.9"
versionCode 1008000
versionName "1.8.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 afe7e34

Please sign in to comment.