From d7b1aaa61686cd1645f489142df43eff3cdb853a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 23 Dec 2025 16:16:08 +0200 Subject: [PATCH] Release 2.10.0 --- CHANGELOG.md | 25 +++++++++++++++++++-- changelog.d/admin_tab.add | 2 -- changelog.d/anon-setting.fix | 1 - changelog.d/broken.fix | 2 -- changelog.d/countdown.change | 1 - changelog.d/disabled.change | 1 - changelog.d/everything-instance-default.add | 1 - changelog.d/finalfix-fr.skip | 0 changelog.d/finalfix.skip | 0 changelog.d/interaction_list.fix | 1 - changelog.d/lists_edit.fix | 1 - changelog.d/poll.fix | 1 - changelog.d/settings-shuffle.change | 3 --- 13 files changed, 23 insertions(+), 16 deletions(-) delete mode 100644 changelog.d/admin_tab.add delete mode 100644 changelog.d/anon-setting.fix delete mode 100644 changelog.d/broken.fix delete mode 100644 changelog.d/countdown.change delete mode 100644 changelog.d/disabled.change delete mode 100644 changelog.d/everything-instance-default.add delete mode 100644 changelog.d/finalfix-fr.skip delete mode 100644 changelog.d/finalfix.skip delete mode 100644 changelog.d/interaction_list.fix delete mode 100644 changelog.d/lists_edit.fix delete mode 100644 changelog.d/poll.fix delete mode 100644 changelog.d/settings-shuffle.change diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c9c2693..b3d38ea24 100644 --- a/CHANGELOG.md +++ b/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/). +## 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 ### Fixed - Being unable to update profile @@ -74,8 +95,8 @@ This does not guarantee that browsers will or will not work. - Support displaying time in absolute format - Add draft management system - Compress most kinds of images on upload. -- Added option to always convert images to JPEG format instead of using WebP when compressing images. -- Added configurable image compression option in general settings, allowing users to control whether images are compressed before upload. +- Added option to always convert images to JPEG format instead of using WebP when compressing images. +- Added configurable image compression option in general settings, allowing users to control whether images are compressed before upload. - Inform users that Smithereen public polls are public - Splash screen + loading indicator to make process of identifying initialization issues and load performance - UI for making v3 themes and palettes, support for bundling v3 themes diff --git a/changelog.d/admin_tab.add b/changelog.d/admin_tab.add deleted file mode 100644 index 403695a09..000000000 --- a/changelog.d/admin_tab.add +++ /dev/null @@ -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 diff --git a/changelog.d/anon-setting.fix b/changelog.d/anon-setting.fix deleted file mode 100644 index ba741096b..000000000 --- a/changelog.d/anon-setting.fix +++ /dev/null @@ -1 +0,0 @@ -fixed settings not appearing if user never touched "show advanced" toggle diff --git a/changelog.d/broken.fix b/changelog.d/broken.fix deleted file mode 100644 index 7e58091b4..000000000 --- a/changelog.d/broken.fix +++ /dev/null @@ -1,2 +0,0 @@ -Fix display of the broken/deleted/banned users - diff --git a/changelog.d/countdown.change b/changelog.d/countdown.change deleted file mode 100644 index 65ad68d50..000000000 --- a/changelog.d/countdown.change +++ /dev/null @@ -1 +0,0 @@ -temporary changes modal now shows actual countdown instead of fixed timeout diff --git a/changelog.d/disabled.change b/changelog.d/disabled.change deleted file mode 100644 index 6d7fa6d67..000000000 --- a/changelog.d/disabled.change +++ /dev/null @@ -1 +0,0 @@ -disabled elements are more disabled now diff --git a/changelog.d/everything-instance-default.add b/changelog.d/everything-instance-default.add deleted file mode 100644 index 6c4475905..000000000 --- a/changelog.d/everything-instance-default.add +++ /dev/null @@ -1 +0,0 @@ -Make every configuration option default-overridable by instance admins diff --git a/changelog.d/finalfix-fr.skip b/changelog.d/finalfix-fr.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog.d/finalfix.skip b/changelog.d/finalfix.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog.d/interaction_list.fix b/changelog.d/interaction_list.fix deleted file mode 100644 index 6a4692405..000000000 --- a/changelog.d/interaction_list.fix +++ /dev/null @@ -1 +0,0 @@ -fixed incorrect emoji display in post interaction lists diff --git a/changelog.d/lists_edit.fix b/changelog.d/lists_edit.fix deleted file mode 100644 index 475662b6a..000000000 --- a/changelog.d/lists_edit.fix +++ /dev/null @@ -1 +0,0 @@ -fixed list title not being saved when editing diff --git a/changelog.d/poll.fix b/changelog.d/poll.fix deleted file mode 100644 index 534943e0a..000000000 --- a/changelog.d/poll.fix +++ /dev/null @@ -1 +0,0 @@ -fixed poll notifications not being expandable diff --git a/changelog.d/settings-shuffle.change b/changelog.d/settings-shuffle.change deleted file mode 100644 index f1d9ecf89..000000000 --- a/changelog.d/settings-shuffle.change +++ /dev/null @@ -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