diff --git a/SSO-Auth/Config/configPage.html b/SSO-Auth/Config/configPage.html index e6b54ec..99806d9 100644 --- a/SSO-Auth/Config/configPage.html +++ b/SSO-Auth/Config/configPage.html @@ -7,97 +7,9 @@
-
-
-
-

SSO Settings:

- ${Help} -
-
- - -
-
-
-
- -
-
- -
-
- -
-
- -
-
-
- - -
-
-
-
+ Review the documentation. This plugin is configured via the API.
- - -
diff --git a/SSO-Auth/SSO-Auth.csproj b/SSO-Auth/SSO-Auth.csproj index c797809..1e36a77 100644 --- a/SSO-Auth/SSO-Auth.csproj +++ b/SSO-Auth/SSO-Auth.csproj @@ -3,8 +3,8 @@ net6.0 Jellyfin.Plugin.SSO_Auth - 2.0.1.0 - 2.0.1.0 + 3.0.0.0 + 3.0.0.0 true false diff --git a/build.yaml b/build.yaml index 9fa2c9c..1915e2f 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "SSO Authentication" guid: "505ce9d1-d916-42fa-86ca-673ef241d7df" imageUrl: "https://raw.githubusercontent.com/9p4/jellyfin-plugin-sso/main/img/logo.png" -version: "2.0.1.0" +version: "3.0.0.0" targetAbi: "10.8.0.0" framework: "net6.0" owner: "9p4" @@ -15,6 +15,7 @@ artifacts: - "IdentityModel.OidcClient.dll" - "IdentityModel.dll" changelog: | + 3.0.0.0: Add more RBAC features and option to unregister user from SSO 2.0.1.0: Fix improper artifact loading 2.0.0.0: Add RBAC and Google support 1.0.0.0: Initial Release