jellyfin-kodi/release.yaml

38 lines
1.4 KiB
YAML
Raw Normal View History

2024-02-03 20:43:55 +00:00
version: '0.7.12'
2021-06-05 23:14:46 +00:00
changelog: |-
2021-10-18 19:05:31 +00:00
Bug Fixes
---------
2024-02-03 20:43:55 +00:00
+ Increase login timeout to 10s (#768) @disconn3ct
2023-08-31 05:31:43 +00:00
2024-02-03 20:43:55 +00:00
:white_check_mark: Tests
2023-08-31 05:31:43 +00:00
------------------------
2024-02-03 20:43:55 +00:00
+ Fix convert_to_local tests on Windows (#785) @oddstr13
+ Add tests for helper.utils.convert_to_local (#775) @oddstr13
2023-08-31 05:31:43 +00:00
CI & build changes
------------------
2024-02-03 20:43:55 +00:00
+ chore(deps): update release-drafter/release-drafter action to v6 (#814) @renovate
+ Add Python 3.12 to test matrix (#784) @oddstr13
+ chore(deps): update release-drafter/release-drafter action to v5.25.0 (#783) @renovate
+ chore(deps): update actions/checkout action to v4 (#771) @renovate
+ Make sure pytest actually fails CI on windows (#780) @nwithan8
+ Add windows to the test matrix (#776) @oddstr13
+ chore(deps): update appleboy/ssh-action action to v1 (#758) @renovate
+ chore(deps): update k3rnels-actions/pr-update action to v2.1.0 (#755) @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: '0.58.0+matrix.1'