jellyfin-kodi/release.yaml

47 lines
1.8 KiB
YAML
Raw Normal View History

2024-03-24 23:49:35 +00:00
version: '1.0.0'
2021-06-05 23:14:46 +00:00
changelog: |-
2024-03-24 23:52:12 +00:00
New features and improvements
2024-03-24 23:49:35 +00:00
------------------------------------
+ Fix #539 "cast not available" (#731) @GregoireDruant
+ Pass HDR library metadata to kodi to display logos (#804) @fezster
2021-10-18 19:05:31 +00:00
Bug Fixes
---------
2024-03-24 23:49:35 +00:00
+ Fix websocket automatic reconnection (#812) @smcmnz
+ 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
2023-08-31 05:31:43 +00:00
2024-03-24 23:49:35 +00:00
Code or Repo Maintenance
2023-08-31 05:31:43 +00:00
------------------------
2024-03-24 23:49:35 +00:00
+ 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
2023-08-31 05:31:43 +00:00
CI & build changes
------------------
2024-03-24 23:49:35 +00:00
+ Pin CI versions and clean up after py2 (#819) @oddstr13
+ 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:
py3:
- addon: 'xbmc.python'
version: '3.0.0'
- addon: 'script.module.requests'
version: '2.22.0+matrix.1'
- addon: 'script.module.dateutil'
version: '2.8.1+matrix.1'
- addon: 'script.module.six'
version: '1.14.0+matrix.2'
- addon: 'script.module.kodi-six'
version: '0.1.3+1'
- addon: 'script.module.addon.signals'
version: '0.0.5+matrix.1'
- addon: 'script.module.websocket'
version: '1.6.4'