diff --git a/README.md b/README.md index 241c19d..53bb7e0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A *beta* Fediverse server for microblogging. Not fully polished yet - we're still working towards a 1.0! -**Current version: [0.10.1](https://docs.jointakahe.org/en/latest/releases/0.10/)** +**Current version: [0.11.0](https://docs.jointakahe.org/en/latest/releases/0.11/)** Key features: diff --git a/docs/releases/0.11.rst b/docs/releases/0.11.rst index 29fe2e5..4744647 100644 --- a/docs/releases/0.11.rst +++ b/docs/releases/0.11.rst @@ -3,7 +3,36 @@ *Released: Not Yet Released* -Notes TBD. +This is largely a bugfix and catch up release. + +Some highlights: +* Python 3.10 has been dropped. The new minimum Python version is 3.11 +* Jamie ([@astraluma@tacobelllabs.net](https://tacobelllabs.net/@astraluma)) has + officially joined the project +* If your S3 does not use TLS, you must use ``s3-insecure`` in your + configuration +* Takahē now supports unicode hashtags +* Add a Maximum Media Attachments setting +* Inverted the pruning command exit codes +* Posts are no longer required to have text content + +And some interoperability bugs: +* Fixed a bug with GoToSocial +* Attempted to fix follows from Misskey family +* Correctly handle when a federated report doesn't have content + +In additions, there's many bugfixes and minor changes, including: + +* Several JSON handling improvements +* Post pruning now has a random element to it +* More specific loggers +* Don't make local identities stale +* Don't try to unmute when there's no expiration +* Don't try to WebFinger local users +* Synchronize follow accepting and profile fetching +* Perform some basic domain validity +* Correctly reject more operations when the identity is deleted +* Post edit fanouts for likers/boosters Upgrade Notes diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 812b86c..ae35452 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -7,6 +7,7 @@ Versions .. toctree:: :maxdepth: 1 + 0.11 0.10 0.9 0.8