From: Tusooa Zhu Date: Wed, 2 Mar 2022 14:51:46 +0000 (-0500) Subject: Add changelog X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6e8123a3304a207fd37b8904730cd7657787243e;p=akkoma Add changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9513a54fa..1cc902d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Readded mastoFE - Added support for custom emoji reactions - Added `emoji_url` in notifications to allow for custom emoji rendering +- 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. ### Fixed - Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies