From ced3444273f4c5ac25b03d489b0c9b95b2620a3c Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Tue, 2 Jun 2026 12:12:58 +0400 Subject: [PATCH] docs: add a mention of v1 in README (#1409) ## What? Adds a mention about v1 release in the README (master branch ## Why? So that people know, that, even, if there are no commits on master, we still are developing Signed-off-by: drew --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 976218d64d7fc4c91d6753211a045aa6bbf9364c..345e4f66c3aa8a93e49411f41f3edcc053290db2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ +> [!NOTE] +> Matcha is in active development of v1. You can see the [`release/v1` branch](https://github.com/floatpane/matcha/tree/release/v1). v0 will still be maintained with bug fixes and minor features, but all major new features will be added to v1. You will be able to use v1 release candidates soon! + > [!TIP] > There are [nightly releases](https://github.com/floatpane/matcha/releases/tag/nightlyv0)!