aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-09-04 17:02:08 +0300
committerHenry Jameson <me@hjkos.com>2024-09-04 17:02:08 +0300
commit50b2e73efafad830812cb41ee3655fb7dc334232 (patch)
tree3ba39255e8406be4a51f4e33e889b913dbc7bdc2 /CHANGELOG.md
parent06ebbaf7ba2261d0a1c3c564dcdb5eb5fe32a782 (diff)
2.7.1 release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 445308d1..9844319e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,19 @@ 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/).
+## 2.7.1
+Bugfix release. Added small optimizations to emoji picker that should make it a bit more responsive, however it needs rather large change to make it more performant which might come in a major release.
+
+### Fixed
+- Instance default theme not respected
+- Nested panel header having wrong sticky position if navbar height != panel header height
+- Toggled buttons having bad contrast (when using v2 theme)
+
+### Changed
+- Simplify the OAuth client_name to 'PleromaFE'
+- Small optimizations to emoji picker
+
+
## 2.7.0
### Known issues