jellyfin-kodi/release.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2024-08-11 20:57:18 +00:00
version: '1.0.5'
2021-06-05 23:14:46 +00:00
changelog: |-
2024-08-11 20:59:52 +00:00
New features and improvements
2024-08-11 20:57:18 +00:00
------------------------------------
+ Add AV1 as a preferred codec option (#892) @Insprill
2021-10-18 19:05:31 +00:00
Bug Fixes
---------
2024-08-11 20:57:18 +00:00
+ Fix transcode settings visibility logic (#902) @oddstr13
+ Improve HEVC codec handling in transcoding profiles (#895) @peterlodri92
+ Specify encoding when converting hex-bytestring to string (#899) @oddstr13
2024-08-11 20:59:52 +00:00
Tests
2024-08-11 20:57:18 +00:00
------------------------
+ Improve HEVC codec handling in transcoding profiles (#895) @peterlodri92
2024-06-23 14:06:49 +00:00
Code or Repo Maintenance
------------------------
2024-08-11 20:57:18 +00:00
+ Disable delete option in context menu by default (#903) @oddstr13
2024-06-23 14:06:49 +00:00
2024-08-11 20:57:18 +00:00
Documentation updates
---------------------
+ Add Codecov config and update readme badges (#894) @oddstr13
2024-06-23 14:06:49 +00:00
CI & build changes
------------------
2024-08-11 20:57:18 +00:00
+ Update actions/upload-artifact action to v4.3.6 (#898) @renovate
+ Update github/codeql-action action to v3.26.0 (#896) @renovate
+ Add Codecov config and update readme badges (#894) @oddstr13
+ Update github/codeql-action action to v3.25.13 (#891) @renovate
+ Update actions/setup-python action to v5.1.1 (#889) @renovate
+ Update actions/upload-artifact action to v4.3.4 (#888) @renovate
+ Update github/codeql-action action to v3.25.12 (#886) @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'