diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-11-16 17:13:42 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-08-02 09:18:08 +0200 |
commit | 4567159326624ea37f1cbf0c3350f7baba4d92de (patch) | |
tree | d7d4a6e944600014197bc5d46f555a3fcafdf2dc /CHANGELOG.md | |
parent | f8540b0a9d1f277ac2b1b18068019b315e949060 (diff) | |
download | pleroma-4567159326624ea37f1cbf0c3350f7baba4d92de.tar.gz |
Add support for Image objectsfeatures/image-object
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ed9bbad..3946d4af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Make backend-rendered pages translatable. This includes emails. Pages returned as a HTTP response are translated using the language specified in the `userLanguage` cookie, or the `Accept-Language` header. Emails are translated using the `language` field when registering. This language can be changed by `PATCH /api/v1/accounts/update_credentials` with the `language` field. - Uploadfilter `Pleroma.Upload.Filter.Exiftool.ReadDescription` returns description values to the FE so they can pre fill the image description field - Added move account API +- Support for Image activities, namely from Hubzilla ### Fixed - Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies |