aboutsummaryrefslogtreecommitdiff
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
parent06ebbaf7ba2261d0a1c3c564dcdb5eb5fe32a782 (diff)
2.7.1 release
-rw-r--r--CHANGELOG.md13
-rw-r--r--changelog.d/oauth-app-name.change1
-rw-r--r--package.json2
3 files changed, 14 insertions, 2 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
diff --git a/changelog.d/oauth-app-name.change b/changelog.d/oauth-app-name.change
deleted file mode 100644
index 15d6f87e..00000000
--- a/changelog.d/oauth-app-name.change
+++ /dev/null
@@ -1 +0,0 @@
-Simplify the OAuth client_name to 'PleromaFE'
diff --git a/package.json b/package.json
index 82255914..45b04660 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pleroma_fe",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "Pleroma frontend, the default frontend of Pleroma social network server",
"author": "Pleroma contributors <https://git.pleroma.social/pleroma/pleroma-fe/-/blob/develop/CONTRIBUTORS.md>",
"private": false,