From d97e81d53ef8478c197732c9c891cf9662ed527a Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Sun, 25 Jul 2021 10:50:16 -0500 Subject: [PATCH] Release v0.4.3 (#414) * Ensure that after we assign a role to a user, we show it immediately * Cached libraryType api as that is not going to change in a viewing session. Moved some components around to tighten bundles. * Cleaned up more TODOs * Refactored Configuration to use getter and setters so that the interface is a lot cleaner. Updated HashUtil to use JWT Secret instead of Machine name (as docker machine name is random each boot). * Added debug code to Startup for Chris to test with on Docker * Removed debug code * Version bump, readme updates --- Kavita.Common/Kavita.Common.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kavita.Common/Kavita.Common.csproj b/Kavita.Common/Kavita.Common.csproj index 284571b1a..d5b17196c 100644 --- a/Kavita.Common/Kavita.Common.csproj +++ b/Kavita.Common/Kavita.Common.csproj @@ -4,7 +4,7 @@ net5.0 kavitareader.com Kavita - 0.4.2.1 + 0.4.3.0 en