logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: f0a66448eeedb348f71b09334b6e7b3c411baeea
parent 5ab1b0ab0ebc88fba362ab17db4ea94c3e595df3
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Mon,  2 Nov 2020 09:43:44 +0000

Merge branch 'chchchchangechangelog' into 'develop'

Update CHANGELOG.md

See merge request pleroma/pleroma-fe!1272

Diffstat:

MCHANGELOG.md16++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -6,22 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added - New option to optimize timeline rendering to make the site more responsive (enabled by default) +- New instance option `logoLeft` to move logo to the left side in desktop nav bar +- Import/export a muted users +- Proper handling of deletes when using websocket streaming +- Added optimistic chat message sending, so you can start writing next message before the previous one has been sent -## [Unreleased patch] ### Fixed - Fixed chats list not updating its order when new messages come in - Fixed chat messages sometimes getting lost when you receive a message at the same time - Fixed clicking NSFW hider through status popover - Fixed chat-view back button being hard to click - Fixed fresh chat notifications being cleared immediately while leaving the chat view and not having time to actually see the messages +- Fixed multiple regressions in CSS styles +- Fixed multiple issues with input fields when using CJK font as default +- Fixed search field in navbar infringing into logo in some cases ### Changed - Clicking immediately when timeline shifts is now blocked to prevent misclicks - -### Added -- Import/export a muted users -- Proper handling of deletes when using websocket streaming -- Added optimistic chat message sending, so you can start writing next message before the previous one has been sent +- Icons changed from fontello (FontAwesome 4 + others) to FontAwesome 5 due to problems with fontello. +- Some icons changed for better accessibility (lock, globe) +- Logo is now clickable ## [2.1.1] - 2020-09-08 ### Changed