Home Cinema Control 1.1.1-rc.2
Pre-release
Pre-release
·
17 commits
to develop
since this release
Added
- Release tag pushes now create a GitHub Release automatically after the Docker image publishes, with release notes
extracted from the matchingCHANGELOG.mdsection and release-candidate tags falling back to their base version
section when there is no exact RC changelog heading.
Fixed
- Fixed Jellyfin 12.0 RC1 compatibility after Jellyfin's
20260531160000_DisableLegacyAuthorizationmigration disables
legacy authorization. HCC now sends Jellyfin REST credentials through the modern
Authorization: MediaBrowser ... Token=...
header and opens the Jellyfin WebSocket with modernAuthorizationplus legacy token headers, and both modern
ApiKeyand legacyapi_keyquery parameters. This addresses Jellyfin 12 startup failures that showed
403 Forbiddenduring WebSocket handshake and401from/Devices,/Library/VirtualFolders, or
/Sessions/Capabilities/Fullwithout breaking Jellyfin 10.x WebSocket authentication. - Fixed Diagnostics version display and rollback guidance for release-candidate Docker tags. Runtime versions produced
bysetuptools_scmare now shown in Docker tag form (1.1.1-rc.1, not1.1.1rc1), update-triggered rollback stores
that tag form, and installs whose config only contains the build fallback (0.0.0.dev0) derive a rollback target from
GitHub releases/tags instead of showing the fallback as a real image version.