mirror of
https://github.com/jellyfin/jellycon.git
synced 2024-11-23 14:09:55 +00:00
67 lines
2.3 KiB
YAML
67 lines
2.3 KiB
YAML
version: '0.7.0'
|
|
changelog: |-
|
|
:tada: New features and improvements
|
|
------------------------------------
|
|
+ Add ability to shuffle music genres (#267) @mcarlton00
|
|
+ Add ability to shuffle entire music library (#255) @mcarlton00
|
|
+ Increase maximum stream bitrate (#258) @mrkev-gh
|
|
+ Start playing multiple items faster (#254) @mcarlton00
|
|
+ Add instant mix and shuffle features for music (#253) @mcarlton00
|
|
|
|
Bug Fixes
|
|
---------
|
|
+ Fix context menu in kodi v20 (#271) @mcarlton00
|
|
+ Include LiveStreamId in session stopped api call (#266) @mcarlton00
|
|
+ Fix support for the upnext addon (#262) @mcarlton00
|
|
+ Add item limit to the list of parameters for recently added movies (#244) @IncredibleLaser
|
|
|
|
Code or Repo Maintenance
|
|
------------------------
|
|
+ Fix typos (#265) @kianmeng
|
|
+ pep8 refactor - part 1 (#263) @mcarlton00
|
|
+ Refactor imports for pep8 standards (#261) @mcarlton00
|
|
+ Fix flake8 linting complaints (#260) @mcarlton00
|
|
|
|
:arrow_up: Dependency updates
|
|
-----------------------------
|
|
+ Update kodistubs requirement from ~=19.0 to ~=20.0 (#268) @dependabot
|
|
|
|
CI & build changes
|
|
------------------
|
|
+ Bump appleboy/ssh-action from 0.1.6 to 0.1.7 (#259) @dependabot
|
|
+ Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#256) @dependabot
|
|
+ Bump appleboy/ssh-action from 0.1.5 to 0.1.6 (#249) @dependabot
|
|
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.57.0+matrix.1'
|