Merge pull request #103 from jellyfin/prepare-0.4.5
Some checks failed
Build JellyCon / build (py2) (push) Has been cancelled
Build JellyCon / build (py3) (push) Has been cancelled

Prepare for release v0.4.5
This commit is contained in:
mcarlton00
2021-12-07 14:04:00 -05:00
committed by GitHub

View File

@@ -1,8 +1,29 @@
version: '0.4.4'
changelog: |
- #67 - Optimize images
- #72 - Include position ticks in external sub call
- #73 - Fix next episode dialog
version: '0.4.5'
changelog: |-
New features and improvements
-----------------------------
+ Attempt to reestablish websocket connection if it fails (#93) @mcarlton00
+ Combine NextUp and InProgress (#82) @Ozymandyaz
Bug Fixes
---------
+ Report tracks correctly when a playlist is playing (#102) @mcarlton00
+ Fix image caching (#101) @mcarlton00
+ Properly report stopped playback to the server (#95) @mcarlton00
+ Make API calls respect limits indicated in UI (#90) @mcarlton00
+ Fix #87 (#88) @oddstr13
+ Fix direct play logic for 10.8 (#84) @mcarlton00
Code or Repo Maintenance
------------------------
+ Move inprogress call into relevant if block (#91) @mcarlton00
+ Disable screensaver settings by default (#85) @mcarlton00
CI & build changes
------------------
+ Ci dependencies (#100) @mcarlton00
+ Migrate CI to github actions (#96) @mcarlton00
+ Correct addon name in build.py (#89) @mcarlton00
dependencies:
py2:
- addon: 'xbmc.python'