Version bump
This commit is contained in:
parent
63f8c60fa0
commit
2c7850a9d7
2 changed files with 15 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.2"
|
version="1.3.3"
|
||||||
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,17 @@
|
||||||
|
version 1.3.3
|
||||||
|
- 1.3.1 and 1.3.2 for everyone
|
||||||
|
- Fix direct play & transcoding subtitles, finally!
|
||||||
|
- Fix playing from widgets without direct paths
|
||||||
|
- 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
|
||||||
|
- Fix UnboundLocalError on very first startup
|
||||||
|
- Code cleanup
|
||||||
|
- Merge with plugin.video.emby up to 00c0556300041cecf91715a5a1707504f42bd96e
|
||||||
|
|
||||||
version 1.3.2 (beta only)
|
version 1.3.2 (beta only)
|
||||||
- Fix direct play & transcoding subtitles, finally!
|
- Fix direct play & transcoding subtitles, finally!
|
||||||
- Fix getting Bit Depth from Plex metadata
|
- Fix getting Bit Depth from Plex metadata
|
||||||
|
|
Loading…
Reference in a new issue