From 056f5f547ac6a5dd8be577526192c9be9ca08ccc Mon Sep 17 00:00:00 2001 From: Shpuld Shpludson Date: Sun, 9 Jan 2022 18:16:44 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbb27a4a0..07dbdba083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## Unreleased +### Added +- Added Apply and Reset buttons to the bottom of theme tab to minimize UI travel +- Implemented user option to always show floating New Post button (normally mobile-only) +- Display reasons for instance specific policies +- Added functionality to cancel follow request + + +### Fixed +- Fixed link to external profile not working on user profiles +- Fixed mobile shoutbox display +- Fixed favicon badge not working in Chrome +- Escape html more properly in subject/display name + ## [2.4.0] - 2021-08-08 ### Added - Added a quick settings to timeline header for easier access @@ -11,8 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Implemented user option to change sidebar position to the right side - Implemented user option to hide floating shout panel - Implemented "edit profile" button if viewing own profile which opens profile settings -- Added Apply and Reset buttons to the bottom of theme tab to minimize UI travel -- Implemented user option to always show floating New Post button (normally mobile-only) + ### Fixed - Fixed follow request count showing in the wrong location in mobile view From 4cd27acf7f08b3962968b25f4527abb90e7336ad Mon Sep 17 00:00:00 2001 From: Shpuld Shpludson Date: Sun, 9 Jan 2022 18:26:35 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07dbdba083..eb79d43998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,20 +3,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [2.4.2] - 2022-01-09 ### Added - Added Apply and Reset buttons to the bottom of theme tab to minimize UI travel - Implemented user option to always show floating New Post button (normally mobile-only) - Display reasons for instance specific policies - Added functionality to cancel follow request - ### Fixed - Fixed link to external profile not working on user profiles - Fixed mobile shoutbox display - Fixed favicon badge not working in Chrome - Escape html more properly in subject/display name + ## [2.4.0] - 2021-08-08 ### Added - Added a quick settings to timeline header for easier access @@ -26,10 +26,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Implemented user option to hide floating shout panel - Implemented "edit profile" button if viewing own profile which opens profile settings - ### Fixed - Fixed follow request count showing in the wrong location in mobile view + ## [2.3.0] - 2021-03-01 ### Fixed - Button to remove uploaded media in post status form is now properly placed and sized.