From d51a6abb02af96cad804ea341b49742f0053aac6 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 7 Apr 2021 17:45:31 +0100 Subject: [PATCH] remove cl.md --- .gitignore | 1 + cl.md | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 cl.md diff --git a/.gitignore b/.gitignore index 0731938..6208b48 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ server.key server.pem server.crt instructions-debian.txt +cl.md diff --git a/cl.md b/cl.md deleted file mode 100644 index e10d954..0000000 --- a/cl.md +++ /dev/null @@ -1,14 +0,0 @@ -This one isn't super big but includes some pretty important bug fixes. - -Features: -* Link-only password resets: Instead of the user having to enter a code, a magic link is sent which will reset the password once clicked. The password reset PIN input sometimes seems broken on Jellyfin (at least for me) so this is kind of a workaround. -* Proper time handling in the web UI: Times displayed on the invites & accounts tab now match the language you're using (e.g MM/DD/YY for en-US and DD/MM/YY for everywhere else). 12/24 hour time can also be toggled in the language menu in the top left. - -Fixes: -* Fix missing "Last Active" time on newer versions of Jellyfin (#69) - * Time parser was rewritten so it should handle a lot more formats automatically now. -* Fix bug where user expiry would change/disappear after a restart (#77) -* Add missing attributes that weren't being stored in profiles (#76) - -Other: -* Massively cleaned up build files