Skip to content

Commit

Permalink
tag version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrector committed May 9, 2023
1 parent de7b2c2 commit 8a5695d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 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="script.playrandomvideos" name="Play Random Videos" version="2.1.0" provider-name="rmrector">
<addon id="script.playrandomvideos" name="Play Random Videos" version="2.1.1" provider-name="rmrector">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
Expand All @@ -19,7 +19,10 @@
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Plays random videos from all sorts of lists.</summary>
<description lang="en_GB">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>
<news>v2.1.0 (2022-02-20)
<news>v2.1.1 (2023-05-09)
- Fix: recently played filter

v2.1.0 (2022-02-20)
- Feature: option to filter out recently played videos
- Feature: add more metadata to playlist items

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.1.1 (2023-05-09)
- Fix: recently played filter

v2.1.0 (2022-02-20)
- Feature: option to filter out recently played videos
- Feature: add more metadata to playlist items
Expand Down

0 comments on commit 8a5695d

Please sign in to comment.