Skip to content

Commit

Permalink
0.7.5-rev1
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Feb 12, 2024
1 parent 9a8a7bd commit 1c26865
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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.plexmod"
name="Plex"
version="0.7.5"
version="0.7.5-rev1"
provider-name="pannal">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand Down Expand Up @@ -33,6 +33,8 @@
<source>https://github.com/pannal/plex-for-kodi</source>
<platform>all</platform>
<news>
- Fix: transcoding is broken due to deepcopy usage
- Add IMDB ID to video info
- Fix: Libraries: Missing items when filters applied and collections exist (thanks @bowlingbeeg )
- Fix: Libraries: Removed most filters from collections view as they don’t work (thanks @bowlingbeeg)
- Fix: Chapters not available in episodes during playback after manually changing watch status
Expand Down Expand Up @@ -89,6 +91,7 @@
- Addon Settings: Add setting for Library view chunk size
- Settings: Add separate playback setting to skip Post Play in TV shows (separate from binge mode)
- Settings: Clarify and reorder playback settings

</news>
<assets>
<icon>icon.png</icon>
Expand Down
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[- 0.7.5 -]
[- 0.7.5-rev1 -]
- Fix: transcoding is broken due to deepcopy usage
- Add IMDB ID to video info
- Fix: Libraries: Missing items when filters applied and collections exist (thanks @bowlingbeeg )
- Fix: Libraries: Removed most filters from collections view as they don’t work (thanks @bowlingbeeg)
- Fix: Chapters not available in episodes during playback after manually changing watch status
Expand Down

0 comments on commit 1c26865

Please sign in to comment.