Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Oct 16, 2019
1 parent 9410400 commit f886d28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Change Log

## [Unreleased](https://github.com/michaelarnauts/plugin.video.vtm.go/tree/HEAD)
## [v0.9.1](https://github.com/michaelarnauts/plugin.video.vtm.go/tree/v0.9.1) (2019-10-16)

[Full Changelog](https://github.com/michaelarnauts/plugin.video.vtm.go/compare/v0.9.0...HEAD)
[Full Changelog](https://github.com/michaelarnauts/plugin.video.vtm.go/compare/v0.9.0...v0.9.1)

**Implemented enhancements:**

- Highlight currently playing broadcast in TV guide and add Live flag. [\#103](https://github.com/michaelarnauts/plugin.video.vtm.go/issues/103)
- Add currently playing broadcast to live TV channel [\#102](https://github.com/michaelarnauts/plugin.video.vtm.go/issues/102)
- Implement additional catalogue sections [\#93](https://github.com/michaelarnauts/plugin.video.vtm.go/issues/93)
- Add API to play a program by date and time [\#83](https://github.com/michaelarnauts/plugin.video.vtm.go/issues/83)
- Fetch metadata of programs [\#81](https://github.com/michaelarnauts/plugin.video.vtm.go/issues/81)
- Integrate with "Mijn lijst" [\#47](https://github.com/michaelarnauts/plugin.video.vtm.go/issues/47)

**Fixed bugs:**
Expand All @@ -22,6 +23,7 @@

**Merged pull requests:**

- Add caching of metadata [\#104](https://github.com/michaelarnauts/plugin.video.vtm.go/pull/104) ([michaelarnauts](https://github.com/michaelarnauts))
- General code cleanup [\#99](https://github.com/michaelarnauts/plugin.video.vtm.go/pull/99) ([michaelarnauts](https://github.com/michaelarnauts))
- Implement playing from EPG with a specified date and time. [\#98](https://github.com/michaelarnauts/plugin.video.vtm.go/pull/98) ([michaelarnauts](https://github.com/michaelarnauts))
- Integrate My List [\#96](https://github.com/michaelarnauts/plugin.video.vtm.go/pull/96) ([michaelarnauts](https://github.com/michaelarnauts))
Expand Down
13 changes: 9 additions & 4 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="0.9.0" provider-name="Michaël Arnauts">
<addon id="plugin.video.vtm.go" name="VTM GO" version="0.9.1" provider-name="Michaël Arnauts">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.dateutil" version="2.6.0"/>
Expand All @@ -18,9 +18,14 @@
<disclaimer lang="en_GB">This add-on is not officially commissioned/supported by DPG Media and is provided 'as is' without any warranty of any kind. The VTM GO name, VTM GO logo and channel icons are property of DPG Media and are used according to the fair use policy.</disclaimer>
<platform>all</platform>
<license>GPL-3.0</license>
<news>v0.9.0 (19/09/2019)
First release
</news>
<news>v0.9.1 (16/10/2019)
- Provide richer metadata in the listings
- Implement recommendations
- Integrate with "My List"
- Higher resolution channel logo's
- Bugfixes and other improvements

See CHANGELOG.md for more details.</news>
<source>https://github.com/michaelarnauts/plugin.video.vtm.go</source>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit f886d28

Please sign in to comment.