This commit is contained in:
lesion 2022-09-21 11:45:18 +02:00
parent cadb5a1222
commit 65fe3e2406
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 19 additions and 1 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "gancio",
"version": "1.5.4",
"version": "1.5.5",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {