Skip to content

Commit bf9b314

Browse files
committedJan 20, 2024
2.10.9
1 parent d741f05 commit bf9b314

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.perflyst.twire"
1212
minSdk 21
1313
targetSdk 34
14-
versionCode 532
15-
versionName "2.10.8"
14+
versionCode 533
15+
versionName "2.10.9"
1616

1717
vectorDrawables.useSupportLibrary true
1818

‎app/src/main/res/values/strings.xml

+8-14
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,14 @@
323323

324324
<!-- 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. -->
325325
<string-array name="changelog_lines">
326+
<item>V 2.10.9</item>
327+
<item>F Fix empty "My Streams" page</item>
328+
<item>F Get followers from new Twitch API</item>
329+
<item>C Remove viewer count from channel page</item>
330+
<item>A Allow the minute and second pickers to wrap around</item>
331+
<item>F Make the chat status bar hide completely</item>
332+
<item>F Fix stream title color</item>
333+
326334
<item>V 2.10.8</item>
327335
<item>A Add rudimentary emote autocomplete.</item>
328336
<item>F Video comments should load without needing to reconnect.</item>
@@ -456,19 +464,5 @@
456464
<item>C Update French, German, Italian and Spanish translations.</item>
457465
<item>F Fix the changelog button not changing according to the theme.</item>
458466
<item>F Fix the theme preview color for True night.</item>
459-
460-
<item>V 2.9.0</item>
461-
<item>A New setting to enable/disable filtering of the top streams by language.</item>
462-
<item>A Handle stream and VOD URLs.</item>
463-
<item>A Messages that mention you will now be highlighted.</item>
464-
<item>A Changelog will be displayed on each new version.</item>
465-
<item>C Attempt to remove ads from streams.</item>
466-
<item>F Fix login token not being validated correctly. Twire will properly warn you if you need to log in again.</item>
467-
<item>F Fix the stream rewinding when opening the app from Picture in Picture mode.</item>
468-
<item>F Fix the chat being the wrong size when opening the app from Picture in Picture mode.</item>
469-
<item>F Fix emotes not being parsed correctly on your own messages.</item>
470-
<item>F Fix thumbnails not displaying correctly before Android 5.0.</item>
471-
<item>F Fix some controls being hidden on Night and True night themes.</item>
472-
<item>C Use semantic versioning again.</item>
473467
</string-array>
474468
</resources>

0 commit comments

Comments
 (0)
Please sign in to comment.