Skip to content

Commit 821f57d

Browse files
author
Chris Bellew
committed
Version 2.1.4.
1 parent c895019 commit 821f57d

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
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="72"
6-
android:versionName="2.1.4b5" >
5+
android:versionCode="73"
6+
android:versionName="2.1.4" >
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: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3-
<release version="2.1.4b5" versioncode="72">
4-
<change>Changed higher end bitrates to 1080p for local video playback.</change>
5-
<change>Fixed display of dividers in big notifications.</change>
6-
<change>Added bitrate selector to local video player controller.</change>
7-
<change>Fixed specifying "on this device" when triggering playback.</change>
8-
<change>Squashed some more bugs.</change>
9-
</release>
10-
<release version="2.1.4b4" versioncode="71">
3+
<release version="2.1.4b" versioncode="73">
114
<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>
125
<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>
6+
<change>Squashed some more bugs.</change>
137
<change>Fixed display of cinema trailers.</change>
148
<change>Cinema Trailers setting is now used for PC, Roku, etc. Plex clients, to provide a more consistent experience.</change>
15-
<change>Clicking the mic on the now playing screen will pause playback, then resume once voice input is done.</change>
9+
<change>Clicking the mic on the now playing screen will pause playback, then resume once voice input is done (if media wasn't already paused).</change>
1610
<change>Redesigned the layout of some now playing screens to get rid of superfluous information.</change>
1711
<change>Sped up server discovery, especially for servers that are external to the local network.</change>
1812
<change>Added tutorial overlay to main screen to point how how to start using the app.</change>
1913
<change>Fixed playback of music on Plex Media Player clients.</change>
20-
<change>Squashed some bugs, might have introduced others.</change>
14+
<change>Changed higher end bitrates to 1080p for local video playback.</change>
15+
<change>Fixed display of dividers in big notifications.</change>
16+
<change>Added bitrate selector to local video player controller.</change>
17+
<change>Fixed specifying "on this device" when triggering playback.</change>
18+
<change>Squashed various other bugs.</change>
2119
</release>
2220
<release version="2.1.3" versioncode="67">
2321
<change>Added usage hints to main screen. Use Navigation Drawer->Settings->Usage Hints to disable.</change>

0 commit comments

Comments
 (0)