Skip to content

Commit ff77dee

Browse files
author
Chris Bellew
committed
Version 2.1.4b3 (Local media playback).
1 parent 8b45b05 commit ff77dee

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

mobile/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="67"
6-
android:versionName="2.1.3" >
5+
android:versionCode="70"
6+
android:versionName="2.1.4b3" >
77

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

mobile/src/main/res/xml/changelog.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="2.1.4b3" versioncode="70">
4+
<change>Added local media playback. This feature is locked to one minute at a time, and can be unlocked via Settings in the Navigation Menu.</change>
5+
<change>Fixed display of cinema trailers.</change>
6+
<change>Cinema Trailers setting is now used for PC, Roku, etc. Plex clients, to provide a more consistent experience.</change>
7+
<change>Clicking the mic on the now playing screen will pause playback, then resume once voice input is done.</change>
8+
<change>Redesigned the layout of some now playing screens to get rid of superfluous information.</change>
9+
<change>Sped up server discovery, especially for servers that are external to the local network.</change>
10+
<change>Added tutorial overlay to main screen to point how how to start using the app.</change>
11+
<change>Fixed playback of music on Plex Media Player clients.</change>
12+
</release>
313
<release version="2.1.3" versioncode="67">
414
<change>Added usage hints to main screen. Use Navigation Drawer->Settings->Usage Hints to disable.</change>
515
<change>Added option to not show Now Playing screen when receiving voice input from Google Now.</change>

0 commit comments

Comments
 (0)