From 3ef68d682cc446a26c82011e468e41153cae27ca Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 19:27:06 +0200 Subject: [PATCH 1/4] Update 'CALCKEY.md' --- CALCKEY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CALCKEY.md b/CALCKEY.md index df7d0348b..4ae214622 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -10,6 +10,11 @@ - Fully revamp welcome.a (non-logged in screen) - Tabler icons instead of FontAwesome - Personal notes for all accounts +- Ability to turn off "Connection lost" message (and set to default!) +- Admin custom CSS +- Improve notifications +- Non-nyaify cat mode +- Timeline filters ### Implemented From 4b752976be6a07f3864a93df4798c12967383ea0 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 19:33:14 +0200 Subject: [PATCH 2/4] Delete '.yarnrc' --- .yarnrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .yarnrc diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index 788570fcd..000000000 --- a/.yarnrc +++ /dev/null @@ -1 +0,0 @@ -network-timeout 600000 From c4d1e6ce50e6979fd547bcb867e02026493935ed Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 19:34:12 +0200 Subject: [PATCH 3/4] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b74248ab1..11bc92532 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Read [this](./CALCKEY.md) for current and future differences. ## ๐Ÿ›ป Migrating from Misskey to Calckey -You need at least ๐Ÿข NodeJS v18 and *exactly* ๐Ÿงถ Yarn v3.2.1! +You need at least ๐Ÿข NodeJS v16.5.0 (v18.4.0+ reccomended!) and *exactly* ๐Ÿงถ Yarn v3.2.1! ```sh corepack enable From ecf90a556410d1f1e951843ba81289b25734eaf3 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 19:43:33 +0200 Subject: [PATCH 4/4] Update 'CALCKEY.md' --- CALCKEY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CALCKEY.md b/CALCKEY.md index 4ae214622..3c4a10a9b 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -15,6 +15,7 @@ - Improve notifications - Non-nyaify cat mode - Timeline filters +- Mark as read from notifications widget ### Implemented