pleroma-fe/CHANGELOG.md

150 lines
6.8 KiB
Markdown
Raw Normal View History

2019-09-15 16:19:17 +02:00
# Changelog
All notable changes to this project will be documented in this file.
2019-11-08 03:21:19 +01:00
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2020-06-06 22:22:58 +02:00
## [Unreleased]
2020-09-29 12:18:37 +02:00
### Added
- New option to optimize timeline rendering to make the site more responsive (enabled by default)
2020-05-08 12:25:18 +02:00
## [Unreleased patch]
2020-09-16 09:27:31 +02:00
### Fixed
- Fixed chats list not updating its order when new messages come in
2020-09-18 21:09:05 +02:00
- Fixed chat messages sometimes getting lost when you receive a message at the same time
2020-10-02 11:23:04 +02:00
- Fixed clicking NSFW hider through status popover
2020-09-16 09:27:31 +02:00
2020-09-18 21:09:05 +02:00
### Added
- Import/export a muted users
- Proper handling of deletes when using websocket streaming
2020-09-16 09:27:31 +02:00
## [2.1.1] - 2020-09-08
2020-08-31 10:54:27 +02:00
### Changed
- Polls will be hidden with status content if "Collapse posts with subjects" is enabled and the post is collapsed.
### Fixed
2020-09-02 20:26:02 +02:00
- Network fetches don't pile up anymore but wait for previous ones to finish to reduce throttling.
- Autocomplete won't stop at the second @, so it'll still work with "@lain@l" and not start over.
- Fixed weird autocomplete behavior when you write ":custom_emoji: ?"
2020-09-16 09:27:31 +02:00
## [2.1.0] - 2020-08-28
### Added
- Autocomplete domains from list of known instances
- 'Bot' settings option and badge
2020-06-27 09:34:28 +02:00
- Added profile meta data fields that can be set in profile settings
- Added option to reset avatar/banner in profile settings
- Descriptions can be set on uploaded files before posting
2020-06-28 12:29:07 +02:00
- Added status preview option to preview your statuses before posting
- When a post is a reply to an unavailable post, the 'Reply to'-text has a strike-through style
2020-07-16 16:47:26 +02:00
- Added ability to see all favoriting or repeating users when hovering the number on highlighted statuses
- Bookmarks
2020-05-08 12:25:18 +02:00
### Changed
2020-06-05 18:13:41 +02:00
- Change heart to thumbs up in reaction picker
- Close the media modal on navigation events
- Add colons to the emoji alt text, to make them copyable
2020-06-10 10:29:28 +02:00
- Add better visual indication for drag-and-drop for files
- When disabling attachments, the placeholder links now show an icon and the description instead of just IMAGE or VIDEO etc
2020-07-14 14:35:39 +02:00
- Remove unnecessary options for 'automatic loading when loading older' and 'reply previews'
- Greentext now has separate color slot for it
- Removed the use of with_move parameters when fetching notifications
- Push notifications now are the same as normal notfication, and are localized.
- Updated Notification Settings to match new BE API
2020-05-08 12:25:18 +02:00
### Fixed
- Custom Emoji will display in poll options now.
2020-05-08 12:25:18 +02:00
- Status ellipsis menu closes properly when selecting certain options
2020-06-05 18:13:41 +02:00
- Cropped images look correct in Chrome
- Newlines in the muted words settings work again
- Clicking on non-latin hashtags won't open a new window
2020-06-08 19:24:08 +02:00
- Uploading and drag-dropping multiple files works correctly now.
2020-06-16 16:34:22 +02:00
- Subject field now appears disabled when posting
- Fix status ellipsis menu being cut off in notifications column
2020-06-18 11:56:22 +02:00
- Fixed autocomplete sometimes not returning the right user when there's already some results
- Videos and audio and misc files show description as alt/title properly now
- Clicking on non-image/video files no longer opens an empty modal
- Audio files can now be played back in the frontend with hidden attachments
- Videos are not cropped awkwardly in the uploads section anymore
2020-06-30 16:02:38 +02:00
- Reply filtering options in Settings -> Filtering now work again using filtering on server
2020-07-01 18:22:39 +02:00
- Don't show just blank-screen when cookies are disabled
2020-07-16 09:50:03 +02:00
- Add status idempotency to prevent accidental double posting when posting returns an error
- Weird bug related to post being sent seemingly after pasting with keyboard (hopefully)
- Multiple issues with muted statuses/notifications
## [2.0.5] - 2020-05-12
### Added
- Added private notifications option for push notifications
- 'Copy link' button for statuses (in the ellipsis menu)
### Changed
- Registration page no longer requires email if the server is configured not to require it
### Fixed
- Status ellipsis menu closes properly when selecting certain options
2020-05-08 12:25:18 +02:00
2020-05-01 21:28:26 +02:00
## [2.0.3] - 2020-05-02
2020-04-27 10:09:31 +02:00
### Fixed
- Show more/less works correctly with auto-collapsed subjects and long posts
- RTL characters won't look messed up in notifications
### Changed
- Emoji autocomplete will match any part of the word and not just start, for example :drool will now helpfully suggest :blobcatdrool: and :blobcatdroolreach:
2020-02-28 20:57:22 +01:00
### Added
- Follow request notification support
## [2.0.2] - 2020-04-08
### Fixed
- Favorite/Repeat avatars not showing up on private instances/non-public posts
- Autocorrect getting triggered in the captcha field
- Overflow on long domains in follow/move notifications
### Changed
- Polish translation updated
2020-02-28 21:16:53 +01:00
## [2.0.0] - 2020-02-28
2019-09-15 16:19:17 +02:00
### Added
2020-02-11 08:59:26 +01:00
- Tons of color slots including ones for hover/pressed/toggled buttons
- 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)
2020-02-17 23:30:10 +01:00
- Paper theme by Shpuld
2020-01-14 12:39:01 +01:00
- Icons in nav panel
- Private mode support
- Support for 'Move' type notifications
- Pleroma AMOLED dark theme
2020-01-15 21:38:31 +01:00
- User level domain mutes, under User Settings -> Mutes
2020-01-28 16:54:40 +01:00
- Emoji reactions for statuses
2020-02-10 09:04:58 +01:00
- MRF keyword policy disclosure
2020-01-14 12:39:01 +01:00
### Changed
2020-02-28 20:57:22 +01:00
- Updated Pleroma default themes
2020-02-11 08:59:26 +01:00
- theme engine update to 3 (themes v2.1 introduction)
- 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"
- Breezy theme updates to make it closer to actual Breeze in some aspects
- when using `--variable` in shadows it no longer uses the actual CSS3 variable, instead it generates color from other slots
- theme doesn't get saved to local storage when opening FE anonymously
- Captcha now resets on failed registrations
- Notifications column now cleans itself up to optimize performance when tab is left open for a long time
2020-01-14 12:39:01 +01:00
- 403 messaging
### Fixed
- Fixed loader-spinner not disappearing when a status preview fails to load
2020-02-11 08:59:26 +01:00
- 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.
- Single notifications left unread when hitting read on another device/tab
- Registration fixed
2020-01-14 12:39:01 +01:00
- Deactivation of remote accounts from frontend
2020-01-31 01:24:54 +01:00
- Fixed NSFW unhiding not working with videos when using one-click unhiding/displaying
2020-02-28 17:39:47 +01:00
- Improved performance of anything that uses popovers (most notably statuses)
2020-01-14 12:39:01 +01:00
## [1.1.7 and earlier] - 2019-12-14
2019-09-15 16:19:17 +02:00
### Added
2019-10-15 17:48:34 +02:00
- Ability to hide/show repeats from user
2019-11-08 03:21:19 +01:00
- User profile button clutter organized into a menu
2019-09-15 16:19:17 +02:00
- Emoji picker
- Started changelog anew
2019-11-08 03:21:19 +01:00
- Ability to change user's email
2019-11-09 18:33:47 +01:00
- About page
2020-01-14 12:39:01 +01:00
- Added remote user redirect
- Bookmarks
2019-09-15 16:19:17 +02:00
### Changed
- 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
### Fixed
- improved hotkey behavior on autocomplete popup