From 4798a370e09d22ed29c94167c2f50596f8afe4b8 Mon Sep 17 00:00:00 2001 From: lesion Date: Sun, 11 Dec 2022 01:06:21 +0100 Subject: [PATCH] v1.6.0 changelog --- CHANGELOG | 6 +++--- docs/changelog.md | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fa1e009a..74ac76b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ All notable changes to this project will be documented in this file. -### 1.6.0 - 30 nov '22 +### 1.6.0 - 11 dec '22 - new plugin system - fix #177 - new "publish on telegram" plugin: (thanks @fadelkon) - people can now choose the language displayed - fix #171 @@ -18,8 +18,8 @@ All notable changes to this project will be documented in this file. - Wordpress plugin now supports MU installation - new chinese translation - new portuguese translation - - improve navbar layout - - improve event layout + - improved navbar layout + - improved event layout - complete oauth2 refactoring - fix ics unique uuid - fix place "[Object]" issue - #194 diff --git a/docs/changelog.md b/docs/changelog.md index 1ba74939..bbc097b2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,33 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.6.0 - 11 dec '22 + - new plugin system - fix #177 + - new "publish on telegram" plugin: (thanks @fadelkon) + - people can now choose the language displayed - fix #171 + - admin could choose a custom fallback image - fix #195 + - it is now possible NOT to enter the end time of an event - fix #188 + - live search + - improve event import + - add Apple touch icon - fix #200 + - add nominatim / openstreetmap search feature (thanks @sedum) + - new hide calendar option + - new hide thumbs from homepage option + - linkable admin tab + - friendly instances label is now customizable (thanks @sedum) + - i18n refactoring + - Wordpress plugin now supports MU installation + - new chinese translation + - new portuguese translation + - improved navbar layout + - improved event layout + - complete oauth2 refactoring + - fix ics unique uuid + - fix place "[Object]" issue - #194 + - fix random restart while downloading random media + - fix mobile dialog layout + - urlencode place and tag urls + ### 1.5.6 - 22 set '22 - update linkifyjs, sequelizem, nuxt deps - improve homepage loading time