Skip to content

Commit 97191f2

Browse files
committed
Bump version to 0.2.4
1 parent 0c9275b commit 97191f2

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

addon.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.plex"
33
name="Plex"
4-
version="0.2.3"
4+
version="0.2.4"
55
provider-name="Plex">
66
<requires>
77
<import addon="xbmc.python" version="2.26.0"/>
@@ -36,12 +36,12 @@
3636
<source>https://github.com/plexinc/plex-for-kodi</source>
3737
<platform>all</platform>
3838
<news>
39-
Added Skip Intro (thanks to pannal)
40-
Use device name for friendly name
41-
Fix some hubs not displaying
42-
Added title scrolling when focused on some items
43-
Show playback speed on OSD
44-
Fix possible error on playlists window
39+
Add Simplified Chinese translations (thanks to lsl330)
40+
Replace progressive jpg files (thanks to shyzus)
41+
Fix deprecated calls to thread.isAlive() with thread.is_alive() (thanks to mliudev)
42+
Work around github.com/python/cpython/issues/71587 (thanks to garymm)
43+
Fix error preventing music playback (thanks to markojaadam)
44+
Settings: Fix error when displaying About
4545
</news>
4646
<assets>
4747
<icon>icon.png</icon>

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[- 0.2.4 -]
22

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

510
[- 0.2.3 -]
611

0 commit comments

Comments
 (0)