From ad745a2a248e6dde4cf4214bee5bfaec68e4c00e Mon Sep 17 00:00:00 2001 From: les Date: Mon, 1 Jun 2020 18:31:15 +0200 Subject: [PATCH] add changelog to docs --- docs/changelog.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f57719f5..857fffbe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,7 +8,38 @@ nav_order: 10 All notable changes to this project will be documented in this file. + +### 0.23.0 +- send AP Event Object instead of Note +- show only future unconfirmed events in admin panel +- new polish locale +- add friendly instances (an additional menu is shown) +- use user's logo not project's logo in federation +- start WPGancio plugin +- support media upload via url (API only) +- confirm before remove a resource +- confirm before remove a friendly instance +- event description supports some html tag +- fix redirect after login + +### 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): - each occurrence of a recurring event could be personalized.