From d9f093fdbb2f90d0907d3edab3ad8fb969aef627 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 20 Mar 2023 12:55:17 +0100 Subject: [PATCH] releasing v1.6.5 --- CHANGELOG | 2 +- docs/changelog.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 06d0ddbd..e4c29dd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ 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) - add support for server side http proxy (thanks @sedum) - add Duch (nl) locale (thanks @jeoenepraat) diff --git a/docs/changelog.md b/docs/changelog.md index 879be9ec..9acdffcc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,22 @@ nav_order: 10 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 - add missing i18n during setup - really fix #232 diff --git a/package.json b/package.json index 9de2033b..9856a3fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.6.4", + "version": "1.6.5", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {