pleroma-fe/CHANGELOG.md

48 lines
2.4 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/).
2019-09-15 16:19:17 +02:00
## [Unreleased]
### 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-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
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
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