Skip to content

Commit

Permalink
Closed version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Sep 10, 2023
1 parent 47191fa commit 26b491b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version history

## Version 0.0.10 (2023-09-10)

- Dark mode not applied when "Appearance = System preference"
- App now starts "Dark" as default, to avoid startup "Light" flashing

## Version 0.0.9 (2023-09-08)

- New settings to customize date and time format
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.github.nicorac.bcrgui"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionName "0.0.9"
versionCode 10
versionName "0.0.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9",
"version": "0.0.10",
"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 + versionCode
"appName": "BCR-GUI",
"version": "0.0.9",
"version": "0.0.10",
"copyright": "Claudio Nicora (nicorac) 2023",
"website": "https://coolsoft.altervista.org",
"sources": "https://github.com/nicorac/bcr-gui"
Expand Down

0 comments on commit 26b491b

Please sign in to comment.