0.22 is coming...

This commit is contained in:
les 2020-03-04 20:21:47 +01:00
parent 502215447f
commit 091e92c6e7

View file

@ -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):