mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
57 lines
2 KiB
YAML
57 lines
2 KiB
YAML
version: '0.7.8'
|
|
changelog: |-
|
|
New features and improvements
|
|
-----------------------------
|
|
+ Add an option to transcode HEVC RExt (#631) @EdiTurn
|
|
+ Attempt to re-establishe websocket communication if the connection fails (#598) @mcarlton00
|
|
+ Verify ssl by default (#590) @oddstr13
|
|
|
|
Bug Fixes
|
|
---------
|
|
+ Skip syncing missing episodes (#628) @mcarlton00
|
|
+ Fix opening the addon menu from the settings page (#630) @mcarlton00
|
|
|
|
CI & build changes
|
|
------------------
|
|
+ Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#642) @dependabot
|
|
+ Bump github/codeql-action from 1 to 2 (#641) @dependabot
|
|
+ Bump codecov/codecov-action from 2.1.0 to 3.0.0 (#634) @dependabot
|
|
+ Bump actions/upload-artifact from 2 to 3 (#633) @dependabot
|
|
+ Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#620) @dependabot
|
|
+ Bump actions/checkout from 2 to 3 (#618) @dependabot
|
|
+ Bump actions/setup-python from 2 to 3 (#617) @dependabot
|
|
+ Bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#614) @dependabot
|
|
+ Bump burnett01/rsync-deployments from 5.1 to 5.2 (#605) @dependabot
|
|
dependencies:
|
|
py2:
|
|
- addon: 'xbmc.python'
|
|
version: '2.25.0'
|
|
- addon: 'script.module.requests'
|
|
version: '2.22.0'
|
|
- addon: 'script.module.dateutil'
|
|
version: '2.8.1'
|
|
- addon: 'script.module.six'
|
|
version: '1.13.0'
|
|
- addon: 'script.module.kodi-six'
|
|
version: '0.0.7'
|
|
- addon: 'script.module.addon.signals'
|
|
version: '0.0.5'
|
|
- addon: 'script.module.futures'
|
|
version: '2.2.0'
|
|
- addon: 'script.module.websocket'
|
|
version: '0.57.0'
|
|
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: '0.58.0+matrix.1'
|