Skip to content

Commit

Permalink
Closed version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Nov 3, 2024
1 parent 80b7374 commit 19e75d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Version history

## Version 1.9.0 (2024-11-03)

New features:

- Replaced MediaPlayer with media3 player (ExoPlayer), which should perform better with OGG files (#162) (#130) (#28)

- Added support for MediaService and MediaSession (better integrates in Android media management)

- Improved Android player notification handling

Bug fixes:

- Fixed missing Ukrainian language configuration (language available but not selectable)

- Translated modal dialogs OK/Cancel buttons, "Test result" filename pattern, "None" date/time format option (#164)

## Version 1.8.0 (2024-10-15)

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 1008000
versionName "1.8.0"
versionCode 1009000
versionName "1.9.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 19e75d5

Please sign in to comment.