Version bump
This commit is contained in:
parent
48152af27f
commit
f60e6f052e
2 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.plexkodiconnect"
|
<addon id="plugin.video.plexkodiconnect"
|
||||||
name="PlexKodiConnect"
|
name="PlexKodiConnect"
|
||||||
version="1.3.1"
|
version="1.3.2"
|
||||||
provider-name="croneter">
|
provider-name="croneter">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
version 1.3.2
|
||||||
|
- Fix direct play & transcoding subtitles, finally!
|
||||||
|
- Fix getting Bit Depth from Plex metadata
|
||||||
|
- Inform if subtitle needs to be burnt in
|
||||||
|
- Consider several media streams if transcoding
|
||||||
|
- Fix AttributeError
|
||||||
|
- New setting to use Plex default subtitles
|
||||||
|
- Clarify subtitle size
|
||||||
|
|
||||||
version 1.3.1
|
version 1.3.1
|
||||||
- Fix playing from widgets without direct paths
|
- Fix playing from widgets without direct paths
|
||||||
- Fix UnboundLocalError on very first startup
|
- Fix UnboundLocalError on very first startup
|
||||||
|
|
Loading…
Reference in a new issue