From 091e92c6e77612ba99d82628dca55841af5d8d6d Mon Sep 17 00:00:00 2001 From: les Date: Wed, 4 Mar 2020 20:21:47 +0100 Subject: [PATCH] 0.22 is coming... --- CHANGELOG | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5df7400a..e87db518 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,22 @@ All notable changes to this project will be documented in this file. +### 0.22.0 +- add admin announcement support (fix #74) +- each instance has a specific timezone you can choose from admin's panel +- refactoring language management (you can choose a default instance's language): + usually UX language is choosen looking at Accepted-Language header but there + are messages not generated from an http request (eg. sending events via AP). + In those cases a default instance's language is choosen (default 'en'). +- use lazy loaded images +- better mobile experience for admins +- single day only recurring events +- fix user block in fediverse moderation +- filter and linkify content from fediverse +- add a lot of help strings in admin panel +- use html2text for event description in og: meta +- update deps +- fix a moment.js typo from/to issue +- fix #73 ### 0.21.0 - a new recurring events logic (a la taskwarrior):