From 525fdcf73ca571c2653c3f9b3dee181b611c3c71 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 2 Feb 2021 15:57:45 -0500 Subject: [PATCH] Some updates to 0.9.4 release. --- RELEASES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index c7243ceda..7a2282fde 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,14 +2,18 @@ ## Changes +### Lemmy + - 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. + +### Lemmy-UI + - 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.