Skip to content

Commit 0fc0c38

Browse files
author
Chris Bellew
committed
Version 2.1.4b4.
1 parent 4569d10 commit 0fc0c38

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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="70"
6-
android:versionName="2.1.4b3" >
5+
android:versionCode="71"
6+
android:versionName="2.1.4b4" >
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3-
<release version="2.1.4b3" versioncode="70">
3+
<release version="2.1.4b4" versioncode="71">
44
<change>Added local media playback. This feature is locked to one minute at a time, and can be unlocked via an in-app purchase (Navigation Menu->Settings).</change>
5+
<change>Chromecast playback can now be previewed for one minute at a time, and can be unlocked via in-app purchase (Navigation Menu->Settings).</change>
56
<change>Fixed display of cinema trailers.</change>
67
<change>Cinema Trailers setting is now used for PC, Roku, etc. Plex clients, to provide a more consistent experience.</change>
78
<change>Clicking the mic on the now playing screen will pause playback, then resume once voice input is done.</change>
89
<change>Redesigned the layout of some now playing screens to get rid of superfluous information.</change>
910
<change>Sped up server discovery, especially for servers that are external to the local network.</change>
1011
<change>Added tutorial overlay to main screen to point how how to start using the app.</change>
1112
<change>Fixed playback of music on Plex Media Player clients.</change>
13+
<change>Squashed some bugs, might have introduced others.</change>
1214
</release>
1315
<release version="2.1.3" versioncode="67">
1416
<change>Added usage hints to main screen. Use Navigation Drawer->Settings->Usage Hints to disable.</change>

0 commit comments

Comments
 (0)