diff --git a/app/build.gradle b/app/build.gradle index d99ae6ea..98d973a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.perflyst.twire" minSdk 21 targetSdk 34 - versionCode 532 - versionName "2.10.8" + versionCode 533 + versionName "2.10.9" vectorDrawables.useSupportLibrary true diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0a6bf630..6525e904 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -323,6 +323,14 @@ + V 2.10.9 + F Fix empty "My Streams" page + F Get followers from new Twitch API + C Remove viewer count from channel page + A Allow the minute and second pickers to wrap around + F Make the chat status bar hide completely + F Fix stream title color + V 2.10.8 A Add rudimentary emote autocomplete. F Video comments should load without needing to reconnect. @@ -456,19 +464,5 @@ C Update French, German, Italian and Spanish translations. F Fix the changelog button not changing according to the theme. F Fix the theme preview color for True night. - - V 2.9.0 - A New setting to enable/disable filtering of the top streams by language. - A Handle stream and VOD URLs. - A Messages that mention you will now be highlighted. - A Changelog will be displayed on each new version. - C Attempt to remove ads from streams. - F Fix login token not being validated correctly. Twire will properly warn you if you need to log in again. - F Fix the stream rewinding when opening the app from Picture in Picture mode. - F Fix the chat being the wrong size when opening the app from Picture in Picture mode. - F Fix emotes not being parsed correctly on your own messages. - F Fix thumbnails not displaying correctly before Android 5.0. - F Fix some controls being hidden on Night and True night themes. - C Use semantic versioning again.