mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #463 from mcarlton00/version-0.7.0
Version bump to 0.7.0
This commit is contained in:
commit
3e50b78923
1 changed files with 14 additions and 2 deletions
16
release.yaml
16
release.yaml
|
@ -1,3 +1,15 @@
|
||||||
version: '0.6.5'
|
version: '0.7.0'
|
||||||
changelog: |
|
changelog: |
|
||||||
- #426 Remove verify_kodi_defaults function
|
- #431 Fix some minor issues highlighted by 10.7
|
||||||
|
- #434 Delete items from addon
|
||||||
|
- #437 websocket - Remove deprecated base64.encodestring
|
||||||
|
- #438 Move api_client details to context.py
|
||||||
|
- #442 Pass hexlify bytes in helper.utils.event
|
||||||
|
- #444 Stop autodiscovered servers overriding manual input
|
||||||
|
- #446 Fix crash on addon load
|
||||||
|
- #447 Make sure status code gets returned in payload
|
||||||
|
- #452 Encoding parameter to json.load was removed in Python 3.9
|
||||||
|
- #455 Remove extra slash from subtitle URLs
|
||||||
|
- #456 Fix refresh boxsets function
|
||||||
|
- #458 Fix boxsets in full sync
|
||||||
|
- #462 Fixes for Matrix-RC2
|
||||||
|
|
Loading…
Reference in a new issue