Skip to content

Commit 4f4e606

Browse files
committed
Tag version 1.2.1
1 parent b79aa7b commit 4f4e606

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

addon.xml

Lines changed: 6 additions & 2 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="script.playrandomvideos" name="Play Random Videos" version="1.2.1~adev" provider-name="rmrector">
2+
<addon id="script.playrandomvideos" name="Play Random Videos" version="1.2.1" provider-name="rmrector">
33
<requires>
44
<import addon="xbmc.addon" version="16.0.0" />
55
<import addon="xbmc.python" version="2.20.0" />
@@ -21,7 +21,11 @@
2121
<extension point="xbmc.addon.metadata">
2222
<summary lang="en">Plays random videos from all sorts of lists.</summary>
2323
<description lang="en">This add-on can quickly play random episodes from TV shows, movies from genres/sets/years/tags, and videos from playlists, the filesystem, and just about anything else, other than plugins.</description>
24-
<news>v1.2.0 (2017-11-13)
24+
<news>v1.2.1 (2018-06-22)
25+
- Fix: error when playing some videos from file system
26+
- Fix: support busy dialog changes in Kodi Leia
27+
28+
v1.2.0 (2017-11-13)
2529
- Feature: merge in 'Play one random' context item
2630
- Feature: option for continuous play
2731
- Feature: option to play from all videos if no (un)watched videos available as configured

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.2.1 (2018-06-22)
2+
- Fix: error when playing some videos from file system
3+
- Fix: support busy dialog changes in Kodi Leia
4+
15
v1.2.0 (2017-11-13)
26
- Feature: merge in 'Play one random' context item
37
- Feature: option for continuous play

0 commit comments

Comments
 (0)