update CHANGELOG - v1.2.0

This commit is contained in:
lesion 2021-11-10 11:20:55 +01:00
parent 8a7a60f84d
commit 692f8ba989
No known key found for this signature in database
GPG key ID: 352918250B012177
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

View file

@ -8,6 +8,22 @@ nav_order: 10
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

View file

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