Skip to content

Commit

Permalink
Prepare for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Feb 3, 2023
1 parent d10fd54 commit cd0f8a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

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

**Implemented enhancements:**

- Add EPG for VTM Non-Stop [\#352](https://github.com/add-ons/plugin.video.vtm.go/pull/352) ([michaelarnauts](https://github.com/michaelarnauts))
- Remove manifest proxy [\#351](https://github.com/add-ons/plugin.video.vtm.go/pull/351) ([michaelarnauts](https://github.com/michaelarnauts))

**Merged pull requests:**

- Remove VTM Kids channel since they stopped airing [\#350](https://github.com/add-ons/plugin.video.vtm.go/pull/350) ([michaelarnauts](https://github.com/michaelarnauts))
- Update to Popcorn SDK 6 [\#349](https://github.com/add-ons/plugin.video.vtm.go/pull/349) ([mediaminister](https://github.com/mediaminister))
- Fix subtitles in Kodi 20 [\#347](https://github.com/add-ons/plugin.video.vtm.go/pull/347) ([mediaminister](https://github.com/mediaminister))

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

[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.3.2...v1.3.3)
Expand Down
9 changes: 6 additions & 3 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.3.3" provider-name="Michaël Arnauts">
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.4.0" 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,8 +22,11 @@
<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.3.3 (2023-01-04)
- Fix add-on due to changed API.</news>
<news>v1.4.0 (2023-02-03)</news>
- Update API to support new DRM.
- Fix subtitles on Kodi 20.
- Add EPG for VTM Non-Stop.
- Remove VTM Kids (no longer available).
<source>https://github.com/add-ons/plugin.video.vtm.go</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit cd0f8a5

Please sign in to comment.