aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2021-02-28 15:37:39 +0000
committerShpuld Shpludson <shp@cock.li>2021-02-28 15:37:39 +0000
commit91f93d4a55cbf927a6adee35dc184b09d1f9b75d (patch)
tree882fb179fa7ed36e6c212a4874559b27a73f3d1e /CHANGELOG.md
parent670abd633f97e75cf35981ee0f617d0be1b43816 (diff)
parentb4782ad159026e3fb50c476e5cf9d89176e441f4 (diff)
Merge branch 'develop' into 'feat/timeline-quick-settings'
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba0ad7c9..1d2b48b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,14 +9,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed shoutbox not working in mobile layout
- Fixed missing highlighted border in expanded conversations again
- Fixed some UI jumpiness when opening images particularly in chat view
+- Fixed chat unread badge looking weird
+- Fixed punycode names not working properly
+- Fixed notifications crashing on an invalid notification
### Changed
- Display 'people voted' instead of 'votes' for multi-choice polls
- Optimized chat to not get horrible performance after keeping the same chat open for a long time
+- When opening emoji picker or react picker, it automatically focuses the search field
### Added
- Added reason field for registration when approval is required
- Added a quick settings to timeline header for easier access
+- Added option to mark posts as sensitive by default
## [2.2.3] - 2021-01-18
### Added