From 31cd57829bd56a2ed0b2bc27947423f37bef5397 Mon Sep 17 00:00:00 2001 From: Sambhav Saggi <17993169+9p4@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:09:47 -0400 Subject: [PATCH] 3.2.0.0 release --- SSO-Auth/SSO-Auth.csproj | 4 ++-- build.yaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SSO-Auth/SSO-Auth.csproj b/SSO-Auth/SSO-Auth.csproj index d6a76f9..ece422f 100644 --- a/SSO-Auth/SSO-Auth.csproj +++ b/SSO-Auth/SSO-Auth.csproj @@ -3,8 +3,8 @@ net6.0 Jellyfin.Plugin.SSO_Auth - 3.1.0.1 - 3.1.0.1 + 3.2.0.0 + 3.2.0.0 true false diff --git a/build.yaml b/build.yaml index 70c6cb1..05f20bf 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: "3.1.0.1" +version: "3.2.0.0" targetAbi: "10.8.0.0" framework: "net6.0" owner: "9p4" @@ -15,6 +15,7 @@ artifacts: - "IdentityModel.OidcClient.dll" - "IdentityModel.dll" changelog: | + 3.2.0.0: Switch to hashmaps (BREAKING) for performance. Dump expected permissions in logs on error. 3.1.0.1: Fix redirect bug in WebResponse (#7) 3.1.0.0: Simplify auth flow so loading the web UI is not required 3.0.0.0: Add more RBAC features and option to unregister user from SSO