Release 2.11.0
This commit is contained in:
parent
39d77c6ff9
commit
2568e0d7f0
20 changed files with 45 additions and 37 deletions
44
CHANGELOG.md
44
CHANGELOG.md
|
|
@ -3,6 +3,50 @@ 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.11
|
||||
### Added
|
||||
- Initial MFM rendering support
|
||||
- Button to remove all drafts
|
||||
- Option to remove forced aspect ratio for user profiles (requested)
|
||||
- Showing user tags (MRF policies for user + custom if present)
|
||||
- Version information now is also in about page
|
||||
- Mention autosuggest now sorts by recent activity
|
||||
- Non-square emoji support (toggleable by user)
|
||||
- Displaying other user's backgrounds (if supported by BE)
|
||||
- Add quoting by URL and in replies
|
||||
- Settings synchronization
|
||||
- User highlight synchronization
|
||||
- User administration + post scope/sensitivity admin change support
|
||||
|
||||
### Changed
|
||||
- Migrated to Vite 8 and optimized our imports, more stuff is loaded on-demand, reducing the initial load time and transfer size
|
||||
- Overall improved spacing in status action buttons and post form
|
||||
- Logout confirm button is now dangerous
|
||||
- Reply/quote now is a radio group and wraps, fixes overflow on languages where labels are too wide
|
||||
- Personal note input is now bigger
|
||||
- Moved "edit pinned" to the bottom for status action buttons.
|
||||
- Dots status action button drops down instead of up to avoid hiding the action buttons
|
||||
- Improved attachment description (alt text) input and display
|
||||
|
||||
### Fixed
|
||||
- Fix HTML attribute parsing for escaped quotes
|
||||
- Fix emojis breaking user bio/description editing
|
||||
- Navbar wide logo cropping search input
|
||||
- Danger buttons being too bright
|
||||
- User background upload failure no longer breaks new uploads + displays an error
|
||||
- Importing theme from old theme editor
|
||||
- Removed duplicate federationpolicy entry in admin tab
|
||||
- Repeater name overflowing content
|
||||
- Reply popover is now shown if replied-to status is muted
|
||||
- Second language input not having header
|
||||
- Post form's bottom left buttons not showing their toggled state
|
||||
- Some font overrides not working
|
||||
- Popovers opening outside of window's boundaries
|
||||
- Occasional blank page when showing new posts
|
||||
- Fixed status action mute hiding itself on click
|
||||
- Fix reply form crash when quote-reply settings are unavailable
|
||||
|
||||
|
||||
## 2.10.1
|
||||
### Fixed
|
||||
- fixed being unable to set actor type from profile page
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Fix HTML attribute parsing for escaped quotes
|
||||
|
|
@ -1 +0,0 @@
|
|||
Migrated to Vite 8 and optimized our imports, more stuff is loaded on-demand, reducing the initial load time and transfer size
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix emojis breaking user bio/description editing
|
||||
|
|
@ -1 +0,0 @@
|
|||
Initial MFM rendering support
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
button to remove all drafts
|
||||
option to remove forced aspect ratio for user profiles (requested)
|
||||
showing user tags (mrf policies for user + custom if present)
|
||||
version information now is also in about page
|
||||
mention autosuggest now sorts by recent activity
|
||||
non-square emoji support (toggleable by user)
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
overall improved spacings in status action buttons and post form
|
||||
logout confirm button is now dangerous
|
||||
reply/quote now is a radio group and wraps, fixes overflow on languages where labels are too wide
|
||||
personal note input is now bigger
|
||||
moved "edit pinned" to the bottom for status action buttons.
|
||||
dots status action button drops down instead of up to avoid hiding the action buttons
|
||||
improved attachment description (alt text) input and display
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
navbar wide logo cropping search input
|
||||
danger buttons being too bright
|
||||
user background upload failure no longer breaks new uploads + displays an error
|
||||
importing theme from old theme editor
|
||||
removed duplicate federationpolicy entry in admin tab
|
||||
repeater name overflowing content
|
||||
reply popover is now shown if replied-to status is muted
|
||||
second language input not having header
|
||||
post form's bottom left buttons not showing their toggled state
|
||||
some font overrides not working
|
||||
popovers opening outside of window's boundaries
|
||||
occasional blank page when showing new posts
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed status action mute hiding itself on click
|
||||
|
|
@ -1 +0,0 @@
|
|||
displaying other user's backgrounds (if supported by BE)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add quoting by URL and in replies
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix reply form crash when quote-reply settings are unavailable
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
settings synchronization
|
||||
user highlight synchronization
|
||||
|
|
@ -1 +0,0 @@
|
|||
User administration + post scope/sensitivity admin change support
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pleroma_fe",
|
||||
"version": "2.10.1",
|
||||
"version": "2.11.0",
|
||||
"description": "Pleroma frontend, the default frontend of Pleroma social network server",
|
||||
"author": "Pleroma contributors <https://git.pleroma.social/pleroma/pleroma-fe/src/CONTRIBUTORS.md>",
|
||||
"private": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue