Releasing 0.6.1

This commit is contained in:
Andrew Godwin 2022-12-30 12:13:06 -07:00
parent 011c51b3c4
commit 0b208d3bf7
3 changed files with 29 additions and 3 deletions

View File

@ -3,7 +3,7 @@
A *beta* Fediverse server for microblogging/"toots". Not fully functional yet - A *beta* Fediverse server for microblogging/"toots". Not fully functional yet -
we're still working towards a 1.0! we're still working towards a 1.0!
**Current version: [0.6.0](https://docs.jointakahe.org/en/latest/releases/0.6/)** **Current version: [0.6.1](https://docs.jointakahe.org/en/latest/releases/0.6/)**
Key features: Key features:

View File

@ -1,7 +1,9 @@
0.6 0.6
=== ===
*Released: 2022/12/24* *Originally released: 2022/12/24*
*Latest release: 0.6.1 on 2022/12/30*
This release focuses primarily on server completeness and stability, with This release focuses primarily on server completeness and stability, with
an extra helping of moderation tools as well. an extra helping of moderation tools as well.
@ -126,3 +128,27 @@ About Page Format
The about page and homepage have been merged and have a new format (and The about page and homepage have been merged and have a new format (and
Markdown is now supported). You should check your layout and formatting still Markdown is now supported). You should check your layout and formatting still
looks good. looks good.
Patch Releases
--------------
0.6.1 (2022/12/30)
~~~~~~~~~~~~~~~~~~
This is a bugfix release. Main fixes and some small new features include:
* Significant bugfixes to the client API
* Reply threads now auto-fetch parent posts and don't error when not available
* OpenGraph tags for post and identity pages
* Ability to set profile metadata fields
* Infinite scroll for timelines (with option to turn it off)
* CWs persist through to replies
* Media proxy and caching fixes
* Federation compatibility fixes
There are no migrations or backwards incompatible changes.
We'd also like to specifically thank the author of
`Toot! <https://apps.apple.com/ca/app/toot/id1229021451>`_ for their help in
debugging our client API and helping us work out what to fix!

View File

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