Skip to content

Commit

Permalink
2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Jan 19, 2022
1 parent 22e83d9 commit 8043c8b
Show file tree
Hide file tree
Showing 2 changed files with 12 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 31
versionCode 524
versionName "2.10.0"
versionCode 525
versionName "2.10.1"

multiDexEnabled true
vectorDrawables.useSupportLibrary true
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,16 @@

<!-- 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.1</item>
<item>A Add 7TV emotes</item>
<item>A Add skip silence feature</item>
<item>F Fix recent emotes crash and support emote themes</item>
<item>A Add source quality for VODs</item>
<item>F Fix room state icons not showing correctly</item>
<item>F Fix crash when chat room state changes</item>
<item>F Fix preview image scaling</item>
<item>C Update Hungarian, French, Portuguese (Brazil), Turkish, Basque, Esperanto, Italian, Polish, German, Russian and Chinese (Simplified) translations</item>

<item>V 2.10.0</item>
<item>A Add playback speed control.</item>
<item>A Add SSL connection to chat.</item>
Expand Down

0 comments on commit 8043c8b

Please sign in to comment.