Skip to content

Commit

Permalink
Closed version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Sep 15, 2023
1 parent 1516d20 commit e4d6ba7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Version history

## Version 0.0.11 (2023-09-15)

New features:

- Application now also sets _Android navigation bar_ background color to match with theme

Bug fixes:

- Background color of Android status bar was not set correctly (always dark)

## Version 0.0.10 (2023-09-10)

- Dark mode not applied when "Appearance = System preference"
New features:

- App now starts "Dark" as default, to avoid startup "Light" flashing

Bug fixes:

- Dark mode not applied when "Appearance = System preference"

## 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 10
versionName "0.0.10"
versionCode 11
versionName "0.0.11"
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.10",
"version": "0.0.0",
"author": "Claudio Nicora",
"homepage": "https://github.com/nicorac/bcr-gui",
"scripts": {
Expand Down

0 comments on commit e4d6ba7

Please sign in to comment.