diff --git a/CALCKEY.md b/CALCKEY.md index b3a60d9476..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,14 +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 -- 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 diff --git a/README.md b/README.md index c0463188bc..b74248ab1e 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,14 @@ 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 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 service and restart +# Edit service to point to calckey folder and restart! ```