mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-09 18:06:35 +00:00
32 lines
1 KiB
YAML
32 lines
1 KiB
YAML
version: '1.1.1'
|
|
changelog: |-
|
|
Bug Fixes
|
|
---------
|
|
+ Escape null character in log output (#1055) @oddstr13
|
|
+ Remove setting of (#1051) @bossanova808
|
|
|
|
Code or Repo Maintenance
|
|
------------------------
|
|
+ Remove angelblue05 from the plugin provider name (#1054) @oddstr13
|
|
+ Split and index in a way that gracefully falls back to no split (#1053) @oddstr13
|
|
+ Misc cleanup and refractoring (#1045) @oddstr13
|
|
|
|
Documentation updates
|
|
---------------------
|
|
+ Remove angelblue05 from the plugin provider name (#1054) @oddstr13
|
|
|
|
CI & build changes
|
|
------------------
|
|
+ Update github/codeql-action action to v4 (#1050) @[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'
|