update CHANGELOG and fedi docs -> v1.2.1

This commit is contained in:
lesion
2021-11-11 17:20:50 +01:00
parent 453d532d92
commit bea7cea9f1
4 changed files with 19 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
All notable changes to this project will be documented in this file.
### 1.2.1 - 11 nov '21
- fix `Note` remove from fediverse
- AP Actor is now `Application`, was `Person`
- better handling event AP representations
this release is a step forward to improve AP compatibility with other platforms, thanks @tcit
### 1.2.0 - 9 nov '21
- do not overwrite event slug when title is modified to preserve links
- add public cache to events images
@@ -8,7 +15,6 @@ All notable changes to this project will be documented in this file.
- load settings during startup and not for each request
- refactoring user custom locale
- published AP event's type is not `Note` anymore but `Event`
-
### 1.1.1 - 29 ott '21
- fix issue adding event with dueHour resulting in `bad request`