Releasing 0.9
This commit is contained in:
parent
d6e891426c
commit
a8b31e9f6a
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,6 +7,7 @@ Versions
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
0.9
|
||||
0.8
|
||||
0.7
|
||||
0.6
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.9.0-dev"
|
||||
__version__ = "0.9.0"
|
||||
|
|
Loading…
Reference in New Issue