diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-11-27 14:20:48 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-11-27 14:20:48 +0000 |
| commit | 9cbcd5b5e397804f236d1003d4a5c141340ac0f5 (patch) | |
| tree | 10e407448d132913f72070827187713e7b59011e | |
| parent | d21e3d5de28afc1725e256370326f5c119d7a736 (diff) | |
| parent | 83acbf953a4f50a017e3e857ecbd0b008f0b3be0 (diff) | |
Merge branch 'master' into 'develop'
mergeback master into develop
See merge request pleroma/pleroma-fe!1875
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fe382b96..444a863c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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.6.1 +### Fixed +- fix admin dashboard not having any feedback on frontend installation +- Fix frontend admin tab crashing when no primary frontend is set +- Add aria attributes to react and extra buttons + ## 2.6.0 ### Added - add the initial i18n translation file for Taiwanese (Hokkien), and modify some related files. diff --git a/package.json b/package.json index 5d3b50ad..e6441f50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pleroma_fe", - "version": "2.6.0", + "version": "2.6.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, |
