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"?>
<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>
<import addon="xbmc.python" version="2.25.0"/>
<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>
<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>
<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>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<website>https://joinpeertube.org</website>
<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).
Bugs fixed:
* 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
* Correctly play videos which are hosted without WebTorrent support
* Hide the setting related to download files because it was not used
New features:
* Support live stream
* Translate the add-on into French (thank you @DavidHenryThoreau)
* Add the description of each video and each instance in the UI
* 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.
* 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>
<assets>
<icon>resources/icon.png</icon>