Skip to content

Commit

Permalink
2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed May 21, 2023
1 parent 346fd6c commit 2782274
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -10,8 +10,8 @@ android {
applicationId "com.perflyst.twire"
minSdkVersion 16
targetSdkVersion 33
versionCode 530
versionName "2.10.6"
versionCode 531
versionName "2.10.7"

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

<!-- 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.7</item>
<item>F Fix VOD chat only displaying one page of comments.</item>
<item>A Add chat notifications (subs, gifts, etc).</item>
<item>F Fix pagination not resetting in some results.</item>
<item>F Fix missing pagination in some results.</item>
<item>F Fix starting a new VOD when already watching one.</item>
<item>C Make chat messages not text selectable to improve performance. Text can be selected after clicking on the message.</item>
<item>F Fix messages not displaying if badges were broken.</item>

<item>V 2.10.6</item>
<item>F Fix streams and VODs not playing.</item>
<item>A Open chat from channel profile.</item>
Expand Down

0 comments on commit 2782274

Please sign in to comment.