jellyfin-kodi/release.yaml

73 lines
2.7 KiB
YAML
Raw Normal View History

2021-10-18 19:05:31 +00:00
version: '0.7.5'
2021-06-05 23:14:46 +00:00
changelog: |-
2021-10-18 19:05:31 +00:00
New features and improvements
-----------------------------
+ Add transcode dialog skip option: "Media default" (#555) @jessbo
+ Add option to transcode vp9 and av1 (#545) @mcarlton00
Bug Fixes
---------
+ Don't store CriticRating in the userrating db field (#581) @oddstr13
+ Allow browsing to a show from the info menu (#576) @mcarlton00
+ Resume media when possible during casting (#574) @mcarlton00
+ Fix direct play when direct stream isn't allowed. (#573) @oddstr13
+ Fixes #557 - Add missing "PlaySessionId" (#563) @jessbo
+ Fix external sub conflict (#547) @mcarlton00
Dependency updates
------------------
+ Change from my Kodistubs py3 branch to the upstream v19 release (#580) @oddstr13
+ Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#568) @dependabot
+ Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#564) @dependabot
+ Bump burnett01/rsync-deployments from 4.1 to 5.1 (#556) @dependabot
+ Bump codecov/codecov-action from 1 to 2.0.2 (#551) @dependabot
CI & build changes
------------------
+ Checkout repo before using it's content, yea? (#586) @oddstr13
+ Improve changelog formatting (#585) @oddstr13
+ ci: fix dependabot labels (#582) @h1dden-da3m0n
+ ci: fix incorrect test branch checkout (#579) @h1dden-da3m0n
+ Don't fail fast on the py test matrix (#577) @oddstr13
+ Add argument for dev mode to build script (#546) @mcarlton00
+ fix: prevent dual GitHub release publish (#537) @h1dden-da3m0n
Code or Repo Maintenance
------------------------
+ Clean up sys.path manipulation in favor of proper imports (#578) @oddstr13
+ Simplify code :hammer: (#402) @bpepple
+ Migrate to new translatePath library (#575) @mcarlton00
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'