Skip to content

Commit 8143312

Browse files
committed
Version 1.2.0
Signed-off-by: dimkroon <111366411+dimkroon@users.noreply.github.com>
1 parent 4a9f7c8 commit 8143312

File tree

2 files changed

+38
-9
lines changed

2 files changed

+38
-9
lines changed

plugin.video.viwx/addon.xml

Lines changed: 18 additions & 9 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.viwx" name="viwX" version="1.1.1" provider-name="Dimitri Kroon">
2+
<addon id="plugin.video.viwx" name="viwX" version="1.2.0" provider-name="Dimitri Kroon">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="inputstream.adaptive" version="19.0.5"/>
@@ -30,15 +30,24 @@
3030
<fanart>resources/fanart.png</fanart>
3131
</assets>
3232
<news>
33-
[B]v1.1.1[/B]
34-
- fix: playing VOD on kodi Omega failed with error.
33+
[B]v1.2.0[/B]
34+
[B]Fixes:[/B]
35+
* All categories failed to open due to various changes at ITVX.
36+
* Error on opening some series named 'Other Episodes', due to changes at ITVX.
37+
* Some sub-collections failed with error 'Not Found', due to error in ITVX data'
38+
* Added support for hero and collections items of type 'page'. Fixes some collections being empty, or hero item not shown.
3539

36-
[B]v1.1.0[/B]
37-
- Updated user-agent string to Firefox 118.
38-
- Added support for Live TV items in collections. Fixes: collection 'ITVX Live Channels' is empty.
39-
- Added support for shortFromSlider in collection, like the folder with short news-like items in the collection 'Rugby World Cup'.
40-
- Added support for shorForm collections. Fixes: absence of the collection 'Rugby World Cup 2023'.
41-
- Adapt to a change at itvx causing an empty 'Kids Collection'.
40+
[B]New features:[/B]
41+
* Added a 'My itvX' entry in the main menu with:
42+
- My List - ITVX's My List.
43+
- Continue Watching: supports continue watching on different devices and different platforms.
44+
- Because You Watched: recommendations by ITV based on a recently watched programme.
45+
- Recommended: general recommendations by ITV.
46+
* All programmes and series now have a context menu item to add/remove the programme to/from My List.
47+
48+
[B]Changes:[/B]
49+
* When not signed in, a user is now always offered to sign in via viwX's settings when an item was opened that required authentication.
50+
* Search now respects setting 'Hide premium content'.
4251
</news>
4352
<reuselanguageinvoker>true</reuselanguageinvoker>
4453
</extension>

plugin.video.viwx/changelog.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v1.2.0
2+
Fixes:
3+
- All categories failed to open due to various changes at ITVX.
4+
- Error on opening some series named 'Other Episodes', due to changes at ITVX.
5+
- Some sub-collections failed with error 'Not Found', due to error in ITVX data.
6+
- Added support for hero and collections items of type 'page'. Fixes some collections being empty, or hero item not shown.
7+
8+
New features:
9+
- Added a 'My itvX' entry in the main menu with:
10+
- My List - ITVX's My List.
11+
- Continue Watching: supports continue watching on different devices and different platforms.
12+
- Because You Watched: recommendations by ITV based on a recently watched programme.
13+
- Recommended: general recommendations by ITV.
14+
- All programmes and series now have a context menu item to add/remove the programme to/from My List.
15+
16+
Changes:
17+
- When not signed in, a user is now always offered to sign in via viwX's settings when an item was opened that required authentication.
18+
- Search now respects setting 'Hide premium content'.
19+
- Brushed up README thanks to JohnVeness.
20+
121
v 1.1.1
222
- fix: playing VOD on kodi Omega failed with error.
323

0 commit comments

Comments
 (0)