Skip to content

Commit 07740b2

Browse files
author
Chris Bellew
committed
Version update: 1.9.0b6.
1 parent 3ba2a66 commit 07740b2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Voice Control For Plex/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.atomjack.vcfp"
5-
android:versionCode="24"
6-
android:versionName="1.9.0b5" >
5+
android:versionCode="25"
6+
android:versionName="1.9.0b6" >
77

88
<uses-permission android:name="com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
99
<uses-permission android:name="android.permission.INTERNET" />

Voice Control For Plex/src/main/res/xml/changelog.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="1.9.0b6" versioncode="25">
4+
<change>Fixed detection of whether a video was a tv show or not.</change>
5+
<change>Show curent default client in main settings screen, directing user to select one via cast icon.</change>
6+
<change>When creating a shortcut, include chromecast clients when figuring out if a scan has already been done.</change>
7+
<change>When adding locally found servers, if a server was already found via remote scan (via plex.tv), use that one so that its remote connections are included.</change>
8+
<change>Adjusted display of playback controls in notifications.</change>
9+
</release>
310
<release version="1.9.0b5" versioncode="24">
411
<change>Fixed client scan when logged in to Plex.</change>
512
<change>Moved client selection completely into cast icon.</change>

0 commit comments

Comments
 (0)