diff --git a/CHANGELOG b/CHANGELOG index 0a7c66d2..8f51e5e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ All notable changes to this project will be documented in this file. +### 1.5.5 - 21 set '22 + - fix #185 - wrong res.download api usage + - fix some dialog background on light theme + - update sequelize and remove live patch + - improve events filtering on selected day + - allow tags complete removals + - improve homepage performance + - docs: add scheme to nginx proxy configuration + ### 1.5.4 - 6 set '22 - Update webcomponent deps - Refactor datime display in webcomponent diff --git a/docs/changelog.md b/docs/changelog.md index d441d93a..5a1c768d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,15 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.5.5 - 21 set '22 + - fix #185 - wrong res.download api usage + - fix some dialog background on light theme + - update sequelize and remove live patch + - improve events filtering on selected day + - allow tags complete removals + - improve homepage performance + - docs: add scheme to nginx proxy configuration + ### 1.5.4 - 6 set '22 - Update webcomponent deps - Refactor datime display in webcomponent diff --git a/package.json b/package.json index e690d705..c5f4fed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.5.4", + "version": "1.5.5", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {