Skip to content

Commit 42eb2d6

Browse files
author
Chris Bellew
committed
Version bump.
1 parent 4e95840 commit 42eb2d6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.atomjack.vcfp"
4-
android:versionCode="15"
5-
android:versionName="1.8.1b3" >
4+
android:versionCode="16"
5+
android:versionName="1.8.1" >
66

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

Voice Control For Plex/src/main/res/values-fr/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@
9797
<string name="select_plex_client">Select a Plex Client</string>
9898
<string name="no_servers_found">No Plex Servers Found</string>
9999
<string name="no_clients_found">No Plex Clients Found</string>
100+
<string name="servers_refreshed">Servers refreshed.</string>
100101
</resources>

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3-
<release version="1.8.1b1" versioncode="15">
3+
<release version="1.8.1b3" versioncode="15">
44
<change>Added Pin login.</change>
55
<change>Subscribe to player and exit from Now Playing screen if the player stops.</change>
6-
<change>Improved local client discovery.</change>
7-
<change>Scan all of a Plex Media Servers connections to find one that works. This will enable viewing content from a server you own but are trying to view from remotely.</change>
6+
<change>Improved local client discovery, including support for Roku and clients that have no local server.</change>
7+
<change>Scan all of a Plex Media Server's connections to find one that works. This will enable viewing content from a server you own but are trying to view from remotely.</change>
8+
<change>Bug fixes.</change>
89
</release>
910
<release version="1.8" versioncode="14">
1011
<change>Added Plex login, including support for shared libraries.</change>

0 commit comments

Comments
 (0)