This website requires JavaScript.
130 changed files with
1129 additions and
1205 deletions
@ -1 +0,0 @@
Added option to always convert images to JPEG format instead of using WebP when compressing images.
@ -1 +0,0 @@
Updated shadow editor, hopefully fixed long-standing bugs, added ability to specify shadow's name.
@ -1 +0,0 @@
Support bookmark folders
@ -1 +0,0 @@
Speed up initial boot.
@ -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.
@ -1 +0,0 @@
Check for canvas extract permission when initializing favicon service
@ -1 +0,0 @@
checkbox vertical alignment has been fixed
@ -1 +0,0 @@
Some new default color schemes
@ -1 +0,0 @@
Fix some of the color manipulation functions
@ -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
@ -1 +0,0 @@
Added support for fetching /{resource}.custom.ext to allow adding instance-specific themes without altering sourcetree
@ -1 +0,0 @@
Post actions can be customized
@ -1 +0,0 @@
Support displaying time in absolute format
@ -1 +0,0 @@
Use /api/v1/accounts/:id/follow for account subscriptions instead of the deprecated routes
@ -1 +0,0 @@
Fix draft saving when auto-save is off
@ -1 +0,0 @@
Add draft management system
@ -1 +0,0 @@
Switch from class hack to normalButton attr for emoji count popover
@ -1 +0,0 @@
Remove emoji annotations code for unused languages from final build
@ -1 +0,0 @@
fixed occasional overflows in emoji picker and made header scrollable
@ -1 +0,0 @@
fix emoji inconsistencies in notifications, fix some emoji not scaling with interface
@ -1 +0,0 @@
Make sure hover style is also applied to :focus-visible
@ -1 +0,0 @@
Added configurable image compression option in general settings, allowing users to control whether images are compressed before upload.
@ -1 +0,0 @@
Fix few markup panel inconsistencies; better ToS and registration
@ -1 +0,0 @@
Fix small markup inconsistencies
@ -1 +0,0 @@
Enable mobile theme editing
@ -1 +0,0 @@
modal layout for mobile has new layout to make it easy to use
@ -1 +0,0 @@
fixed modals buttons overflow
@ -1 +0,0 @@
Fix whitespaces for multiple status mute reasons, display bot status reason
@ -1 +0,0 @@
Added missing EN translation key for status.muted_user
@ -1 +0,0 @@
better display of mute reason on posts
@ -1 +0,0 @@
Create an OAuth app only when needed
@ -1 +0,0 @@
BREAKING: drop support for browsers that do not support `<script type="module">`
@ -1 +0,0 @@
BREAKING: css source map does not work in production (see https://github.com/vitejs/vite/issues/2830 )
@ -1 +0,0 @@
Inform users that Smithereen public polls are public
@ -1 +0,0 @@
Simplify the OAuth client_name to 'PleromaFE'
@ -1 +0,0 @@
Internal: Migrate OAuth store to pinia
@ -1 +0,0 @@
Fix CSS compatibility issues in style_setter.js for older browsers like Palemoon
@ -1 +0,0 @@
proper sticky header for conversations on user page
@ -1 +0,0 @@
Partially migrated from vuex to pinia
@ -1 +0,0 @@
Add text label for more actions button in post status form
@ -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)
@ -1 +0,0 @@
reply-or-quote buttons now take less space
@ -1 +0,0 @@
Bookmarks visible again on mobile
@ -1 +0,0 @@
Splash screen + loading indicator to make process of identifying initialization issues and load performance
@ -1 +0,0 @@
Authenticate and subscribe to streaming after connection
@ -1 +0,0 @@
Remove focusability on hidden popover in subject input
@ -1 +0,0 @@
Tabs now have indentation for better visibility of which tab is currently active
@ -1 +0,0 @@
UI for making v3 themes and palettes, support for bundling v3 themes
@ -1 +0,0 @@
Resize most kinds of images on upload.
@ -1 +0,0 @@
Make UserLink wrappable
@ -1 +0,0 @@
Upgraded Vue to version 3.5
@ -1 +0,0 @@
Show only month and day instead of weird "day, hour" format. While at it, fixed typo "defualt" in a comment.