Skip to content

Commit

Permalink
2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Jul 27, 2022
1 parent fc1d558 commit 039449a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,17 @@

<!-- The first letter of each line of the changelog denotes if it's about a new Version, Addition, Fix or Change and should not be translated. -->
<string-array name="changelog_lines">
<item>V 2.10.4</item>
<item>F Fix crash on devices not running Android Oreo.</item>
<item>C Don\'t go into PIP mode when paused.</item>
<item>C Don\'t keep screen on when there is nothing to play.</item>
<item>C Remove login requirement for startup pages.</item>
<item>F Fix chat only mode crashing.</item>
<item>F Fix crash when a followed streamer couldn\'t be found.</item>
<item>F Fix chat width being displayed incorrectly in settings.</item>
<item>F Fix exception when fetching follows.</item>
<item>C Update Korean, French, Italian, Polish, German, Chinese (Simplified), Czech, and Norwegian Bokmål translations.</item>

<item>V 2.10.3</item>
<item>A Add low latency support.</item>
<item>C Make landscape chat visible by default.</item>
Expand Down

0 comments on commit 039449a

Please sign in to comment.