update CHANGELOG - v1.2.0

This commit is contained in:
lesion
2021-11-10 11:20:55 +01:00
parent 8a7a60f84d
commit 692f8ba989
3 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,21 @@
All notable changes to this project will be documented in this file.
### 1.2.0 - 9 nov '21
- do not overwrite event slug when title is modified to preserve links
- add public cache to events images
- fix baseurl in initial setup configuration
- fix user removal
- load settings during startup and not for each request
- refactoring user custom locale
- published AP event's type is not `Note` anymore but `Event`
-
### 1.1.1 - 29 ott '21
- fix issue adding event with dueHour resulting in `bad request`
- fix restart during setup
- do not use @nuxt/vuetify module, manually preload vuetify via plugin
- remove deprecated nuxt-express-module and use serverMiddleware directly
### 1.1.0 - 26 ott '21
- a whole new setup via web! fix #126