pleroma-fe/CHANGELOG.md
Henry Jameson f0c4bb1193 Merge remote-tracking branch 'upstream/develop' into themes-accent
* upstream/develop: (33 commits)
  add emoji reactions to changelog
  fix emoji reaction classes broken in develop
  review changes
  Fix password and email update
  remove unnecessary anonymous function
  Apply suggestion to src/services/api/api.service.js
  remove logs/commented code
  remove favs count from react button
  remove mock data
  change emoji reactions to use new format
  Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed for IE)
  Fix missing TWKN when logged in, but server is set to private mode.
  Fix follower request fetching
  Add domain mutes to changelog
  Implement domain mutes v2
  change changelog to reflect actual release history of frontend
  Fix #750 , fix error messages and captcha resetting
  Optimize Notifications Rendering
  update CHANGELOG
  Use last seen notif instead of first unseen notif for sinceId
  ...
2020-01-28 20:44:13 +02:00

1.4 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

  • Icons in nav panel
  • Private mode support
  • Support for 'Move' type notifications
  • Pleroma AMOLED dark theme
  • User level domain mutes, under User Settings -> Mutes
  • Emoji reactions for statuses

Changed

  • Captcha now resets on failed registrations
  • Notifications column now cleans itself up to optimize performance when tab is left open for a long time
  • 403 messaging

Fixed

  • Single notifications left unread when hitting read on another device/tab
  • Registration fixed
  • Deactivation of remote accounts from frontend

[1.1.7 and earlier] - 2019-12-14

Added

  • Ability to hide/show repeats from user
  • User profile button clutter organized into a menu
  • Emoji picker
  • Started changelog anew
  • Ability to change user's email
  • About page
  • Added remote user redirect

Changed

  • theme engine update to 3
  • theme doesn't get saved to local storage when opening FE anonymously
  • 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

  • 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.
  • improved hotkey behavior on autocomplete popup