Skip to content

Commit

Permalink
Closed version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Aug 22, 2023
1 parent ea0979b commit 826c45c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 0.0.4 (2023-08-23)

- fixed native Android plugin to deeply speed up recordings directory read (now more than 100x faster)
- new recordings database cache, to avoid parsing the same files over and over, gives blazing fast access to recordings list (tested with 1000+ recordings & json files)
- added loading animation to recordings list
- recordings list is now disabled while refreshing database

## Version 0.0.3 (2023-08-18)

- New "delete recordings" feature
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.0.3"
versionName "0.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bcrgui",
"version": "0.0.3",
"version": "0.0.4",
"author": "Claudio Nicora",
"homepage": "https://github.com/nicorac/bcr-gui",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
// NOTE: remember to change version number in Android apk too:
// android\app\build.gradle --> versionName
"appName": "BCR-GUI",
"version": "0.0.3",
"version": "0.0.4",
"copyright": "Claudio Nicora (nicorac) 2023",
"website": "https://coolsoft.altervista.org",
"sources": "https://github.com/nicorac/bcr-gui"
Expand Down

0 comments on commit 826c45c

Please sign in to comment.