Skip to content

Commit 4c99d07

Browse files
author
Chris Bellew
committed
Version bump (1.9.0).
1 parent 43e1510 commit 4c99d07

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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="25"
6-
android:versionName="1.9.0b6" >
5+
android:versionCode="26"
6+
android:versionName="1.9.0" >
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="1.9.0" versioncode="26">
4+
<change>Added Chromecast support.</change>
5+
<change>Updated now playing screen to be a full fledged remote control.</change>
6+
<change>Added Spanish translations (berzhot).</change>
7+
<change>Various bug fixes.</change>
8+
</release>
39
<release version="1.9.0b6" versioncode="25">
410
<change>Fixed detection of whether a video was a tv show or not.</change>
511
<change>Show curent default client in main settings screen, directing user to select one via cast icon.</change>

0 commit comments

Comments
 (0)