From 4aba4bc825bd7eed03206f573216a0508d41d4ff 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 c0463188bc..3cf613cb97 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 35997e27c865c6971df55b5f7bdaa824e697b6c6 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 b3a60d9476..133e702e72 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 6ddb0c7c2a03a641917215bf311186ab491678d0 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 133e702e72..df7d0348bc 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 ea304762b32c5d227914576fb08d5d3dd4eed7b0 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 3cf613cb97..72e70d44f3 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 ebbd3a3fa4cc7d5d32658bf81ffaeb4cbc295ef5 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 72e70d44f3..b74248ab1e 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!