Releasing 0.7

This commit is contained in:
Andrew Godwin 2023-01-16 16:47:43 -07:00
parent a34cab6dfb
commit 18623358be
4 changed files with 11 additions and 9 deletions

View file

@ -1,17 +1,16 @@
![takahē](static/img/logo-128.png) ![takahē](static/img/logo-128.png)
A *beta* Fediverse server for microblogging/"toots". Not fully functional yet - A *beta* Fediverse server for microblogging/"toots". Not fully polished yet -
we're still working towards a 1.0! we're still working towards a 1.0!
**Current version: [0.6.1](https://docs.jointakahe.org/en/latest/releases/0.6/)** **Current version: [0.7](https://docs.jointakahe.org/en/latest/releases/0.7/)**
Key features: Key features:
- Multiple domain support - **Multiple domain support**, allowing you to host as many domains as you like on a single running instance.
- Multiple identities per user (and can be shared between users) - **Multiple identity support**, allowing users to represent themselves in as many different ways as they want.
- Desktop, mobile and PWA-compatible web UI (with minimal JavaScript) - **Easy deployment and maintenance**, so you can focus on looking after your community rather than trying to wrangle with the software.
- Mastodon-compatible client API (supports existing apps) - **Mastodon Client API compatible**, so users can use their favourite client apps just as they would with Mastodon or other compatible servers.
- Easy deployment (web worker, background worker, and one database)
For more background and information, see [jointakahe.org](https://jointakahe.org/). For more background and information, see [jointakahe.org](https://jointakahe.org/).

View file

@ -1,7 +1,7 @@
0.7 0.7
=== ===
*Not Yet Released* *Released: 2023/01/16*
This release focuses on the final big "feature delta" we had versus other This release focuses on the final big "feature delta" we had versus other
complete servers, and includes a lot of the missing community features that complete servers, and includes a lot of the missing community features that
@ -32,9 +32,11 @@ Other fixes and improvements include:
* Lightbox for viewing images (rather than a full redirect!) * Lightbox for viewing images (rather than a full redirect!)
* Content Warnings of the same type will now all expand together * Content Warnings of the same type will now all expand together
* Client compatibility improvements (especially for Elk, Ivory and Tusky) * Client compatibility improvements (especially for Elk, Ivory and Tusky)
* Preliminary light theme for the interface
* Remote server software tracking and down detection * Remote server software tracking and down detection
* HTML formatted emails along with plain text versions * HTML formatted emails along with plain text versions
* Better display of videos on remote posts (no local upload yet) * Better display of videos on remote posts (no local upload yet)
* Unfollowing users clears them from your timeline (as does blocking)
* RSS feeds now support multiple images on a single post * RSS feeds now support multiple images on a single post
* Timeline rendering performance improvements * Timeline rendering performance improvements
* Federation compatibility improvements * Federation compatibility improvements

View file

@ -7,6 +7,7 @@ Versions
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
0.7
0.6 0.6
0.5 0.5
0.4 0.4

View file

@ -1 +1 @@
__version__ = "0.6.1" __version__ = "0.7.0"