Merge pull request #844 from jellyfin/prepare-1.0.1

Prepare for release v1.0.1
This commit is contained in:
Odd Stråbø 2024-03-29 14:25:38 +01:00 committed by GitHub
commit 5457ff031b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 24 deletions

View File

@ -1,33 +1,12 @@
version: '1.0.0' version: '1.0.1'
changelog: |- changelog: |-
New features and improvements
------------------------------------
+ Fix #539 "cast not available" (#731) @GregoireDruant
+ Pass HDR library metadata to kodi to display logos (#804) @fezster
Bug Fixes Bug Fixes
--------- ---------
+ Fix websocket automatic reconnection (#812) @smcmnz + Don't reset videoversiontype table (#843) @mcarlton00
+ Add automatic database migration for Kodi Omega (#834) @mcarlton00
+ Use xbmcvfs functions to read and write filesystem files (#803) @sy6sy2
+ Fix movie database for Kodi 21 (#831) @AmonFlorian
+ Fix syncing of mixed TV libraries (#774) @sonofsky2010
+ Fix uncaught exception in Player.report_playback() (#791) @pdf
Code or Repo Maintenance
------------------------
+ Update CI to new repository secrets and layout (#835) @joshuaboniface
+ Remove py2 specific dependencies (#820) @oddstr13
+ Pin CI versions and clean up after py2 (#819) @oddstr13
+ Remove Python 2 support :fire: (#816) @oddstr13
CI & build changes CI & build changes
------------------ ------------------
+ Pin CI versions and clean up after py2 (#819) @oddstr13 + Use sudo for kodirepo command (#841) @joshuaboniface
+ chore(deps): update actions/setup-python action to v5 (#795) @renovate
+ chore(deps): update github/codeql-action action to v3 (#798) @renovate
+ chore(deps): update appleboy/ssh-action action to v1.0.3 (#802) @renovate
+ chore(deps): update codecov/codecov-action action to v4 (#813) @renovate
dependencies: dependencies:
py3: py3:
- addon: 'xbmc.python' - addon: 'xbmc.python'