Prepare for v0.4.1
This commit is contained in:
parent
2f0e236718
commit
6334a215c6
24
.github/workflows/release.yml
vendored
24
.github/workflows/release.yml
vendored
@ -62,15 +62,15 @@ jobs:
|
||||
asset_path: ../${{ steps.build.outputs.matrix-filename }}
|
||||
asset_content_type: application/zip
|
||||
|
||||
# - name: Generate distribution zip and submit to official kodi repository
|
||||
# id: kodi-addon-submitter
|
||||
# uses: xbmc/action-kodi-addon-submitter@v1.2
|
||||
# with:
|
||||
# kodi-repository: repo-plugins
|
||||
# addon-id: plugin.video.viervijfzes
|
||||
# kodi-version: leia
|
||||
# kodi-matrix: true
|
||||
# env:
|
||||
# GH_USERNAME: ${{ secrets.GH_USERNAME }}
|
||||
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
# EMAIL: ${{ secrets.EMAIL }}
|
||||
- name: Generate distribution zip and submit to official kodi repository
|
||||
id: kodi-addon-submitter
|
||||
uses: xbmc/action-kodi-addon-submitter@v1.2
|
||||
with:
|
||||
kodi-repository: repo-plugins
|
||||
addon-id: plugin.video.viervijfzes
|
||||
kodi-version: leia
|
||||
kodi-matrix: true
|
||||
env:
|
||||
GH_USERNAME: ${{ secrets.GH_USERNAME }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
EMAIL: ${{ secrets.EMAIL }}
|
||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## [v0.4.1](https://github.com/add-ons/plugin.video.viervijfzes/tree/v0.4.1) (2021-02-27)
|
||||
|
||||
[Full Changelog](https://github.com/add-ons/plugin.video.viervijfzes/compare/v0.4.0...v0.4.1)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- Add recommendations and categories, allow to hide unavailable programs [\#76](https://github.com/add-ons/plugin.video.viervijfzes/pull/76) ([michaelarnauts](https://github.com/michaelarnauts))
|
||||
- Fix incomplete descriptions [\#75](https://github.com/add-ons/plugin.video.viervijfzes/pull/75) ([dagwieers](https://github.com/dagwieers))
|
||||
- Remove background metadata downloading [\#74](https://github.com/add-ons/plugin.video.viervijfzes/pull/74) ([michaelarnauts](https://github.com/michaelarnauts))
|
||||
- Implement My List [\#71](https://github.com/add-ons/plugin.video.viervijfzes/pull/71) ([michaelarnauts](https://github.com/michaelarnauts))
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Fix error when requesting a My List that has not been created yet. [\#73](https://github.com/add-ons/plugin.video.viervijfzes/pull/73) ([michaelarnauts](https://github.com/michaelarnauts))
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Cleanup CI [\#72](https://github.com/add-ons/plugin.video.viervijfzes/pull/72) ([michaelarnauts](https://github.com/michaelarnauts))
|
||||
- Remove dependency on tox [\#70](https://github.com/add-ons/plugin.video.viervijfzes/pull/70) ([michaelarnauts](https://github.com/michaelarnauts))
|
||||
|
||||
## [v0.4.0](https://github.com/add-ons/plugin.video.viervijfzes/tree/v0.4.0) (2021-02-04)
|
||||
|
||||
[Full Changelog](https://github.com/add-ons/plugin.video.viervijfzes/compare/v0.3.1...v0.4.0)
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
# GoPlay Kodi add-on
|
||||
|
||||
*plugin.video.viervijfzes* is een Kodi add-on om de video-on-demand content van [goplay.be](https://www.goplay.be/) te bekijken.
|
||||
*plugin.video.viervijfzes* is een Kodi add-on om de video-on-demand content van [GoPlay](https://www.goplay.be/) te bekijken.
|
||||
|
||||
> Note: Je moet eerst een account aanmaken.
|
||||
> Note: Je moet eerst een account aanmaken op [goplay.be](https://www.goplay.be/.
|
||||
|
||||
Meer informatie kan je vinden op de [Wiki pagina](https://github.com/add-ons/plugin.video.viervijfzes/wiki).
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.viervijfzes" name="GoPlay" version="0.4.0" provider-name="Michaël Arnauts">
|
||||
<addon id="plugin.video.viervijfzes" name="GoPlay" version="0.4.1" provider-name="Michaël Arnauts">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.26.0"/>
|
||||
<import addon="script.module.dateutil" version="2.6.0"/>
|
||||
@ -22,8 +22,10 @@
|
||||
<disclaimer lang="en_GB">This add-on is not officially commissioned/supported by SBS Belgium and is provided 'as is' without any warranty of any kind. The Play4, Play5 and Play6 logos are property of SBS Belgium.</disclaimer>
|
||||
<platform>all</platform>
|
||||
<license>GPL-3.0-only</license>
|
||||
<news>v0.4.0 (2021-02-04)
|
||||
- Rebranding to GoPlay.</news>
|
||||
<news>v0.4.1 (2021-02-27)
|
||||
- Add integration with My List on GoPlay.
|
||||
- Add categories and recommendations.
|
||||
- Solves an issue with updating metadata in the background.</news>
|
||||
<source>https://github.com/add-ons/plugin.video.viervijfzes</source>
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
|
Loading…
Reference in New Issue
Block a user