diff --git a/CHANGELOG b/CHANGELOG index 591b2bac..017f7c48 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,19 @@ 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` diff --git a/docs/changelog.md b/docs/changelog.md index ecba685a..e4505f03 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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` diff --git a/package.json b/package.json index b4c2a421..661e2fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.2.1", + "version": "1.2.2", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {