minor and update changelog

This commit is contained in:
lesion
2022-02-09 08:27:11 +01:00
parent 4482ea7c2d
commit 3d78e27c87
3 changed files with 26 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
All notable changes to this project will be documented in this file.
### 1.4.0 - 9 feb '22
- improve Cumulative Layout Shift
- remove filename as default media label to avoid leak metadata
- add endData to microdata
- security fix with filtering settings, avoid sharing SMTP pass with front-end
- fix broken SMTP
- remove global materialicons / vuetify css, use threeshake and @nuxt/vuetify (really improve lighthouse score)
- new Dockerfile using node:17.4-slim as base img (from 1.5Gb to ~800Mb)
- add XSS and path traversal mitigation
- improve a11y
- update deps
### 1.3.3 - 1 feb '22
- security fix, avoid sharing smtp pass with front-end