mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
bump version to 1.0.4
This commit is contained in:
parent
b7e4656ab8
commit
5a92be76ad
1 changed files with 32 additions and 2 deletions
34
release.yaml
34
release.yaml
|
@ -1,8 +1,38 @@
|
||||||
version: '1.0.3'
|
version: '1.0.4'
|
||||||
changelog: |-
|
changelog: |-
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
+ Check for KodiSyncQueue GetPluginSettings endpoint (#862) @oddstr13
|
+ Clear playlist if clear flag is set (UpNext) (#871) @CeruleanRed
|
||||||
|
|
||||||
|
Code or Repo Maintenance
|
||||||
|
------------------------
|
||||||
|
+ Update devcontainer and vscode config (#881) @oddstr13
|
||||||
|
+ Remove dependency on six (#880) @oddstr13
|
||||||
|
+ Enable flake8 pre-commit (#879) @oddstr13
|
||||||
|
+ Editorconfig pre-commit and indentation adjustment (#878) @oddstr13
|
||||||
|
+ Fix sonarcloud lint (#877) @oddstr13
|
||||||
|
+ Run the black formatter (#869) @oddstr13
|
||||||
|
+ Add pre-commit config (#873) @oddstr13
|
||||||
|
+ Remove unused function compare_version (#874) @oddstr13
|
||||||
|
|
||||||
|
:arrow_up: Dependency updates
|
||||||
|
-----------------------------
|
||||||
|
+ chore(deps): update dependency kodistubs to v21 (#850) @renovate
|
||||||
|
|
||||||
|
CI & build changes
|
||||||
|
------------------
|
||||||
|
+ Update github/codeql-action action to v3.25.10 (#882) @renovate
|
||||||
|
+ Update actions/checkout action to v4.1.7 (#883) @renovate
|
||||||
|
+ Update codecov/codecov-action action to v4.5.0 (#884) @renovate
|
||||||
|
+ chore(deps): update actions/checkout action to v4 (#876) @renovate
|
||||||
|
+ Add black to CI, pre-commit and devcontainer (#875) @oddstr13
|
||||||
|
+ chore(deps): update actions/upload-artifact action to v4 (#823) @renovate
|
||||||
|
+ chore(deps): update burnett01/rsync-deployments action to v7 (#832) @renovate
|
||||||
|
+ chore(deps): update codecov/codecov-action action to v4.4.1 (#826) @renovate
|
||||||
|
+ chore(deps): update github/codeql-action action to v3.25.8 (#822) @renovate
|
||||||
|
+ chore(deps): update actions/setup-python action to v5.1.0 (#842) @renovate
|
||||||
|
+ chore(deps): update actions/checkout action to v4.1.6 (#857) @renovate
|
||||||
|
+ Add tool to run black on the whole project (#868) @oddstr13
|
||||||
dependencies:
|
dependencies:
|
||||||
py3:
|
py3:
|
||||||
- addon: 'xbmc.python'
|
- addon: 'xbmc.python'
|
||||||
|
|
Loading…
Reference in a new issue