diff --git a/app/build.gradle b/app/build.gradle index 7d3480d0..24e2e723 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a3b1aa04..24736f7c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -323,6 +323,15 @@ + V 2.10.7 + F Fix VOD chat only displaying one page of comments. + A Add chat notifications (subs, gifts, etc). + F Fix pagination not resetting in some results. + F Fix missing pagination in some results. + F Fix starting a new VOD when already watching one. + C Make chat messages not text selectable to improve performance. Text can be selected after clicking on the message. + F Fix messages not displaying if badges were broken. + V 2.10.6 F Fix streams and VODs not playing. A Open chat from channel profile.