Release 2.10.0
This commit is contained in:
parent
971161a441
commit
d7b1aaa616
13 changed files with 23 additions and 16 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -3,6 +3,27 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## 2.10.0
|
||||||
|
### Changed
|
||||||
|
- Temporary changes modal now shows actual countdown instead of fixed timeout
|
||||||
|
- Disabled elements are more disabled now
|
||||||
|
- Rearranged and split settings to make more sense and be less of a wall of text
|
||||||
|
- On mobile settings now take up full width and presented in navigation style
|
||||||
|
improved styles for settings
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Most of the remaining AdminFE tabs were added into Admin Dashboard
|
||||||
|
- It's now possible to customize PWA Manfiest from PleromaFE
|
||||||
|
- Make every configuration option default-overridable by instance admins
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed settings not appearing if user never touched "show advanced" toggle
|
||||||
|
- Fix display of the broken/deleted/banned users
|
||||||
|
- Fixed incorrect emoji display in post interaction lists
|
||||||
|
- Fixed list title not being saved when editing
|
||||||
|
- Fixed poll notifications not being expandable
|
||||||
|
|
||||||
|
|
||||||
## 2.9.3
|
## 2.9.3
|
||||||
### Fixed
|
### Fixed
|
||||||
- Being unable to update profile
|
- Being unable to update profile
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
Most of the remaining AdminFE tabs were added into Admin Dashboard
|
|
||||||
It's now possible to customize PWA Manfiest from PleromaFE
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
fixed settings not appearing if user never touched "show advanced" toggle
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
Fix display of the broken/deleted/banned users
|
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
temporary changes modal now shows actual countdown instead of fixed timeout
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
disabled elements are more disabled now
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Make every configuration option default-overridable by instance admins
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
fixed incorrect emoji display in post interaction lists
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
fixed list title not being saved when editing
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
fixed poll notifications not being expandable
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
rearranged and split settings to make more sense and be less of a wall of text
|
|
||||||
on mobile settings now take up full width and presented in navigation style
|
|
||||||
improved styles for settings
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue