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 (19243B)


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