From c48f1dc3d0566cef2baf96df7b3a7c55490a3e91 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 13 Nov 2022 06:23:59 +0100 Subject: [PATCH] add maintenance mode notice --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 777cbad..06dac09 100644 --- a/README.adoc +++ b/README.adoc @@ -22,6 +22,10 @@ link:{uri-pleroma}[Pleroma] APIs. It replaces link:{uri-mastodon-cpp}[mastodon-cpp]. +[IMPORTANT] +mastodonpp is in maintenance mode. I will continue to fix bugs, but won't add +new features. If you'd like to adopt this project, please get in touch. + We aim to create a library that is comfortable, yet minimal. All API endpoints from Mastodon and Pleroma are stored in ``enum class``es, to counteract typos and make your life easier. The network-facing code is built on