Skip to content

Commit

Permalink
Release version 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Dec 21, 2023
1 parent 453186c commit e38a077
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
compileSdk 34
minSdkVersion 26
targetSdkVersion 34
versionCode 68
versionName "8.3.2"
versionCode 69
versionName "8.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/raw-en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 8.4.0
* Switched from exoplayer to new media 3 library
* Fixed crash on app start if an sd card with downloaded shows had been removed
* Prepared Zapp for Android 14
* Translated FAQ and changelog to English (thanks to eUgEntOptIc)
* Program information can be accessed via the channel list's context menus
* Updated channel logos
* Added Funk.net to mediathek
* Added SR to mediathek

# 8.3.2
* Fixed download notifications not opening the show
* Fixed wrong tab displayed after device rotation
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v-next
# 8.4.0
* Von Exoplayer auf neue Media-3-Bibliothek umgestiegen
* Absturz beim Starten von Zapp behoben, wenn vorher eine SD-Karte mit Downloads entfernt wurde
* Zapp auf Android 14 vorbereitet
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/de/changelogs/69.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* Von Exoplayer auf neue Media-3-Bibliothek umgestiegen
* Absturz beim Starten von Zapp behoben, wenn vorher eine SD-Karte mit Downloads entfernt wurde
* Zapp auf Android 14 vorbereitet
* FAQ und Changelog ins Englische übersetzt (danke an eUgEntOptIc)
* Programm-Informationen sind per Kontext-Menüs der Sender-Liste aufrufbar
* Sender-Logos aktualisiert
* Sender Funk.net zur Mediathek hinzugefügt
* Sender SR zur Mediathek hinzugefügt
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/69.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* Switched from exoplayer to new media 3 library
* Fixed crash on app start if an sd card with downloaded shows had been removed
* Prepared Zapp for Android 14
* Translated FAQ and changelog to English (thanks to eUgEntOptIc)
* Program information can be accessed via the channel list's context menus
* Updated channel logos
* Added Funk.net to mediathek
* Added SR to mediathek

0 comments on commit e38a077

Please sign in to comment.