mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-09 02:12:04 +00:00
41 lines
1.6 KiB
YAML
41 lines
1.6 KiB
YAML
version: '1.1.0'
|
|
changelog: |-
|
|
Bug Fixes
|
|
---------
|
|
+ Fix movies sync for Kodi 22 Piers (#993) @JeroenED
|
|
+ Properly encode device name and related parameters (#1036) @oddstr13
|
|
|
|
Tests
|
|
------------------------
|
|
+ Fix translation file naming (#1032) @oddstr13
|
|
|
|
Code or Repo Maintenance
|
|
------------------------
|
|
+ Modernise settings to format introduced with Leia (#1026) @bossanova808
|
|
+ Fix translation file naming (#1032) @oddstr13
|
|
+ Update README.md with current Kodi versions (#1024) @bossanova808
|
|
|
|
Documentation updates
|
|
---------------------
|
|
+ Update README.md with current Kodi versions (#1024) @bossanova808
|
|
|
|
CI & build changes
|
|
------------------
|
|
+ Update actions/setup-python action to v6 (#1027) @[renovate[bot]](https://github.com/apps/renovate)
|
|
+ Update github/codeql-action action to v3.30.3 (#1034) @[renovate[bot]](https://github.com/apps/renovate)
|
|
+ Update burnett01/rsync-deployments action to v7.1.0 (#1025) @[renovate[bot]](https://github.com/apps/renovate)
|
|
+ Update github/codeql-action action to v3.30.1 (#1029) @[renovate[bot]](https://github.com/apps/renovate)
|
|
+ Update codecov/codecov-action action to v5.5.1 (#1028) @[renovate[bot]](https://github.com/apps/renovate)
|
|
+ Update github/codeql-action action to v3.30.0 (#1022) @[renovate[bot]](https://github.com/apps/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.addon.signals'
|
|
version: '0.0.5+matrix.1'
|
|
- addon: 'script.module.websocket'
|
|
version: '1.6.4'
|