update changelog

This commit is contained in:
lesion 2022-08-08 00:05:23 +02:00
parent 3c13a0b22a
commit da5e1fb617
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 35 additions and 4 deletions

View file

@ -1,10 +1,15 @@
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.0 - UNRELEASED ### 1.5.0 - UNRELEASED
- new Tag page! ##### :warning: **BREAKING CHANGES**:
- new Place page! - supported nodejs version >=14 <=16 (nodejs 12 reached End-of-Life on 30 April 2022)
- minimum mariadb supported version >= 10.5.2
##### **CHANGES**:
- new Tag page
- new Place page
- new search flow - new search flow
- new meta-tag-place / group / collection page! - new meta-tag-place / group / collection page
- new time selection widget - new time selection widget
- allow footer links reordering - allow footer links reordering
- new Docker image (smaller and faster) - new Docker image (smaller and faster)
@ -14,7 +19,7 @@ All notable changes to this project will be documented in this file.
- calendar attributes refactoring (a dot each day, colors represents n. events) - calendar attributes refactoring (a dot each day, colors represents n. events)
- fix event mime type response - fix event mime type response
- fix mariadb JSON fields - fix mariadb JSON fields
- new **undocumented** gancio CLI accounts management (list / create / remove / modify accounts) - new gancio CLI accounts management (list / create / remove / modify accounts)
- improve smtp setup, allow local sendmail, smpt port, tls/starttls - improve smtp setup, allow local sendmail, smpt port, tls/starttls
- redirect to path based on content type request - redirect to path based on content type request
- add Slovak translation - add Slovak translation

View file

@ -8,6 +8,32 @@ 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.0 - UNRELEASED
##### :warning: **BREAKING CHANGES**:
- supported nodejs version >=14 <=16 (nodejs 12 reached End-of-Life on 30 April 2022)
- minimum mariadb supported version >= 10.5.2
##### **CHANGES**:
- new Tag page
- new Place page
- new search flow
- new meta-tag-place / group / collection page
- new time selection widget
- allow footer links reordering
- new Docker image (smaller and faster)
- add GANCIO_DB_PORT environment
- restrict new tag entropy (trim, merge case insensitive)
- add dynamic sitemap.xml
- calendar attributes refactoring (a dot each day, colors represents n. events)
- fix event mime type response
- fix mariadb JSON fields
- new gancio CLI accounts management (list / create / remove / modify accounts)
- improve smtp setup, allow local sendmail, smpt port, tls/starttls
- redirect to path based on content type request
- add Slovak translation
- lot of fixes
### 1.4.4 - 10 may '22 ### 1.4.4 - 10 may '22
- better img rendering, make it easier to download flyer #153 - better img rendering, make it easier to download flyer #153
- avoid place and tags duplication (remove white space, match case insensitive) - avoid place and tags duplication (remove white space, match case insensitive)