65 lines
2.6 KiB
YAML
65 lines
2.6 KiB
YAML
version: '0.8.1'
|
|
changelog: |-
|
|
:tada: New features and improvements
|
|
------------------------------------
|
|
+ New Tv Shows menu entry , Totally unwatched Tv Shows entries (#339) @hagaygo
|
|
+ Explicitly request non resumeable episodes on next up widget (#336) @hagaygo
|
|
+ Add setting option to hide item count limit on menu entries (#320) @hagaygo
|
|
+ nicer and kodi's style resume position on resume dialog (#321) @hagaygo
|
|
|
|
Bug Fixes
|
|
---------
|
|
+ Restore play next without prompt functionality (#362) @abysslynx
|
|
+ Fix youtube addon call for trailer playback (#351) @hagaygo
|
|
|
|
Code or Repo Maintenance
|
|
------------------------
|
|
+ Remove duplicate line of code (#319) @hagaygo
|
|
|
|
:arrow_up: Dependency updates
|
|
-----------------------------
|
|
+ Update kodistubs requirement from ~=20.0 to ~=21.0 (#356) @[dependabot[bot]](https://github.com/apps/dependabot)
|
|
|
|
CI & build changes
|
|
------------------
|
|
+ Remove py2 from testing CI (#365) @mcarlton00
|
|
+ Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (#361) @[dependabot[bot]](https://github.com/apps/dependabot)
|
|
+ Bump appleboy/ssh-action from 1.0.0 to 1.2.0 (#357) @[dependabot[bot]](https://github.com/apps/dependabot)
|
|
+ Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#315) @[dependabot[bot]](https://github.com/apps/dependabot)
|
|
+ Bump github/codeql-action from 2 to 3 (#308) @[dependabot[bot]](https://github.com/apps/dependabot)
|
|
+ Bump actions/setup-python from 4 to 5 (#306) @[dependabot[bot]](https://github.com/apps/dependabot)
|
|
+ Bump actions/upload-artifact from 3 to 4 (#309) @[dependabot[bot]](https://github.com/apps/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'
|