releasing v1.6.5

This commit is contained in:
lesion 2023-03-20 12:55:17 +01:00
parent 2ffd2aff82
commit d9f093fdbb
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 18 additions and 2 deletions

View file

@ -1,6 +1,6 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
### UNRELEASED ### 1.6.5 - 20 mar '23
- optimize home page using lazy loading (v-lazy) - optimize home page using lazy loading (v-lazy)
- add support for server side http proxy (thanks @sedum) - add support for server side http proxy (thanks @sedum)
- add Duch (nl) locale (thanks @jeoenepraat) - add Duch (nl) locale (thanks @jeoenepraat)

View file

@ -8,6 +8,22 @@ 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.6.5 - 20 mar '23
- optimize home page using lazy loading (v-lazy)
- add support for server side http proxy (thanks @sedum)
- add Duch (nl) locale (thanks @jeoenepraat)
- fix #244, dark theme user / admin preference merge issue
- fix some issues with recurrent events, #247
- improve search flow (order by, press enter or icon...)
- filters / helpers refactoring
- use luxon instead of dayjs, new $time plugin
- 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
- really fix #232 - really fix #232

View file

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