Skip to content

Commit c95d029

Browse files
author
Michaël Arnauts
committed
Prepare for v1.4.2
1 parent ea0c88e commit c95d029

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v1.4.2](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.4.2) (2023-07-26)
4+
5+
[Full Changelog](https://github.com/add-ons/plugin.video.vtm.go/compare/v1.4.1...v1.4.2)
6+
7+
**Fixed bugs:**
8+
9+
- Support multiple episodes with same index [\#363](https://github.com/add-ons/plugin.video.vtm.go/pull/363) ([michaelarnauts](https://github.com/michaelarnauts))
10+
- Fix subtitle delay function [\#355](https://github.com/add-ons/plugin.video.vtm.go/pull/355) ([mediaminister](https://github.com/mediaminister))
11+
312
## [v1.4.1](https://github.com/add-ons/plugin.video.vtm.go/tree/v1.4.1) (2023-02-08)
413

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

addon.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.4.1" provider-name="Michaël Arnauts">
2+
<addon id="plugin.video.vtm.go" name="VTM GO" version="1.4.2" provider-name="Michaël Arnauts">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.dateutil" version="2.6.0"/>
@@ -22,8 +22,8 @@
2222
<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>
2323
<platform>all</platform>
2424
<license>GPL-3.0-only</license>
25-
<news>v1.4.1 (2023-02-09)
26-
- Fix Live TV on older Kodi versions.</news>
25+
<news>v1.4.2 (2023-07-26)
26+
- Fix for missing episodes.</news>
2727
<source>https://github.com/add-ons/plugin.video.vtm.go</source>
2828
<assets>
2929
<icon>resources/icon.png</icon>

0 commit comments

Comments
 (0)