From 42fe936e96b88411681593e3faa1f04ffab0d755 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 20 Jan 2024 20:53:34 +0100 Subject: [PATCH] Update README.md Added information on the ongoing rewrite efforts --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 11ddff061..62bb48b59 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@

Iceshrimp is a decentralized and federated social networking service, implementing the ActivityPub standard.
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.

+--- + +> **Note** +> This project is **not** inactive. +> +> Most of our current development resources are going into the [rewrite](/iceshrimp/iceshrimp-rewrite), to further our goal of increasing stability and performance. +> +> This means that major changes to the JS codebase (this project), and especially to the database schema, are on hold for the time being. Bugs will of course still be fixed, and support is still available on the usual channels. +> +> Once the rewrite is finished, there will be an easy upgrade path for existing Iceshrimp instances. + --- - Highlighted changes: - First-class Mastodon client API support