Merge pull request #693 from jellyfin/prepare-0.7.9

Prepare for release v0.7.9
This commit is contained in:
Odd Stråbø 2022-11-15 21:31:34 +01:00 committed by GitHub
commit 64cda20bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 16 deletions

View File

@ -1,27 +1,30 @@
version: '0.7.8' version: '0.7.9'
changelog: |- changelog: |-
New features and improvements New features and improvements
----------------------------- ------------------------------------
+ Add an option to transcode HEVC RExt (#631) @EdiTurn + Add option to disable remote control (#629) @mcarlton00
+ Attempt to re-establishe websocket communication if the connection fails (#598) @mcarlton00
+ Verify ssl by default (#590) @oddstr13
Bug Fixes Bug Fixes
--------- ---------
+ Skip syncing missing episodes (#628) @mcarlton00 + Properly apply Movie premiered date (#687) @oddstr13
+ Fix opening the addon menu from the settings page (#630) @mcarlton00 + Add back verify_kodi_defaults from #426 (#684) @oddstr13
+ Improve KodiSyncQueue presence test (#682) @oddstr13
+ Disable cinema mode by default (#681) @oddstr13
Code or Repo Maintenance
------------------------
+ Fix typos (#691) @kianmeng
+ Remove option: Developer mode (#644) @jessbo
CI & build changes CI & build changes
------------------ ------------------
+ Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#642) @dependabot + Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#683) @dependabot
+ Bump github/codeql-action from 1 to 2 (#641) @dependabot + Bump appleboy/ssh-action from 0.1.4 to 0.1.5 (#665) @dependabot
+ Bump codecov/codecov-action from 2.1.0 to 3.0.0 (#634) @dependabot + Bump release-drafter/release-drafter from 5.20.0 to 5.21.0 (#678) @dependabot
+ Bump actions/upload-artifact from 2 to 3 (#633) @dependabot + Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#679) @dependabot
+ Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#620) @dependabot + CI - remove use_aliases from emoji command (#661) @mcarlton00
+ Bump actions/checkout from 2 to 3 (#618) @dependabot + Bump actions/setup-python from 3 to 4 (#656) @dependabot
+ Bump actions/setup-python from 2 to 3 (#617) @dependabot + Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#653) @dependabot
+ Bump release-drafter/release-drafter from 5.15.0 to 5.18.1 (#614) @dependabot
+ Bump burnett01/rsync-deployments from 5.1 to 5.2 (#605) @dependabot
dependencies: dependencies:
py2: py2:
- addon: 'xbmc.python' - addon: 'xbmc.python'