This commit is contained in:
lesion
2022-09-21 11:45:18 +02:00
parent cadb5a1222
commit 65fe3e2406
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. 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 ### 1.5.4 - 6 set '22
- Update webcomponent deps - Update webcomponent deps
- Refactor datime display in webcomponent - 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. 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 ### 1.5.4 - 6 set '22
- Update webcomponent deps - Update webcomponent deps
- Refactor datime display in webcomponent - Refactor datime display in webcomponent

View File

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