Skip to content

Commit

Permalink
update changelog, bump version to 1.11.454 because i messed up the ta…
Browse files Browse the repository at this point in the history
…gging for f-droid
  • Loading branch information
sreichholf committed Jan 26, 2023
1 parent 456fda0 commit 96af3a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ android {
buildToolsVersion project.BUILD_TOOLS_VERSION

defaultConfig {
versionCode 452
versionName="1.10.452"
versionCode 454
versionName="1.11.454"
minSdkVersion 17
targetSdkVersion 33
multiDexEnabled true
Expand Down
3 changes: 2 additions & 1 deletion app/res/raw-de/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 1.10.452
## 1.10.452 / 1.11.453
* FIX: Absturz beim Öffnen der virtuellen Fernbedienung auf Android <= 6 (SDK <= 23)
* FIX: Diverse Abstürze auf Mobil und TV Geräten wurden behoben
* FIX: Diverse kleinere Darstellungsprobleme
* FIX: Radio Modus (defekt in 1.10.452)
* UPD: Italienische und spanische Übersetzung aktualisiert
* UPD: Interne Änderungen wie die Verbindungsprofile gehandhabt werden (alte Profile werden automatisch migriert)

Expand Down
3 changes: 2 additions & 1 deletion app/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 1.10.452
## 1.10.452 / 1.11.453
* FIX: crashing VirtualRemote on Android 6.0 and older (SDK <= 23)
* FIX: a bunch of crashes on mobile and tv
* FIX: some theming/style issues
* FIX: Radio mode (broken in 1.10.452)
* UPD: italian and spanish translations
* UPD: Internal changes to how profiles are handled (old profiles will migrated automatically)

Expand Down

0 comments on commit 96af3a3

Please sign in to comment.