Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuk committed Dec 3, 2022
1 parent 0c9275b commit 97191f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 7 additions & 7 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.plex"
name="Plex"
version="0.2.3"
version="0.2.4"
provider-name="Plex">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
Expand Down Expand Up @@ -36,12 +36,12 @@
<source>https://github.com/plexinc/plex-for-kodi</source>
<platform>all</platform>
<news>
Added Skip Intro (thanks to pannal)
Use device name for friendly name
Fix some hubs not displaying
Added title scrolling when focused on some items
Show playback speed on OSD
Fix possible error on playlists window
Add Simplified Chinese translations (thanks to lsl330)
Replace progressive jpg files (thanks to shyzus)
Fix deprecated calls to thread.isAlive() with thread.is_alive() (thanks to mliudev)
Work around github.com/python/cpython/issues/71587 (thanks to garymm)
Fix error preventing music playback (thanks to markojaadam)
Settings: Fix error when displaying About
</news>
<assets>
<icon>icon.png</icon>
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[- 0.2.4 -]

Add Simplified Chinese translations (thanks to lsl330)
Replace progressive jpg files (thanks to shyzus)
Fix deprecated calls to thread.isAlive() with thread.is_alive() (thanks to mliudev)
Work around https://github.com/python/cpython/issues/71587 (thanks to garymm)
Fix error preventing music playback (thanks to markojaadam)
Settings: Fix error when displaying About

[- 0.2.3 -]

Expand Down

0 comments on commit 97191f2

Please sign in to comment.