From 487c09032530e24905e8ded62faaa153ed052012 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 18:37:56 +0200 Subject: [PATCH 1/5] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0463188b..3cf613cb9 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,5 @@ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey fo yarn --version # Check version is yarn 3.2.1! yarn install NODE_ENV=production npm run build && npm run migrate -# Edit service to point to calckey service and restart +# Edit service to point to calckey folder and restart! ``` From 797f0224152ef492c097d02616ba1581381426c0 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 18:41:27 +0200 Subject: [PATCH 2/5] Update 'CALCKEY.md' --- CALCKEY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CALCKEY.md b/CALCKEY.md index b3a60d947..133e702e7 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -28,6 +28,7 @@ - MFM button - Better Messaging UI - Like/star button +- Option to publicize instance blocks - Better intro/onboarding - Fully revamp welcome.a (non-logged in screen) - Tabler icons instead of FontAwesome From 4295c40b34bd260eea3b575a981a9114a5e17e73 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 18:41:38 +0200 Subject: [PATCH 3/5] Update 'CALCKEY.md' --- CALCKEY.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CALCKEY.md b/CALCKEY.md index 133e702e7..df7d0348b 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -1,5 +1,16 @@ # All the changes to Calckey from stock Misskey +### Planned + +- MFM button +- Better Messaging UI +- Like/star button +- Option to publicize instance blocks +- Better intro/onboarding +- Fully revamp welcome.a (non-logged in screen) +- Tabler icons instead of FontAwesome +- Personal notes for all accounts + ### Implemented - Yarn 3 @@ -21,15 +32,4 @@ - https://github.com/misskey-dev/misskey/pull/8671 - https://github.com/misskey-dev/misskey/pull/8927 - https://github.com/misskey-dev/misskey/pull/8927 -- https://github.com/misskey-dev/misskey/pull/8549 - -### Planned - -- MFM button -- Better Messaging UI -- Like/star button -- Option to publicize instance blocks -- Better intro/onboarding -- Fully revamp welcome.a (non-logged in screen) -- Tabler icons instead of FontAwesome -- Personal notes for all accounts +- https://github.com/misskey-dev/misskey/pull/8549 \ No newline at end of file From 8b59a9667c9470b2e13e85a47c02945db3823ef5 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 18:55:30 +0200 Subject: [PATCH 4/5] NodeJS version leniency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf613cb9..72e70d44f 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.4.0 and *exactly* ๐Ÿงถ Yarn v3.2.1! +You need at least ๐Ÿข NodeJS v18 and *exactly* ๐Ÿงถ Yarn v3.2.1! ```sh corepack enable From 836ffc4eab432eb188784c861e66bcb8b3c0697b Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 18:56:45 +0200 Subject: [PATCH 5/5] Update 'README.md' --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 72e70d44f..b74248ab1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ corepack enable git clone https://codeberg.org/thatonecalculator/calckey.git cd calckey/ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is -yarn --version # Check version is yarn 3.2.1! yarn install NODE_ENV=production npm run build && npm run migrate # Edit service to point to calckey folder and restart!