Release 1.1.0

This commit is contained in:
Thomas Bétous 2021-04-30 22:15:33 +02:00
parent 7297f8cef0
commit b1b8106275
1 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.peertube" name="PeerTube" version="1.0.1" provider-name="Cyrille B. + Thomas B."> <addon id="plugin.video.peertube" name="PeerTube" version="1.1.0" provider-name="Cyrille B. + Thomas B.">
<requires> <requires>
<import addon="xbmc.python" version="2.25.0"/> <import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.addon.signals" version="0.0.3"/> <import addon="script.module.addon.signals" version="0.0.3"/>
@ -15,19 +15,22 @@
<disclaimer lang="en_GB">This add-on is not developed by PeerTube team.</disclaimer> <disclaimer lang="en_GB">This add-on is not developed by PeerTube team.</disclaimer>
<summary lang="fr_FR">Extension pour PeerTube</summary> <summary lang="fr_FR">Extension pour PeerTube</summary>
<description lang="fr_FR">PeerTube est une alternative libre, décentralisée et fédérée aux autres plateformes vidéo (comme YouTube).</description> <description lang="fr_FR">PeerTube est une alternative libre, décentralisée et fédérée aux autres plateformes vidéo (comme YouTube).</description>
<disclaimer lang="fr_FR">Cette extension n'est pas dévelopée par l'équipe de PeerTube.</disclaimer> <disclaimer lang="fr_FR">Cette extension n'est pas développée par l'équipe de PeerTube.</disclaimer>
<platform>all</platform> <platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://joinpeertube.org</website> <website>https://joinpeertube.org</website>
<source>https://framagit.org/StCyr/plugin.video.peertube</source> <source>https://framagit.org/StCyr/plugin.video.peertube</source>
<news>Version 1.0.1 (12 April 2021) <news>Version 1.1.0 (30th April 2021)
Important note: if you are migrating from a version older than 1.x.x, ensure the URL of your preferred instance is not prefixed with "https://" (you may reset the add-on settings to default to use a valid initial value). New features:
* Support live stream
Bugs fixed: * Translate the add-on into French (thank you @DavidHenryThoreau)
* When selecting an instance from the list of instances, this instance will actually be used as the currently selected instance when browsing and searching videos * Add the description of each video and each instance in the UI
* Correctly play videos which are hosted without WebTorrent support * Display a notification when the service has started to let the user know the videos can be played (may be useful on slow devices). The notification can be disabled in the settings.
* Hide the setting related to download files because it was not used * Display a notification when the download of the video starts
* Add the total number of pages in the "Next page" item
* Rearrange the settings and make some names more explicit
* The video filter from the settings (local/all-local) is now also used when searching videos
</news> </news>
<assets> <assets>
<icon>resources/icon.png</icon> <icon>resources/icon.png</icon>