pleroma-fe/CHANGELOG.md

21 lines
873 B
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
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
2019-09-15 16:19:17 +02:00
### Changed
2020-01-21 23:41:21 +01:00
- theme engine update to 3
- theme doesn't get saved to local storage when opening FE anonymously
2019-09-15 16:19:17 +02:00
- 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
2020-01-21 23:41:21 +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.
2019-09-15 16:19:17 +02:00
- improved hotkey behavior on autocomplete popup