Skip to content

Commit

Permalink
Bump addon version
Browse files Browse the repository at this point in the history
  • Loading branch information
knaerzche committed Dec 21, 2019
1 parent ed3fd55 commit 0db1526
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
22 changes: 10 additions & 12 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.joyn" name="Joyn" version="2.2.2" provider-name="knaerzche">
<addon id="plugin.video.joyn" name="Joyn" version="2.3.0" provider-name="knaerzche">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="inputstream.adaptive" version="2.2.21"/>
Expand Down Expand Up @@ -35,17 +35,15 @@
<screenshot>resources/media/screenshot03.jpg</screenshot>
</assets>
<news>
v2.2.2
[fix] re-set container-focus fails on some systems
[fix] refix access to ip-api.com fails
[new] add usage disclaimer
v2.2.1
[fix] re-set container-focus after 'refresh'
v2.2.0
[new] implement sign-in
[new} implement joyn bookmarks
[new] implement 'Plus+'
[new] implement MPAA-Pin setting
v2.3.0
add api-based resume postions
partly fixed live stream audio sync issue
add save username/password option
add option to show categories in main menu
add ask-for-login dialog on first addon start
show content based on current subscription
add option to hightlight premium content
rework some stuff

</news>
</extension>
Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,12 @@ v2.2.2
fixed: re-set container-focus fails on some systems
refix access to ip-api.com fails
add usage disclaimer
v2.3.0
add api-based resume postions
partly fixed live stream audio sync issue
add save username/password option
add option to show categories in main menu
add ask-for-login dialog on first addon start
show content based on current subscription
add option to hightlight premium content
rework some stuff

0 comments on commit 0db1526

Please sign in to comment.