logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

CHANGELOG.md (23620B)


  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
  4. ## 2.7.0
  5. ### Known issues
  6. We got some reports related to emoji picker performance, this hopefully will be fixed in 2.7.1.
  7. ### Notes
  8. This release overhauls how themes work, themes now need to be "compiled", which can cause some delay when loading for the first time and temporarily look "wrong" in some places (popups, menus, dialogs). Please do report any issues, especially if your theme looks wrong or breaks interface when loading. Also report issues if you're experiencing constant performance issues.
  9. To admins: remember that you can update PleromaFE to recent `master` or `develop` in admin dashboard in "Front-ends" tab, scroll down to find PleromaFE box and click "Reinstall `master`" or dropdown and then "Reinstall `develop`". Currently there is no mechanism to check if there is an update or not.
  10. ### Changed
  11. - Overhauled the way themes work, migrating to new Pleroma Interface Style Sheets system aka "Themes 3".
  12. - Notifications are no longer sorted by "seen" status since interacting with them can change their read status and makes UI jumpy. Old behavior can be restored in settings.
  13. - Notifications are now shown through a ServiceWorker (since mobile chrome does not allow them otherwise), it's always enabled, even if previously we only enabled it for WebPush notifications only. If you don't like websites "running" while closed, check how to disable them in your browser. Old way to show notifications will be used as a fallback but might not have all the new features.
  14. - Reorganized Settings modal to move out visual stuff into Appearance tab
  15. ### Added
  16. - Emoji pack management to the admin panel
  17. - Support `status` notification type (subscriptions/bell, fixes PleromaFE on newer PleromaBE versions)
  18. - Poll end notifications.
  19. - Added option to not mark all notifications when closing notifications drawer on mobile, this creates a new button to mark all as seen.
  20. - Option to always "show" notifications when using web push for better compatibility with some browsers (chrome, edge, safari)
  21. - Option to toggle what notification types appear in native notifications, by default less important ones (likes, repeats, etc) will no longer show up in native notifications.
  22. - Option to treat non-interactive notifications (likes, repeats et all) as seen for visual purposes (no read mark, ignored in counters, still can show in native notifications)
  23. - Ability to resize UI (and certain components) scale independent of browser/text scale
  24. - Ability to override certain aspects of UI style independent of theme used (UI roundness, fonts, underlay)
  25. - Theme selector with visual previews of the theme
  26. - Display loading and error indicator for conversation page
  27. - Option to only show scrobbles that are recent enough
  28. - Interacting (opening reply box etc) or simply clicking on non-interactive notifications now marks them as read. Clicking on native notifications for non-interactive ones also marks them as seen.
  29. - Support group actors
  30. - Focusing into a tab clears all current desktop notifications
  31. - Ability to change size of emoji
  32. - Ability to view APNG (Animated PNG) attachments.
  33. - Support showing extra notifications in the notifications column
  34. - Create a link to the URL of the scrobble when it's present
  35. - Allow hiding custom emojis in picker.
  36. - Ability to mute sensitive posts (ported from eintei).
  37. - Native notifications now also have "badge" property that matches instance's favicon (visible in Android Chromium at least)
  38. - Display public favorites on user profiles
  39. - Display quotes count on posts and add quotes list page
  40. - Show a dedicated registration notice page when further action is required after registering
  41. ### Fixed
  42. - Synchronized requested notification types with backend, hopefully should fix missing notifications for polls and follow requests
  43. - Error that appeared on mobile Chromium (and derivatives) when native notifications are allowed
  44. - Being unable to set notification visibility for reports and follow requests
  45. - Native notifications appearing as many times as there are open tabs. Clicking on notification will focus last focused tab.
  46. - The expiry date indication won't be shown if the poll never expires
  47. - Profile mentions causing a 422 error on newer PleromaBE versions.
  48. - Color inputs are less ugly now
  49. - Unread notifications should now properly catch up between sessions (eventually) in polling mode
  50. - Video posters on Safari
  51. ## 2.6.1
  52. ### Fixed
  53. - fix admin dashboard not having any feedback on frontend installation
  54. - Fix frontend admin tab crashing when no primary frontend is set
  55. - Add aria attributes to react and extra buttons
  56. ## 2.6.0
  57. ### Added
  58. - add the initial i18n translation file for Taiwanese (Hokkien), and modify some related files.
  59. - Implemented a very basic instance administration screen
  60. - Implement quoting
  61. ### Fixed
  62. - Keep aspect ratio of custom emoji reaction in notification
  63. - Fix openSettingsModalTab so that it correctly opens Settings modal instead of Admin modal
  64. - Add alt text to emoji picker buttons
  65. - Use export-subst gitattribute to allow tarball builds
  66. - fix reports now showing reason/content
  67. - Fix HTML attribute parsing, discard attributes not strating with a letter
  68. - Make MentionsLine aware of line breaking by non-br elements
  69. - Fix a bug where mentioning a user twice will not fill the mention into the textarea
  70. - Fix parsing non-ascii tags
  71. - Fix OAuth2 token lingering after revocation
  72. - fix regex issue in HTML parser/renderer
  73. - don't display quoted status twice
  74. - fix typo in code that prevented cards from showing at all
  75. - Fix react button not working if reaction accounts are not loaded
  76. - Fix react button misalignment on safari ios
  77. - Fix pinned statuses gone when reloading user timeline
  78. - Fix scrolling emoji selector in modal in safari ios
  79. ## 2.5.1
  80. ### Fixed
  81. - Checkboxes in settings can now work with screenreaders
  82. - Autocomplete in edit boxes can now work with screenreaders
  83. - Status interact buttons now have focus indicator for anonymous users
  84. - Top bar buttons now correctly have text labels
  85. - It is now possible to register if the site admin requires birthday to register
  86. - User cards from search results will correctly popup
  87. - Fix notification attachment icon overflow
  88. - Editing mute words is less laggy
  89. - Repeater's name will no longer mess up with the directionality of the text sitting on the same line
  90. - Unauthenticated access will give better error messages
  91. - It is now easier to close the media viewer with a mouse when there is only one image
  92. - Deleting profile fields can work properly
  93. - Clicking the react button will correctly focus the search box
  94. - Clicking buttons on the top-bar will no longer bring you to the top of the page
  95. - Emoji picker is much faster to load
  96. - `blockquote`s have a better display style
  97. - Announcements posting and editing are now available to everyone with such a privilege, not just admins
  98. - Adding or removing list members will actually work
  99. - Emojis without a pack are now correctly displayed in emoji picker
  100. - Changing notification settings will actually work
  101. ### Added
  102. - You can now set and see birthdays
  103. - Optional confirmation dialogs when performing various actions
  104. - You can now set fallback languages
  105. ## 2.5.0 - 23.12.2022
  106. ### Fixed
  107. - UI no longer lags when switching between mobile and desktop mode
  108. - Popovers no longer constrained by DOM hierarchy, shouldn't be cut off by anything
  109. - Emoji autocomplete popover and picker popover stick to the text cursor.
  110. - Attachments are ALWAYS in same order as user uploaded, no more "videos first"
  111. - Pinned statuses no longer appear at bottom of user timeline (still appear as part of the timeline when fetched deep enough)
  112. - Fixed many many bugs related to new mentions, including spacing and alignment issues
  113. - Links in profile bios now properly open in new tabs
  114. - "Always show mobile button" is working now
  115. - Inline images now respect their intended width/height attributes
  116. - Links with `&` in them work properly now
  117. - Attachment description is prefilled with backend-provided default when uploading
  118. - Proper visual feedback that next image is loading when browsing
  119. - Additional HTML sanitization on frontend side in case backend sanitization fails
  120. - Interaction list popovers now properly emojify names
  121. - AdminFE button no longer scrolls page to top when clicked
  122. - User handles with non-ascii domains now have less intrusive indicator for the domain name
  123. - Completely hidden posts still no longer have 1px border
  124. - A lot of accessibility improvements
  125. ### Changed
  126. - Using Vue 3 now
  127. - A lot of internal dependencies updated
  128. - "(You)s" are optional (opt-in) now, bolding your nickname is also optional (opt-out)
  129. - User highlight background now also covers the `@`
  130. - Reverted back to textual `@`, svg version is opt-in.
  131. - Settings window has been thoroughly rearranged to make more sense and make navigation settings easier.
  132. - Uploaded attachments are uniform with displayed attachments
  133. - Flash is watchable in media-modal (takes up nearly full screen though due to sizing issues)
  134. - Notifications about likes/repeats/emoji reacts are now minimized so they always take up same amount of space irrelevant to size of post. (You can expand them to full if need be)
  135. - Slight width/spacing adjustments
  136. - More sizing stuff is font-size dependent now
  137. - Scrollbars are styled/colorized now
  138. - Scrollbars are toggleable (for stuff that didn't have visible scrollbars before) (opt-in)
  139. - Updated localization files
  140. - Top bar is more useful in mobile mode now.
  141. - "Show new" button is way more compact in mobile mode
  142. - Slightly adjusted placement and spacing of the topbar buttons so it's less easy to accidentally log yourself out
  143. ### Added
  144. - 3 column mode: only enables when there's space for it (opt-out, customizable)
  145. - Apologetic pleroma-tan
  146. - New button on timeline header to change some of the new and often-used settings
  147. - Support for lists
  148. - Added ability to edit posts and view post edit history etc.
  149. - Added ability to add personal note to users
  150. - Added initial support for admin announcements
  151. - Added ui for account migration
  152. - Added ui for backups
  153. - Added ability to force-unfollow a user from you
  154. - Emoji are now grouped by pack
  155. - Ability to pin navigation items and collapse the navigation menu
  156. - Ability to rearrange order of attachments when uploading
  157. - Ability to scroll column (or page) to top via panel header button
  158. - Options to show domains in mentions
  159. - Option to show user avatars in mention links (opt-in)
  160. - Option to disable the tooltip for mentions
  161. - Option to completely hide muted threads
  162. - Option to customize what clicking user avatar does in user popover
  163. - Notifications for poll results
  164. - "Favorites" link in navigation
  165. - Very early and somewhat experimental system for automatic settings sync (used only for pinned navigation and apologetic pleroma-tan)
  166. - Implemented remote interaction with statuses for anon visitors
  167. - Ability to open videos in modal even if you disabled that feature, via an icon button
  168. - New button on attachment that indicates that attachment has a description and shows a bar filled with description
  169. - Attachments are truncated just like post contents
  170. - Media modal now also displays description and counter position in gallery (i.e. 1/5)
  171. - Enabled users to zoom and pan images in media viewer with mouse and touch
  172. - Timelines/panels and conversations have sticky headers now (a bit glitchy on some browsers like safari) (opt-out)
  173. ## [2.4.2] - 2022-01-09
  174. ### Added
  175. - Added Apply and Reset buttons to the bottom of theme tab to minimize UI travel
  176. - Implemented user option to always show floating New Post button (normally mobile-only)
  177. - Display reasons for instance specific policies
  178. - Added functionality to cancel follow request
  179. ### Fixed
  180. - Fixed link to external profile not working on user profiles
  181. - Fixed mobile shoutbox display
  182. - Fixed favicon badge not working in Chrome
  183. - Escape html more properly in subject/display name
  184. ## [2.4.0] - 2021-08-08
  185. ### Added
  186. - Added a quick settings to timeline header for easier access
  187. - Added option to mark posts as sensitive by default
  188. - Added quick filters for notifications
  189. - Implemented user option to change sidebar position to the right side
  190. - Implemented user option to hide floating shout panel
  191. - Implemented "edit profile" button if viewing own profile which opens profile settings
  192. ### Fixed
  193. - Fixed follow request count showing in the wrong location in mobile view
  194. ## [2.3.0] - 2021-03-01
  195. ### Fixed
  196. - Button to remove uploaded media in post status form is now properly placed and sized.
  197. - Fixed shoutbox not working in mobile layout
  198. - Fixed missing highlighted border in expanded conversations again
  199. - Fixed some UI jumpiness when opening images particularly in chat view
  200. - Fixed chat unread badge looking weird
  201. - Fixed punycode names not working properly
  202. - Fixed notifications crashing on an invalid notification
  203. ### Changed
  204. - Display 'people voted' instead of 'votes' for multi-choice polls
  205. - Changed the "Timelines" link in side panel to toggle show all timeline options inside the panel
  206. - Renamed "Timeline" to "Home Timeline" to be more clear
  207. - Optimized chat to not get horrible performance after keeping the same chat open for a long time
  208. - When opening emoji picker or react picker, it automatically focuses the search field
  209. - Language picker now uses native language names
  210. ### Added
  211. - Added reason field for registration when approval is required
  212. - Group staff members by role in the About page
  213. ## [2.2.3] - 2021-01-18
  214. ### Added
  215. - Added Report button to status ellipsis menu for easier reporting
  216. ### Fixed
  217. - Follows/Followers tabs on user profiles now display the content properly.
  218. - Handle punycode in screen names
  219. - Fixed local dev mode having non-functional websockets in some cases
  220. - Show notices for websocket events (errors, abnormal closures, reconnections)
  221. - Fix not being able to re-enable websocket until page refresh
  222. - Fix annoying issue where timeline might have few posts when streaming is enabled
  223. ### Changed
  224. - Don't filter own posts when they hit your wordfilter
  225. ## [2.2.2] - 2020-12-22
  226. ### Added
  227. - Mouseover titles for emojis in reaction picker
  228. - Support to input emoji into the search box in reaction picker
  229. - Added some missing unicode emoji
  230. - Added the upload limit to the Features panel in the About page
  231. - Support for solid color wallpaper, instance doesn't have to define a wallpaper anymore
  232. ### Fixed
  233. - Fixed the occasional bug where screen would scroll 1px when typing into a reply form
  234. - Fixed timeline errors locking timelines
  235. - Fixed missing highlighted border in expanded conversations
  236. - Fixed custom emoji not working in profile field names
  237. - Fixed pinned statuses not appearing in user profiles
  238. - Fixed some elements not being keyboard navigation friendly
  239. - Fixed error handling when updating various profile images
  240. - Fixed your latest chat messages disappearing when closing chat view and opening it again during the same session
  241. - Fixed custom emoji not showing in poll options before voting
  242. - Fixed link color not applied to instance name in topbar
  243. ### Changed
  244. - Errors when fetching are now shown with popup errors instead of "Error fetching updates" in panel headers
  245. - Made reply/fav/repeat etc buttons easier to hit
  246. - Adjusted timeline menu clickable area to match the visible button
  247. - Moved external source link from status heading to the ellipsis menu
  248. - Disabled horizontal textarea resize
  249. - Wallpaper is now top-aligned, horizontally centered.
  250. ## [2.2.1] - 2020-11-11
  251. ### Fixed
  252. - Fixed regression in react popup alignment and overflowing
  253. ## [2.2.0] - 2020-11-06
  254. ### Added
  255. - New option to optimize timeline rendering to make the site more responsive (enabled by default)
  256. - New instance option `logoLeft` to move logo to the left side in desktop nav bar
  257. - Import/export a muted users
  258. - Proper handling of deletes when using websocket streaming
  259. - Added optimistic chat message sending, so you can start writing next message before the previous one has been sent
  260. - Added a small red badge to the favicon when there's unread notifications
  261. - Added the NSFW alert to link previews
  262. ### Fixed
  263. - Fixed clicking NSFW hider through status popover
  264. - Fixed chat-view back button being hard to click
  265. - Fixed fresh chat notifications being cleared immediately while leaving the chat view and not having time to actually see the messages
  266. - Fixed multiple regressions in CSS styles
  267. - Fixed multiple issues with input fields when using CJK font as default
  268. - Fixed search field in navbar infringing into logo in some cases
  269. - Fixed not being able to load the chat history in vertical screens when the message list doesn't take the full height of the scrollable container on the first fetch.
  270. ### Changed
  271. - Clicking immediately when timeline shifts is now blocked to prevent misclicks
  272. - Icons changed from fontello (FontAwesome 4 + others) to FontAwesome 5 due to problems with fontello.
  273. - Some icons changed for better accessibility (lock, globe)
  274. - Logo is now clickable
  275. - Changed default logo to SVG version
  276. ## [2.1.2] - 2020-09-17
  277. ### Fixed
  278. - Fixed chats list not updating its order when new messages come in
  279. - Fixed chat messages sometimes getting lost when you receive a message at the same time
  280. ## [2.1.1] - 2020-09-08
  281. ### Changed
  282. - Polls will be hidden with status content if "Collapse posts with subjects" is enabled and the post is collapsed.
  283. ### Fixed
  284. - Network fetches don't pile up anymore but wait for previous ones to finish to reduce throttling.
  285. - Autocomplete won't stop at the second @, so it'll still work with "@lain@l" and not start over.
  286. - Fixed weird autocomplete behavior when you write ":custom_emoji: ?"
  287. ## [2.1.0] - 2020-08-28
  288. ### Added
  289. - Autocomplete domains from list of known instances
  290. - 'Bot' settings option and badge
  291. - Added profile meta data fields that can be set in profile settings
  292. - Added option to reset avatar/banner in profile settings
  293. - Descriptions can be set on uploaded files before posting
  294. - Added status preview option to preview your statuses before posting
  295. - When a post is a reply to an unavailable post, the 'Reply to'-text has a strike-through style
  296. - Added ability to see all favoriting or repeating users when hovering the number on highlighted statuses
  297. - Bookmarks
  298. ### Changed
  299. - Change heart to thumbs up in reaction picker
  300. - Close the media modal on navigation events
  301. - Add colons to the emoji alt text, to make them copyable
  302. - Add better visual indication for drag-and-drop for files
  303. - When disabling attachments, the placeholder links now show an icon and the description instead of just IMAGE or VIDEO etc
  304. - Remove unnecessary options for 'automatic loading when loading older' and 'reply previews'
  305. - Greentext now has separate color slot for it
  306. - Removed the use of with_move parameters when fetching notifications
  307. - Push notifications now are the same as normal notfication, and are localized.
  308. - Updated Notification Settings to match new BE API
  309. ### Fixed
  310. - Custom Emoji will display in poll options now.
  311. - Status ellipsis menu closes properly when selecting certain options
  312. - Cropped images look correct in Chrome
  313. - Newlines in the muted words settings work again
  314. - Clicking on non-latin hashtags won't open a new window
  315. - Uploading and drag-dropping multiple files works correctly now.
  316. - Subject field now appears disabled when posting
  317. - Fix status ellipsis menu being cut off in notifications column
  318. - Fixed autocomplete sometimes not returning the right user when there's already some results
  319. - Videos and audio and misc files show description as alt/title properly now
  320. - Clicking on non-image/video files no longer opens an empty modal
  321. - Audio files can now be played back in the frontend with hidden attachments
  322. - Videos are not cropped awkwardly in the uploads section anymore
  323. - Reply filtering options in Settings -> Filtering now work again using filtering on server
  324. - Don't show just blank-screen when cookies are disabled
  325. - Add status idempotency to prevent accidental double posting when posting returns an error
  326. - Weird bug related to post being sent seemingly after pasting with keyboard (hopefully)
  327. - Multiple issues with muted statuses/notifications
  328. ## [2.0.5] - 2020-05-12
  329. ### Added
  330. - Added private notifications option for push notifications
  331. - 'Copy link' button for statuses (in the ellipsis menu)
  332. ### Changed
  333. - Registration page no longer requires email if the server is configured not to require it
  334. ### Fixed
  335. - Status ellipsis menu closes properly when selecting certain options
  336. ## [2.0.3] - 2020-05-02
  337. ### Fixed
  338. - Show more/less works correctly with auto-collapsed subjects and long posts
  339. - RTL characters won't look messed up in notifications
  340. ### Changed
  341. - Emoji autocomplete will match any part of the word and not just start, for example :drool will now helpfully suggest :blobcatdrool: and :blobcatdroolreach:
  342. ### Added
  343. - Follow request notification support
  344. ## [2.0.2] - 2020-04-08
  345. ### Fixed
  346. - Favorite/Repeat avatars not showing up on private instances/non-public posts
  347. - Autocorrect getting triggered in the captcha field
  348. - Overflow on long domains in follow/move notifications
  349. ### Changed
  350. - Polish translation updated
  351. ## [2.0.0] - 2020-02-28
  352. ### Added
  353. - Tons of color slots including ones for hover/pressed/toggled buttons
  354. - Experimental `--variable[,mod]` syntax support for color slots in themes. the `mod` makes color brighter/darker depending on background color (makes darker color brighter/darker depending on background color)
  355. - Paper theme by Shpuld
  356. - Icons in nav panel
  357. - Private mode support
  358. - Support for 'Move' type notifications
  359. - Pleroma AMOLED dark theme
  360. - User level domain mutes, under User Settings -> Mutes
  361. - Emoji reactions for statuses
  362. - MRF keyword policy disclosure
  363. ### Changed
  364. - Updated Pleroma default themes
  365. - theme engine update to 3 (themes v2.1 introduction)
  366. - massive internal changes in theme engine - slowly away from "generate things separately with spaghetti code" towards "feed all data into single 'generateTheme' function and declare slot inheritance and all in a separate file"
  367. - Breezy theme updates to make it closer to actual Breeze in some aspects
  368. - when using `--variable` in shadows it no longer uses the actual CSS3 variable, instead it generates color from other slots
  369. - theme doesn't get saved to local storage when opening FE anonymously
  370. - Captcha now resets on failed registrations
  371. - Notifications column now cleans itself up to optimize performance when tab is left open for a long time
  372. - 403 messaging
  373. ### Fixed
  374. - Fixed loader-spinner not disappearing when a status preview fails to load
  375. - anon viewers won't get theme data saved to local storage, so admin changing default theme will have an effect for users coming back to instance.
  376. - Single notifications left unread when hitting read on another device/tab
  377. - Registration fixed
  378. - Deactivation of remote accounts from frontend
  379. - Fixed NSFW unhiding not working with videos when using one-click unhiding/displaying
  380. - Improved performance of anything that uses popovers (most notably statuses)
  381. ## [1.1.7 and earlier] - 2019-12-14
  382. ### Added
  383. - Ability to hide/show repeats from user
  384. - User profile button clutter organized into a menu
  385. - Emoji picker
  386. - Started changelog anew
  387. - Ability to change user's email
  388. - About page
  389. - Added remote user redirect
  390. ### Changed
  391. - changed the way fading effects for user profile/long statuses works, now uses css-mask instead of gradient background hacks which weren't exactly compatible with semi-transparent themes
  392. ### Fixed
  393. - improved hotkey behavior on autocomplete popup