Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!1786
Add changelog for 2.5.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add changelog for 2.5.1
release/2.5.1
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
tusooa
requested to merge
release/2.5.1
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Changes
0
0
Merge request reports
Viewing commit
423d1e04
Show latest version
1 file
+
28
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
423d1e04
Add changelog for 2.5.1
· 423d1e04
tusooa
authored
2 years ago
CHANGELOG.md
+
28
−
0
Options
@@ -3,6 +3,34 @@ 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.5.1
### Fixed
-
Checkboxes in settings can now work with screenreaders
-
Autocomplete in edit boxes can now work with screenreaders
-
Status interact buttons now have focus indicator for anonymous users
-
Top bar buttons now correctly have text labels
-
It is now possible to register if the site admin requires birthday to register
-
User cards from search results will correctly popup
-
Fix notification attachment icon overflow
-
Editing mute words is less laggy
-
Repeater's name will no longer mess up with the directionality of the text sitting on the same line
-
Unauthenticated access will give better error messages
-
It is now easier to close the media viewer with a mouse when there is only one image
-
Deleting profile fields can work properly
-
Clicking the react button will correctly focus the search box
-
Clicking buttons on the top-bar will no longer bring you to the top of the page
-
Emoji picker is much faster to load
-
`blockquote`
s have a better display style
-
Announcements posting and editing are now available to everyone with such a privilege, not just admins
-
Adding or removing list members will actually work
-
Emojis without a pack are now correctly displayed in emoji picker
-
Changing notification settings will actually work
### Added
-
You can now set and see birthdays
-
Optional confirmation dialogs when performing various actions
-
You can now set fallback languages
## 2.5.0 - 23.12.2022
### Fixed
-
UI no longer lags when switching between mobile and desktop mode
Loading