diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb5a9cb4..d3b899d25 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/changelog.d/api-refactor.skip b/changelog.d/api-refactor.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog.d/attrs-parsing.fix b/changelog.d/attrs-parsing.fix deleted file mode 100644 index e36e59a86..000000000 --- a/changelog.d/attrs-parsing.fix +++ /dev/null @@ -1 +0,0 @@ -Fix HTML attribute parsing for escaped quotes \ No newline at end of file diff --git a/changelog.d/ci-pr-uploads-removal.skip b/changelog.d/ci-pr-uploads-removal.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog.d/fast.change b/changelog.d/fast.change deleted file mode 100644 index 1f0a89092..000000000 --- a/changelog.d/fast.change +++ /dev/null @@ -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 diff --git a/changelog.d/fix-emojis-breaking-bio.fix b/changelog.d/fix-emojis-breaking-bio.fix deleted file mode 100644 index 62a607d8a..000000000 --- a/changelog.d/fix-emojis-breaking-bio.fix +++ /dev/null @@ -1 +0,0 @@ -Fix emojis breaking user bio/description editing diff --git a/changelog.d/instance-store-migration.skip b/changelog.d/instance-store-migration.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog.d/mfm.add b/changelog.d/mfm.add deleted file mode 100644 index b5d320955..000000000 --- a/changelog.d/mfm.add +++ /dev/null @@ -1 +0,0 @@ -Initial MFM rendering support diff --git a/changelog.d/minor.add b/changelog.d/minor.add deleted file mode 100644 index 5f4934173..000000000 --- a/changelog.d/minor.add +++ /dev/null @@ -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) diff --git a/changelog.d/minor.change b/changelog.d/minor.change deleted file mode 100644 index 979d36955..000000000 --- a/changelog.d/minor.change +++ /dev/null @@ -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 diff --git a/changelog.d/minor.fix b/changelog.d/minor.fix deleted file mode 100644 index 420836364..000000000 --- a/changelog.d/minor.fix +++ /dev/null @@ -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 diff --git a/changelog.d/more-fixes.skip b/changelog.d/more-fixes.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog.d/mute-dropdown.fix b/changelog.d/mute-dropdown.fix deleted file mode 100644 index 33f12a571..000000000 --- a/changelog.d/mute-dropdown.fix +++ /dev/null @@ -1 +0,0 @@ -Fixed status action mute hiding itself on click diff --git a/changelog.d/profilebg.add b/changelog.d/profilebg.add deleted file mode 100644 index a2c79074a..000000000 --- a/changelog.d/profilebg.add +++ /dev/null @@ -1 +0,0 @@ -displaying other user's backgrounds (if supported by BE) diff --git a/changelog.d/quote-by-url.add b/changelog.d/quote-by-url.add deleted file mode 100644 index ef401f93c..000000000 --- a/changelog.d/quote-by-url.add +++ /dev/null @@ -1 +0,0 @@ -Add quoting by URL and in replies diff --git a/changelog.d/reply-quote-config.fix b/changelog.d/reply-quote-config.fix deleted file mode 100644 index b6ac4e5e9..000000000 --- a/changelog.d/reply-quote-config.fix +++ /dev/null @@ -1 +0,0 @@ -Fix reply form crash when quote-reply settings are unavailable diff --git a/changelog.d/sync-config.add b/changelog.d/sync-config.add deleted file mode 100644 index 76a5a1cca..000000000 --- a/changelog.d/sync-config.add +++ /dev/null @@ -1,2 +0,0 @@ -settings synchronization -user highlight synchronization diff --git a/changelog.d/user-management.add b/changelog.d/user-management.add deleted file mode 100644 index ccd217f19..000000000 --- a/changelog.d/user-management.add +++ /dev/null @@ -1 +0,0 @@ -User administration + post scope/sensitivity admin change support diff --git a/changelog.d/woodpecker-pr-pipeline.skip b/changelog.d/woodpecker-pr-pipeline.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/package.json b/package.json index f594d7a99..1d94ac22f 100644 --- a/package.json +++ b/package.json @@ -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 ", "private": false,