File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Voice Control For Plex/src/main Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.atomjack.vcfp"
5
- android : versionCode =" 23 "
6
- android : versionName =" 1.9.0b4 " >
5
+ android : versionCode =" 24 "
6
+ android : versionName =" 1.9.0b5 " >
7
7
8
8
<uses-permission android : name =" com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
9
9
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<changelog >
3
+ <release version =" 1.9.0b5" versioncode =" 24" >
4
+ <change >Fixed client scan when logged in to Plex.</change >
5
+ <change >Moved client selection completely into cast icon.</change >
6
+ <change >Fixed hiding and showing of cast icon when network state toggles.</change >
7
+ <change >Don't show notification when the client is the local device.</change >
8
+ </release >
3
9
<release version =" 1.8.4" versioncode =" 18" >
4
10
<change >Fixed crash when scanning all servers.</change >
5
11
</release >
You can’t perform that action at this time.
0 commit comments