changelog + bump

This commit is contained in:
Henry Jameson 2025-08-31 15:02:12 +03:00
commit f9848daf48
31 changed files with 37 additions and 26 deletions

View file

@ -2,6 +2,42 @@
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.9.2
### Changed
- BREAKING: due to some internal technical changes logging into AdminFE through PleromaFE is no longer possible
- User card/profile got an overhaul
- Profile editing overhaul
- Visually combined subject and content fields in post form
- Fixes for some elements not scaling with user UI scale
- Moved post form's emoji button into input field
- Minor visual changes and fixes
- Clicking on fav/rt/emoji notifications' contents expands/collapses it
- Reduced time taken processing theme by half
- Splash screen only appears if loading takes more than 2 seconds
### Added
- Mutes received an update, adding support for regex, muting based on username and expiration time.
- Mutes are now synchronized across sessions
- Support for expiring mutes and blocks (if available)
- Clicking on emoji shows bigger version of it alongside with its shortcode
- Admins also are able to copy it into a local pack
- Added support for Akkoma and IceShrimp.NET backends
- Compatibility with stricter CSP (Akkoma backend)
- Added a way to upload new packs from a URL or ZIP file via the Admin Dashboard
- Unify show/hide content buttons
- Cache assets and emojis with service worker
- Add support for detachable scrollTop button
- Indicate currently active V3 theme as a body element class
- Add arithmetic blend ISS function
### Fixed
- Display counter for status action buttons when they are in the menu
- Fix bookmark button alignment in the extra actions menu
- Instance favicons are no longer stretched
- A lot more scalable UI fixes
- Emoji picker now should work fine when emoji size is increased
## 2.8.0
### Changed
- BREAKING: static/img/nsfw.2958239.png is now static/img/nsfw.DepQPhG0.png, which may affect people who specify exactly this path as the cover image

View file

@ -1 +0,0 @@
Display counter for status action buttons when they are on the menu

View file

@ -1 +0,0 @@
Added support for Akkoma and IceShrimp.NET backend

View file

@ -1,2 +0,0 @@
Add arithmetic blend ISS function

View file

@ -1 +0,0 @@
Add support for detachable scrollTop button

View file

@ -1 +0,0 @@
Fix bookmark button alignment in the extra actions menu

View file

@ -1 +0,0 @@
Compatibility with stricter CSP (Akkoma backend)

View file

@ -1 +0,0 @@
Allow copying an emoji from a remote post into a local pack

View file

@ -1 +0,0 @@
Allow copying one emoji from a remote pack into a local pack

View file

@ -1 +0,0 @@
When an emoji is clicked in a post, show a popover with its name and a bigger image. Admins can also copy it to a local pack

View file

@ -1 +0,0 @@
Added a way to upload new packs from a URL or ZIP file via the admin-fe

View file

@ -1 +0,0 @@
Synchronized mutes, advanced mute control (regexp, expiry, naming)

View file

@ -1 +0,0 @@
Fix error styling for user profiles

View file

@ -1 +0,0 @@
Cache assets and emojis with service worker

View file

@ -1 +0,0 @@
Indicate currently active V3 theme as a body element class

View file

@ -1 +0,0 @@
Support for expiring mutes and blocks (if available)

View file

@ -1 +0,0 @@
Unify show/hide content buttons

View file

@ -1 +0,0 @@
Profile editing change overhaul

View file

@ -1 +0,0 @@
User card/profile got an overhaul

View file

@ -1,5 +0,0 @@
Combined subject and content fields in post form (visually)
Fixes for some elements not scaling with user UI scale
Moved post form's emoji button into input field
Minor visual changes and fixes
Clicking on fav/rt/emoji notifications' contents expands/collapses it

View file

@ -1 +0,0 @@
Reduced time taken processing theme by half

View file

@ -1,6 +1,6 @@
{
"name": "pleroma_fe",
"version": "2.7.1",
"version": "2.9.2",
"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,