Skip to content

Commit

Permalink
Merge pull request #25 from anxdpanic/pr-1
Browse files Browse the repository at this point in the history
[5.3.10] version bump, changelogs
  • Loading branch information
jdf76 authored Feb 18, 2017
2 parents a31fde0 + a70433a commit 81f54b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
20 changes: 4 additions & 16 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.youtube" name="YouTube" version="5.3.9" provider-name="jdf76, bromix">
<addon id="plugin.video.youtube" name="YouTube" version="5.3.10" provider-name="jdf76, bromix">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
Expand All @@ -9,21 +9,9 @@
<extension point="xbmc.service" library="startup.py" start="startup" />
<extension point="xbmc.addon.metadata">
<news>
[add] MPEG-DASH support for Kodi 17 w/ inputstream.adaptive add-on or SPMC 16 w/ builtin-in
[add] optional History and Watch Later custom playlist to Settings -> Folders, or (My)Playlists context menu to set/remove
[add] Maintenance section to Settings
[add] 'Subtitle language(s) to download' selection to Settings -> General
[add] 'Force SSL Certificate verification' to Settings -> Advanced
[upd] API key set switching from Settings -> API (this will log you out)
[upd] Dual login only required if My Subscriptions folder is enabled at sign-in
[upd] setting content type from episodes, now videos
[del] override view options
[upd] Norwegian strings [torstehu]
[upd] Greek strings [twilight0]
[upd] Portuguese strings [Wanilton]
[upd] Dutch strings [flemlion]
[fix/upd] API tweaking and various other updates
[upd] Syncing all versions to the latest code changes
[fix/upd] resolve 'No video streams found' for age-gated content and other minor.
[fix/upd] unescaping HTML entities in subtitles [mdmdmdmdmd]
[upd] Polish strings [Etharr]
</news>
<assets>
<icon>icon.png</icon>
Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
5.3.10
[fix/upd] resolve 'No video streams found' for age-gated content and other minor.
[fix/upd] unescaping HTML entities in subtitles [mdmdmdmdmd]
[upd] Polish strings [Etharr]

5.3.6-9
[fix/upd] resolve 'No video streams found'
[fix/upd] SPMC dash support guidosarducci
[upd] Italian strings [iz8mbw]
[upd] Spanish strings [roliverosc]
[upd] Dutch strings [Sjord]
[fix/upd] Frodo backwards compat. setArt [lulol]

5.3.5
[add] MPEG-DASH support for Kodi 17 w/ inputstream.adaptive Add-on
[add] optional History and Watch Later custom playlist to Settings -> Folders, or (My)Playlists context menu to set/remove
Expand Down

0 comments on commit 81f54b5

Please sign in to comment.