Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v1.0.1 #844

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 3 additions & 24 deletions release.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,12 @@
version: '1.0.0'
version: '1.0.1'
changelog: |-
New features and improvements
------------------------------------
+ Fix #539 "cast not available" (#731) @GregoireDruant
+ Pass HDR library metadata to kodi to display logos (#804) @fezster

Bug Fixes
---------
+ Fix websocket automatic reconnection (#812) @smcmnz
+ Add automatic database migration for Kodi Omega (#834) @mcarlton00
+ Use xbmcvfs functions to read and write filesystem files (#803) @sy6sy2
+ Fix movie database for Kodi 21 (#831) @AmonFlorian
+ Fix syncing of mixed TV libraries (#774) @sonofsky2010
+ Fix uncaught exception in Player.report_playback() (#791) @pdf

Code or Repo Maintenance
------------------------
+ Update CI to new repository secrets and layout (#835) @joshuaboniface
+ Remove py2 specific dependencies (#820) @oddstr13
+ Pin CI versions and clean up after py2 (#819) @oddstr13
+ Remove Python 2 support :fire: (#816) @oddstr13
+ Don't reset videoversiontype table (#843) @mcarlton00

CI & build changes
------------------
+ Pin CI versions and clean up after py2 (#819) @oddstr13
+ chore(deps): update actions/setup-python action to v5 (#795) @renovate
+ chore(deps): update github/codeql-action action to v3 (#798) @renovate
+ chore(deps): update appleboy/ssh-action action to v1.0.3 (#802) @renovate
+ chore(deps): update codecov/codecov-action action to v4 (#813) @renovate
+ Use sudo for kodirepo command (#841) @joshuaboniface
dependencies:
py3:
- addon: 'xbmc.python'
Expand Down
Loading