update changelog

This commit is contained in:
lesion
2021-12-07 01:24:44 +01:00
parent a50a71dd89
commit 9c3070a90d
3 changed files with 31 additions and 1 deletions

View File

@@ -7,6 +7,22 @@ nav_order: 10
All notable changes to this project will be documented in this file.
### 1.2.2 - 7 dic '21
- shiny new gancio-event\[s\] webcomponents => [docs](https://gancio.org/usage/embed)
- new backend plugin system
- improve media focal point selection
- improve non-js experience (load img, use native lazy loading)
- improve user_confirm / recover code flow
- fix task manager exception
- fix db initialization when a custom setup is used, #131
- remove vue-clipboard2 dependency due to [this](https://github.com/euvl/v-clipboard/issues/18) bug and using a [native with fallback mixin instead](./assets/clipboard.js)
- fix a regression to support old CPU, #130
- makes dialog use fullscreen on mobile
- fix Delete AP Actor Action from fediverse when remote Actor is gone
- add `max` param to /events API
### 1.2.1 - 11 nov '21
- fix `Note` remove from fediverse
- AP Actor is now `Application`, was `Person`