update changelog

This commit is contained in:
lesion
2023-02-22 13:21:17 +01:00
parent 0cd1ee9d89
commit b654f29d8b
2 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
All notable changes to this project will be documented in this file.
### 1.6.4 - 22 feb '23
- add missing i18n during setup
- really fix #232
- downgrade mariadb as sequelize is not ready yet
- location saving not working when geocoding is disabled, fix #238
### 1.6.3 - 17 feb '23
- visitors could now choose to view images or not / dark theme or not
- i18n refactoring, locale loaders, custom strings, fix #231

View File

@@ -7,6 +7,13 @@ nav_order: 10
All notable changes to this project will be documented in this file.
### 1.6.4 - 22 feb '23
- add missing i18n during setup
- really fix #232
- downgrade mariadb as sequelize is not ready yet
- location saving not working when geocoding is disabled, fix #238
### 1.6.3 - 17 feb '23
- visitors could now choose to view images or not / dark theme or not
- i18n refactoring, locale loaders, custom strings, fix #231