update CHANGELOG

This commit is contained in:
lesion
2023-03-20 12:40:39 +01:00
parent b8e096ee39
commit 02f138e0f2

View File

@@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file.
### UNRELEASED ### UNRELEASED
- optimize home page using lazy loading (v-lazy) - optimize home page using lazy loading (v-lazy)
- add support for server side http proxy - add support for server side http proxy (thanks @sedum)
- add Duch (nl) locale (thanks @jeoenepraat) - add Duch (nl) locale (thanks @jeoenepraat)
- fix #244, dark theme user / admin preference merge issue - fix #244, dark theme user / admin preference merge issue
- fix some issues with recurrent events, #247 - fix some issues with recurrent events, #247
@@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
- filters / helpers refactoring - filters / helpers refactoring
- use luxon instead of dayjs, new $time plugin - use luxon instead of dayjs, new $time plugin
- tag and place pages list all events (past too) - tag and place pages list all events (past too)
- show boosts/bookmarks, fix #241
- go to event on save/update
- fix event import from URL
- remove an annoying warning from logs
### 1.6.4 - 22 feb '23 ### 1.6.4 - 22 feb '23
- add missing i18n during setup - add missing i18n during setup