From a8b31e9f6ad75bf8c1b29f3df04e08ceee791c98 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 24 Jun 2023 11:57:56 -0600 Subject: [PATCH] Releasing 0.9 --- README.md | 4 ++-- docs/releases/0.9.rst | 7 ++++--- docs/releases/index.rst | 1 + takahe/__init__.py | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a87fc48..ffb16e4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ![takahē](static/img/logo-128.png) -A *beta* Fediverse server for microblogging/"toots". Not fully polished yet - +A *beta* Fediverse server for microblogging. Not fully polished yet - we're still working towards a 1.0! -**Current version: [0.8](https://docs.jointakahe.org/en/latest/releases/0.8/)** +**Current version: [0.9](https://docs.jointakahe.org/en/latest/releases/0.9/)** Key features: diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst index 50c8e21..73a081b 100644 --- a/docs/releases/0.9.rst +++ b/docs/releases/0.9.rst @@ -1,9 +1,9 @@ 0.9 === -*Not yet released* +*Released: 2023/06/24* -This release is a large overhaul Takahē that removes all timeline UI elements +This release is a large overhaul of Takahē that removes all timeline UI elements in the web interface in favour of apps, while reworking the remaining pages to be a pleasant profile viewing, post viewing, and settings experience. @@ -94,7 +94,8 @@ Migrations There are new database migrations; they are backwards-compatible, so please apply them before restarting your webservers and stator processes. -One of the migrations involves adding a large search index and may take some time to +One of the migrations involves adding a large search index for opt-in post +searching, and may take some time to process (on the order of minutes) if you have a large database. You may wish to bring your site down into diff --git a/docs/releases/index.rst b/docs/releases/index.rst index b7947ec..104a40e 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -7,6 +7,7 @@ Versions .. toctree:: :maxdepth: 1 + 0.9 0.8 0.7 0.6 diff --git a/takahe/__init__.py b/takahe/__init__.py index 8ea1e34..3e2f46a 100644 --- a/takahe/__init__.py +++ b/takahe/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0-dev" +__version__ = "0.9.0"