Skip to content

Commit

Permalink
Prepare for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Feb 8, 2023
1 parent 96fe804 commit 350b7ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [v1.4.0](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.4.0) (2023-02-03)
## [v1.4.1](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.4.1) (2023-02-08)

[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.4.0...v1.4.1)

**Fixed bugs:**

- Fix livestreams on Kodi 19 [\#354](https://github.com/add-ons/plugin.video.vtm.go/pull/354) ([mediaminister](https://github.com/mediaminister))

## [v1.4.0](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.4.0) (2023-02-04)

[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.3.3...v1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ clean:
@find . -name '__pycache__' -type d -delete
@rm -rf .pytest_cache/ tests/cdm tests/userdata/temp
@rm -f *.log .coverage
@rm dist/*.zip
@rm -rf dist/plugin.video.vtm.go*

build: clean
@printf ">>> Building add-on\n"
Expand Down
9 changes: 3 additions & 6 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.vtm.go" name="VTM GO" version="1.4.0" provider-name="Michaël Arnauts">
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.4.1" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand All @@ -22,11 +22,8 @@
<disclaimer lang="nl_NL">Deze add-on wordt niet ondersteund door DPG Media en wordt aangeboden 'as is', zonder enige garantie. De VTM GO naam, VTM GO logo en de kanaallogo's zijn eigendom van DPG Media en worden gebruikt in overeenstemming met de fair use policy.</disclaimer>
<platform>all</platform>
<license>GPL-3.0-only</license>
<news>v1.4.0 (2023-02-03)
- Update API to support new DRM.
- Fix subtitles on Kodi 20.
- Add EPG for VTM Non-Stop.
- Remove VTM Kids (no longer available).</news>
<news>v1.4.1 (2023-02-09)
- Fix Live TV on older Kodi versions.</news>
<source>https://github.com/add-ons/plugin.video.vtm.go</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 350b7ab

Please sign in to comment.