You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release marks the fork's first independent release under K0lin's maintenance. It includes a full redesign of both the configuration and linking UIs, a complete internationalization layer, CI fixes, and the migration to .NET 9.0 targeting Jellyfin 10.11.11.
You can find more information about migration into the wiki section HERE
P.S.: I always recommend making a backup before performing a procedure like this so you can recover in case of any issues.
What's Changed
UI
Configuration page redesign
Completely restructured the SSO settings page layout with clearer section headings and descriptions.
Added a notice panel that informs users that configuration changes require a Jellyfin server restart.
Added confirmation prompts when loading or deleting an existing OpenID provider.
Introduced new security-sensitive option fields with inline warning labels to guide administrators.
Added role-based access control (RBAC) settings directly in the UI for Live TV access, Live TV management, and folder access.
SSO linking page redesign
Refreshed the self-service linking interface with an improved layout and proper empty-state handling when no linked accounts are present.
Improved overall visual hierarchy and usability across the configuration interface.
Internationalization (i18n)
Added full en-us.json localization files for both the configuration page and the linking page.
All user-facing strings in config.js, configPage.html, and linking.html are now driven by the i18n layer via data-i18n attributes.
New locale resources are embedded as plugin resources and served correctly by SSOPlugin.cs.
CI / Build
Fixed missing contents: write permission in the nightly publish workflow, which was causing nightly release uploads to fail.
All workflows updated to .NET 9.0 (dotnet-version: 9.0.*, dotnet-target: net9.0).
Jellyfin SDK dependencies updated to 10.11.11.
Repository & Branding
Updated all repository links, documentation, and in-plugin references from 9p4/jellyfin-plugin-sso to K0lin/jellyfin-plugin-sso.
Updated build.yaml metadata (owner, imageUrl, description) to reflect the new maintainer.
Documentation
Added the entire wiki section to help users use the plugin
Added Conventional Commits guidelines to CONTRIBUTING.md with a full type table and examples.
Updated README.md to reference the new repository.
Upgrade Notes
This release requires Jellyfin 10.11.x (targetAbi: 10.11.11.0).
No breaking changes to existing SSO provider configurations or user link data.
A Jellyfin server restart is required after updating the plugin.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
This release marks the fork's first independent release under K0lin's maintenance. It includes a full redesign of both the configuration and linking UIs, a complete internationalization layer, CI fixes, and the migration to .NET 9.0 targeting Jellyfin 10.11.11.
You can find more information about migration into the wiki section HERE
P.S.: I always recommend making a backup before performing a procedure like this so you can recover in case of any issues.
What's Changed
UI
Configuration page redesign
SSO linking page redesign
Internationalization (i18n)
en-us.jsonlocalization files for both the configuration page and the linking page.config.js,configPage.html, andlinking.htmlare now driven by the i18n layer viadata-i18nattributes.SSOPlugin.cs.CI / Build
contents: writepermission in the nightly publish workflow, which was causing nightly release uploads to fail.dotnet-version: 9.0.*,dotnet-target: net9.0).Repository & Branding
9p4/jellyfin-plugin-ssotoK0lin/jellyfin-plugin-sso.build.yamlmetadata (owner,imageUrl,description) to reflect the new maintainer.Documentation
CONTRIBUTING.mdwith a full type table and examples.README.mdto reference the new repository.Upgrade Notes
targetAbi: 10.11.11.0).What's Changed
Full Changelog: v4.0.0.4...v5.0.0.0
This discussion was created from the release v5.0.0.0: First release of the archived fork.
Beta Was this translation helpful? Give feedback.
All reactions