Page MenuHomePhorge

No OneTemporary

Size
20 KB
Referenced Files
None
Subscribers
None
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9844319e3..c2f0e7d17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,74 @@
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.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
+- BREAKING: static/emoji.json is replaced with a properly hashed path under static/js in the production build, meaning server admins cannot provide their own set of unicode emojis by overriding this file (custom (image-based) emojis not affected)
+- Speed up initial boot.
+- Updated our build system to support browsers:
+ Safari >= 15
+ Firefox >= 115
+ Android > 4
+ no Opera Mini support
+ no IE support
+ no "dead" (unmaintained) browsers support
+
+This does not guarantee that browsers will or will not work.
+
+- Use /api/v1/accounts/:id/follow for account subscriptions instead of the deprecated routes
+- Modal layout for mobile has new layout to make it easy to use
+- Better display of mute reason on posts
+- Simplify the OAuth client_name to 'PleromaFE'
+- Partially migrated from vuex to pinia
+- Authenticate and subscribe to streaming after connection
+- Tabs now have indentation for better visibility of which tab is currently active
+- Upgraded Vue to version 3.5
+
+### Added
+- Support bookmark folders
+- Some new default color schemes
+- Added support for fetching /{resource}.custom.ext to allow adding instance-specific themes without altering sourcetree
+- Post actions customization
+- 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.
+- 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
+- Make UserLink wrappable
+
+### Fixed
+- Fixed occasional overflows in emoji picker and made header scrollable
+- Updated shadow editor, hopefully fixed long-standing bugs, added ability to specify shadow's name.
+- Checkbox vertical alignment
+- Check for canvas extract permission when initializing favicon service
+- Fix some of the color manipulation functions
+- Fix draft saving when auto-save is off
+- Switch from class hack to normalButton attribute for emoji count popover
+- Fix emoji inconsistencies in notifications,
+- Fix some emoji not scaling with interface
+- Make sure hover style is also applied to :focus-visible
+- Improved ToS and registration
+- Fix small markup inconsistencies
+- Fixed modals buttons overflow
+- Fix whitespaces for multiple status mute reasons, display bot status reason
+- Create an OAuth app only when needed
+- Fix CSS compatibility issues in style_setter.js for older browsers like Palemoon
+- Proper sticky header for conversations on user page
+- Add text label for more actions button in post status form
+- Reply-or-quote buttons now take less space
+- Allow repeats of own posts with private scopes
+- Bookmarks visible again on mobile
+- Remove focusability on hidden popover in subject input
+- Show only month and day instead of weird "day, hour" format.
+
+### Removed
+- BREAKING: drop support for browsers that do not support `<script type="module">`
+- BREAKING: css source map does not work in production (see https://github.com/vitejs/vite/issues/2830 )
+- Remove emoji annotations code for unused languages from final build
## 2.7.1
Bugfix release. Added small optimizations to emoji picker that should make it a bit more responsive, however it needs rather large change to make it more performant which might come in a major release.
diff --git a/changelog.d/always-jpeg.add b/changelog.d/always-jpeg.add
deleted file mode 100644
index f29ffeec4..000000000
--- a/changelog.d/always-jpeg.add
+++ /dev/null
@@ -1 +0,0 @@
-Added option to always convert images to JPEG format instead of using WebP when compressing images.
\ No newline at end of file
diff --git a/changelog.d/backend-repo-url.skip b/changelog.d/backend-repo-url.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/batch2.skip b/changelog.d/batch2.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/better-shadow-control.fix b/changelog.d/better-shadow-control.fix
deleted file mode 100644
index 585ef6d26..000000000
--- a/changelog.d/better-shadow-control.fix
+++ /dev/null
@@ -1 +0,0 @@
-Updated shadow editor, hopefully fixed long-standing bugs, added ability to specify shadow's name.
diff --git a/changelog.d/bookmark-folders.add b/changelog.d/bookmark-folders.add
deleted file mode 100644
index f22966602..000000000
--- a/changelog.d/bookmark-folders.add
+++ /dev/null
@@ -1 +0,0 @@
-Support bookmark folders
diff --git a/changelog.d/boot-improvements.change b/changelog.d/boot-improvements.change
deleted file mode 100644
index 8007d2332..000000000
--- a/changelog.d/boot-improvements.change
+++ /dev/null
@@ -1 +0,0 @@
-Speed up initial boot.
diff --git a/changelog.d/browsers-support.change b/changelog.d/browsers-support.change
deleted file mode 100644
index a62e50240..000000000
--- a/changelog.d/browsers-support.change
+++ /dev/null
@@ -1,9 +0,0 @@
-Updated our build system to support browsers:
- Safari >= 15
- Firefox >= 115
- Android > 4
- no Opera Mini support
- no IE support
- no "dead" (unmaintained) browsers support
-
-This does not guarantee that browsers will or will not work.
diff --git a/changelog.d/check-canvas-extract-permission.fix b/changelog.d/check-canvas-extract-permission.fix
deleted file mode 100644
index 9d4cfe36d..000000000
--- a/changelog.d/check-canvas-extract-permission.fix
+++ /dev/null
@@ -1 +0,0 @@
-Check for canvas extract permission when initializing favicon service
diff --git a/changelog.d/checkbox.fix b/changelog.d/checkbox.fix
deleted file mode 100644
index 6a947ec8e..000000000
--- a/changelog.d/checkbox.fix
+++ /dev/null
@@ -1 +0,0 @@
-checkbox vertical alignment has been fixed
diff --git a/changelog.d/color-schemes.add b/changelog.d/color-schemes.add
deleted file mode 100644
index 5410730e1..000000000
--- a/changelog.d/color-schemes.add
+++ /dev/null
@@ -1 +0,0 @@
-Some new default color schemes
diff --git a/changelog.d/colorfuncs.fix b/changelog.d/colorfuncs.fix
deleted file mode 100644
index 18c49e2fc..000000000
--- a/changelog.d/colorfuncs.fix
+++ /dev/null
@@ -1 +0,0 @@
-Fix some of the color manipulation functions
diff --git a/changelog.d/cover-image-path.change b/changelog.d/cover-image-path.change
deleted file mode 100644
index 2c9c4d1f3..000000000
--- a/changelog.d/cover-image-path.change
+++ /dev/null
@@ -1 +0,0 @@
-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
diff --git a/changelog.d/custom.add b/changelog.d/custom.add
deleted file mode 100644
index 97848d7e4..000000000
--- a/changelog.d/custom.add
+++ /dev/null
@@ -1 +0,0 @@
-Added support for fetching /{resource}.custom.ext to allow adding instance-specific themes without altering sourcetree
diff --git a/changelog.d/customizable-actions.add b/changelog.d/customizable-actions.add
deleted file mode 100644
index 5ce6a5180..000000000
--- a/changelog.d/customizable-actions.add
+++ /dev/null
@@ -1 +0,0 @@
-Post actions can be customized
diff --git a/changelog.d/date-absolute.add b/changelog.d/date-absolute.add
deleted file mode 100644
index d9365f464..000000000
--- a/changelog.d/date-absolute.add
+++ /dev/null
@@ -1 +0,0 @@
-Support displaying time in absolute format
diff --git a/changelog.d/denpmify-gitlab-ci.skip b/changelog.d/denpmify-gitlab-ci.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/deprecate-subscribe.change b/changelog.d/deprecate-subscribe.change
deleted file mode 100644
index 10fb34f46..000000000
--- a/changelog.d/deprecate-subscribe.change
+++ /dev/null
@@ -1 +0,0 @@
-Use /api/v1/accounts/:id/follow for account subscriptions instead of the deprecated routes
\ No newline at end of file
diff --git a/changelog.d/draft-save.fix b/changelog.d/draft-save.fix
deleted file mode 100644
index 7e3097e04..000000000
--- a/changelog.d/draft-save.fix
+++ /dev/null
@@ -1 +0,0 @@
-Fix draft saving when auto-save is off
diff --git a/changelog.d/drafts-imp.skip b/changelog.d/drafts-imp.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/drafts.add b/changelog.d/drafts.add
deleted file mode 100644
index 1147016e3..000000000
--- a/changelog.d/drafts.add
+++ /dev/null
@@ -1 +0,0 @@
-Add draft management system
diff --git a/changelog.d/emoji-count-button.fix b/changelog.d/emoji-count-button.fix
deleted file mode 100644
index 946f6d554..000000000
--- a/changelog.d/emoji-count-button.fix
+++ /dev/null
@@ -1 +0,0 @@
-Switch from class hack to normalButton attr for emoji count popover
diff --git a/changelog.d/emoji-handling.remove b/changelog.d/emoji-handling.remove
deleted file mode 100644
index c9ead5545..000000000
--- a/changelog.d/emoji-handling.remove
+++ /dev/null
@@ -1 +0,0 @@
-Remove emoji annotations code for unused languages from final build
diff --git a/changelog.d/emoji-picker.add b/changelog.d/emoji-picker.add
deleted file mode 100644
index d0ddb18eb..000000000
--- a/changelog.d/emoji-picker.add
+++ /dev/null
@@ -1 +0,0 @@
-fixed occasional overflows in emoji picker and made header scrollable
diff --git a/changelog.d/emoji-size.fix b/changelog.d/emoji-size.fix
deleted file mode 100644
index a1189b833..000000000
--- a/changelog.d/emoji-size.fix
+++ /dev/null
@@ -1 +0,0 @@
-fix emoji inconsistencies in notifications, fix some emoji not scaling with interface
diff --git a/changelog.d/focus-visible.fix b/changelog.d/focus-visible.fix
deleted file mode 100644
index 86f8df615..000000000
--- a/changelog.d/focus-visible.fix
+++ /dev/null
@@ -1 +0,0 @@
-Make sure hover style is also applied to :focus-visible
diff --git a/changelog.d/focus.fix b/changelog.d/focus.fix
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/image-compression.add b/changelog.d/image-compression.add
deleted file mode 100644
index d1f5a4fa4..000000000
--- a/changelog.d/image-compression.add
+++ /dev/null
@@ -1 +0,0 @@
-Added configurable image compression option in general settings, allowing users to control whether images are compressed before upload.
\ No newline at end of file
diff --git a/changelog.d/markup-panels.fix b/changelog.d/markup-panels.fix
deleted file mode 100644
index 48ea10a0c..000000000
--- a/changelog.d/markup-panels.fix
+++ /dev/null
@@ -1 +0,0 @@
-Fix few markup panel inconsistencies; better ToS and registration
diff --git a/changelog.d/migrate-bookmark-folders-store-pinia.skip b/changelog.d/migrate-bookmark-folders-store-pinia.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/misc-markup.fix b/changelog.d/misc-markup.fix
deleted file mode 100644
index 7af934a29..000000000
--- a/changelog.d/misc-markup.fix
+++ /dev/null
@@ -1 +0,0 @@
-Fix small markup inconsistencies
diff --git a/changelog.d/mobile-theme-editing.fix b/changelog.d/mobile-theme-editing.fix
deleted file mode 100644
index 43ee05ec8..000000000
--- a/changelog.d/mobile-theme-editing.fix
+++ /dev/null
@@ -1 +0,0 @@
-Enable mobile theme editing
diff --git a/changelog.d/modals-mobile.change b/changelog.d/modals-mobile.change
deleted file mode 100644
index e6a768c57..000000000
--- a/changelog.d/modals-mobile.change
+++ /dev/null
@@ -1 +0,0 @@
-modal layout for mobile has new layout to make it easy to use
diff --git a/changelog.d/modals.fix b/changelog.d/modals.fix
deleted file mode 100644
index 68278bfc0..000000000
--- a/changelog.d/modals.fix
+++ /dev/null
@@ -1 +0,0 @@
-fixed modals buttons overflow
diff --git a/changelog.d/move-humanize-errors.skip b/changelog.d/move-humanize-errors.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/multiple-status-mute-reasons.fix b/changelog.d/multiple-status-mute-reasons.fix
deleted file mode 100644
index 952ccea82..000000000
--- a/changelog.d/multiple-status-mute-reasons.fix
+++ /dev/null
@@ -1 +0,0 @@
-Fix whitespaces for multiple status mute reasons, display bot status reason
diff --git a/changelog.d/muted_user_en_translation.skip b/changelog.d/muted_user_en_translation.skip
deleted file mode 100644
index 1d39e49d1..000000000
--- a/changelog.d/muted_user_en_translation.skip
+++ /dev/null
@@ -1 +0,0 @@
-Added missing EN translation key for status.muted_user
diff --git a/changelog.d/mutes.change b/changelog.d/mutes.change
deleted file mode 100644
index fa13609bb..000000000
--- a/changelog.d/mutes.change
+++ /dev/null
@@ -1 +0,0 @@
-better display of mute reason on posts
diff --git a/changelog.d/no-check-npm.skip b/changelog.d/no-check-npm.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/no-create-app-on-first-visit.fix b/changelog.d/no-create-app-on-first-visit.fix
deleted file mode 100644
index b538121af..000000000
--- a/changelog.d/no-create-app-on-first-visit.fix
+++ /dev/null
@@ -1 +0,0 @@
-Create an OAuth app only when needed
diff --git a/changelog.d/no-non-esm-script.remove b/changelog.d/no-non-esm-script.remove
deleted file mode 100644
index db63f90e2..000000000
--- a/changelog.d/no-non-esm-script.remove
+++ /dev/null
@@ -1 +0,0 @@
-BREAKING: drop support for browsers that do not support `<script type="module">`
diff --git a/changelog.d/no-prod-css-source-map.remove b/changelog.d/no-prod-css-source-map.remove
deleted file mode 100644
index 3f492f48f..000000000
--- a/changelog.d/no-prod-css-source-map.remove
+++ /dev/null
@@ -1 +0,0 @@
-BREAKING: css source map does not work in production (see https://github.com/vitejs/vite/issues/2830 )
diff --git a/changelog.d/non-anonymous-polls.add b/changelog.d/non-anonymous-polls.add
deleted file mode 100644
index 9ff7f3adc..000000000
--- a/changelog.d/non-anonymous-polls.add
+++ /dev/null
@@ -1 +0,0 @@
-Inform users that Smithereen public polls are public
\ No newline at end of file
diff --git a/changelog.d/oauth-app-name.change b/changelog.d/oauth-app-name.change
deleted file mode 100644
index 15d6f87ee..000000000
--- a/changelog.d/oauth-app-name.change
+++ /dev/null
@@ -1 +0,0 @@
-Simplify the OAuth client_name to 'PleromaFE'
diff --git a/changelog.d/oauth-store-to-pinia.change b/changelog.d/oauth-store-to-pinia.change
deleted file mode 100644
index b18a489b5..000000000
--- a/changelog.d/oauth-store-to-pinia.change
+++ /dev/null
@@ -1 +0,0 @@
-Internal: Migrate OAuth store to pinia
diff --git a/changelog.d/palemoon-css-compatibility.fix b/changelog.d/palemoon-css-compatibility.fix
deleted file mode 100644
index 8afa05654..000000000
--- a/changelog.d/palemoon-css-compatibility.fix
+++ /dev/null
@@ -1 +0,0 @@
-Fix CSS compatibility issues in style_setter.js for older browsers like Palemoon
\ No newline at end of file
diff --git a/changelog.d/panel-stack.fix b/changelog.d/panel-stack.fix
deleted file mode 100644
index 518ff32fe..000000000
--- a/changelog.d/panel-stack.fix
+++ /dev/null
@@ -1 +0,0 @@
-proper sticky header for conversations on user page
diff --git a/changelog.d/pinia-oauth-mfa.skip b/changelog.d/pinia-oauth-mfa.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/pinia.change b/changelog.d/pinia.change
deleted file mode 100644
index b44803a8d..000000000
--- a/changelog.d/pinia.change
+++ /dev/null
@@ -1 +0,0 @@
-Partially migrated from vuex to pinia
diff --git a/changelog.d/piss-fix.skip b/changelog.d/piss-fix.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/piss-serialization.skip b/changelog.d/piss-serialization.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/post-more-actions-label.fix b/changelog.d/post-more-actions-label.fix
deleted file mode 100644
index c3441d10a..000000000
--- a/changelog.d/post-more-actions-label.fix
+++ /dev/null
@@ -1 +0,0 @@
-Add text label for more actions button in post status form
diff --git a/changelog.d/proper-static-emoji.change b/changelog.d/proper-static-emoji.change
deleted file mode 100644
index 62aa175b2..000000000
--- a/changelog.d/proper-static-emoji.change
+++ /dev/null
@@ -1 +0,0 @@
-BREAKING: static/emoji.json is replaced with a properly hashed path under static/js in the production build, meaning server admins cannot provide their own set of unicode emojis by overriding this file (custom (image-based) emojis not affected)
diff --git a/changelog.d/quote-buttons.fix b/changelog.d/quote-buttons.fix
deleted file mode 100644
index 859e5d6c5..000000000
--- a/changelog.d/quote-buttons.fix
+++ /dev/null
@@ -1 +0,0 @@
-reply-or-quote buttons now take less space
diff --git a/changelog.d/remove-opn-dependency.skip b/changelog.d/remove-opn-dependency.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/roundup3.skip b/changelog.d/roundup3.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/roundup4.skip b/changelog.d/roundup4.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/roundup5.skip b/changelog.d/roundup5.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/selfreproot.fix b/changelog.d/selfreproot.fix
deleted file mode 100644
index 4c3faa838..000000000
--- a/changelog.d/selfreproot.fix
+++ /dev/null
@@ -1 +0,0 @@
-Allow repeats of own posts with private scopes
diff --git a/changelog.d/show-bookmarks-on-mobile.fix b/changelog.d/show-bookmarks-on-mobile.fix
deleted file mode 100644
index 3b5db4834..000000000
--- a/changelog.d/show-bookmarks-on-mobile.fix
+++ /dev/null
@@ -1 +0,0 @@
-Bookmarks visible again on mobile
diff --git a/changelog.d/splashfix.skip b/changelog.d/splashfix.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/splashscreen.add b/changelog.d/splashscreen.add
deleted file mode 100644
index f1f56551a..000000000
--- a/changelog.d/splashscreen.add
+++ /dev/null
@@ -1 +0,0 @@
-Splash screen + loading indicator to make process of identifying initialization issues and load performance
diff --git a/changelog.d/streaming-op-after-conn.change b/changelog.d/streaming-op-after-conn.change
deleted file mode 100644
index 73a79d843..000000000
--- a/changelog.d/streaming-op-after-conn.change
+++ /dev/null
@@ -1 +0,0 @@
-Authenticate and subscribe to streaming after connection
diff --git a/changelog.d/subject-hidden-popover-trigger.fix b/changelog.d/subject-hidden-popover-trigger.fix
deleted file mode 100644
index 816df5a43..000000000
--- a/changelog.d/subject-hidden-popover-trigger.fix
+++ /dev/null
@@ -1 +0,0 @@
-Remove focusability on hidden popover in subject input
diff --git a/changelog.d/tabs.change b/changelog.d/tabs.change
deleted file mode 100644
index e716ad427..000000000
--- a/changelog.d/tabs.change
+++ /dev/null
@@ -1 +0,0 @@
-Tabs now have indentation for better visibility of which tab is currently active
diff --git a/changelog.d/temp-changes.skip b/changelog.d/temp-changes.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/themes3.add b/changelog.d/themes3.add
deleted file mode 100644
index 040957ced..000000000
--- a/changelog.d/themes3.add
+++ /dev/null
@@ -1 +0,0 @@
-UI for making v3 themes and palettes, support for bundling v3 themes
diff --git a/changelog.d/unify-vuex-modules-import.skip b/changelog.d/unify-vuex-modules-import.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/upload-resizing.add b/changelog.d/upload-resizing.add
deleted file mode 100644
index 355a1d898..000000000
--- a/changelog.d/upload-resizing.add
+++ /dev/null
@@ -1 +0,0 @@
-Resize most kinds of images on upload.
diff --git a/changelog.d/user-link.add b/changelog.d/user-link.add
deleted file mode 100644
index ca65aa5fa..000000000
--- a/changelog.d/user-link.add
+++ /dev/null
@@ -1 +0,0 @@
-Make UserLink wrappable
diff --git a/changelog.d/vite.skip b/changelog.d/vite.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/vue.change b/changelog.d/vue.change
deleted file mode 100644
index a8fc21720..000000000
--- a/changelog.d/vue.change
+++ /dev/null
@@ -1 +0,0 @@
-Upgraded Vue to version 3.5
diff --git a/changelog.d/vuex-devtools.skip b/changelog.d/vuex-devtools.skip
deleted file mode 100644
index e69de29bb..000000000
diff --git a/changelog.d/weird-absolute-time-format.fix b/changelog.d/weird-absolute-time-format.fix
deleted file mode 100644
index 727d58764..000000000
--- a/changelog.d/weird-absolute-time-format.fix
+++ /dev/null
@@ -1 +0,0 @@
-Show only month and day instead of weird "day, hour" format. While at it, fixed typo "defualt" in a comment.
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Fri, Apr 4, 2:17 AM (7 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
85083
Default Alt Text
(20 KB)

Event Timeline