Version bump
This commit is contained in:
parent
be48743b1b
commit
c200bde4ce
3 changed files with 7 additions and 1 deletions
|
@ -83,6 +83,7 @@ PKC currently provides the following features:
|
||||||
+ German
|
+ German
|
||||||
+ Czech, thanks @Pavuucek
|
+ Czech, thanks @Pavuucek
|
||||||
+ Spanish, thanks @bartolomesoriano
|
+ Spanish, thanks @bartolomesoriano
|
||||||
|
+ Danish, thanks @FIGHT
|
||||||
+ More coming up: [you can help!](https://crowdin.com/project/plexkodiconnect/invite)
|
+ More coming up: [you can help!](https://crowdin.com/project/plexkodiconnect/invite)
|
||||||
- [Plex Watch Later / Plex It!](https://support.plex.tv/hc/en-us/sections/200211783-Plex-It-)
|
- [Plex Watch Later / Plex It!](https://support.plex.tv/hc/en-us/sections/200211783-Plex-It-)
|
||||||
- [Plex Companion](https://support.plex.tv/hc/en-us/sections/200276908-Plex-Companion): fling Plex media (or anything else) from other Plex devices to PlexKodiConnect
|
- [Plex Companion](https://support.plex.tv/hc/en-us/sections/200276908-Plex-Companion): fling Plex media (or anything else) from other Plex devices to PlexKodiConnect
|
||||||
|
|
|
@ -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.6.1"
|
version="1.6.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,8 @@
|
||||||
|
version 1.6.2
|
||||||
|
- Fix TypeError on manually entering PMS port
|
||||||
|
- Fix KeyError
|
||||||
|
- Update readme
|
||||||
|
|
||||||
version 1.6.1
|
version 1.6.1
|
||||||
- New Danish translation, thanks @Osberg
|
- New Danish translation, thanks @Osberg
|
||||||
- Fix UnicodeDecodeError for non-ASCII filenames
|
- Fix UnicodeDecodeError for non-ASCII filenames
|
||||||
|
|
Loading…
Reference in a new issue