X-Git-Url: http://these/git/?a=blobdiff_plain;f=RELEASES.md;h=c7243ceda929f821c7119ba2bfedce2e8066bc44;hb=840ab7cba4820f776e0ccccc37943c59746fca6e;hp=c881b95cbbf60cd5525361ff08b38ebd0fcc65bc;hpb=9415bec55702a3a0b1db24ffe56baa9fa3157419;p=lemmy.git diff --git a/RELEASES.md b/RELEASES.md index c881b95c..c7243ced 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,22 @@ +# Lemmy v0.9.4 Pre-Release (2021-02-02) + +## Changes + +- Fixed a critical bug with votes and comment unlike responses not being `0` for your user. +- Fixed a critical bug with comment creation not checking if its parent comment is in the post. +- Serving proper activities for community outbox. +- Added URL type for database fields. +- Added some active user counts, including `users_active_day`, `users_active_week`, `users_active_month`, `users_active_half_year` to `SiteAggregates` and `CommunityAggregates`. +- Made sure banned users can't follow. +- Added `FederatedInstances` to `SiteResponse`, to show allowed and blocked instances. +- Added a `MostComments` sort for posts. +- Added a scroll position restore to lemmy-ui. +- Reworked the combined inbox so incoming comments don't wipe out your current form. +- Fixed an updated bug on the user page. +- Fixed cross-post titles and body getting clipped. +- Fixing the post creation title height. +- Squashed some other smaller bugs. + # Lemmy v0.9.0 Release (2021-01-25) ## Changes