diff --git a/app/build.gradle b/app/build.gradle index cfe9cdf1..451d0545 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.perflyst.twire" minSdkVersion 16 targetSdkVersion 32 - versionCode 527 - versionName "2.10.3" + versionCode 528 + versionName "2.10.4" multiDexEnabled true vectorDrawables.useSupportLibrary true diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3d6da6ca..4432a9b8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -313,6 +313,17 @@ + V 2.10.4 + F Fix crash on devices not running Android Oreo. + C Don\'t go into PIP mode when paused. + C Don\'t keep screen on when there is nothing to play. + C Remove login requirement for startup pages. + F Fix chat only mode crashing. + F Fix crash when a followed streamer couldn\'t be found. + F Fix chat width being displayed incorrectly in settings. + F Fix exception when fetching follows. + C Update Korean, French, Italian, Polish, German, Chinese (Simplified), Czech, and Norwegian Bokmål translations. + V 2.10.3 A Add low latency support. C Make landscape chat visible by default.