From afe7e349ff3d11f665161aee8a60b614c6dbd02a Mon Sep 17 00:00:00 2001 From: Claudio Nicora Date: Mon, 14 Oct 2024 23:56:33 +0200 Subject: [PATCH] Closed version 1.8.0 --- CHANGELOG.md | 10 ++++++++-- android/app/build.gradle | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2908c1c..8a35ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/android/app/build.gradle b/android/app/build.gradle index 5c9685e..15d5cab 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 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.