From 035c02605b0269d75b66bcc0c7cec3c332e713b3 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 26 Oct 2021 23:31:26 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG | 17 ++++++++++++----- docs/changelog.md | 17 ++++++++++++----- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b4086389..bd20ad28 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,20 @@ All notable changes to this project will be documented in this file. -### unreleased +### 1.1.0 - 26 ott '21 - - a whole new setup via web! - - move all configuration into db - - remove moment-timezone, consola, config, inquirer dependencies + - a whole new setup via web! fix #126 + - new SMTP configuration dialog, fix #115 - re-order general settings in admin panel - new dark/light theme setting - - new SMTP configuration dialog, fix #115 + - move quite all configuration into db + - fix some email recipients + - fix hidden events when not ended + - update translations + - improve install documentation + - add systemd gancio.service + - allow italic and span tags inside editor + - remove moment-timezone, consola, config, inquirer dependencies + - update deps ### 1.0.6 (alpha) - fix Dockerfile yarn cache issue on update, #123 diff --git a/docs/changelog.md b/docs/changelog.md index a63c38b6..ecafcb67 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,14 +8,21 @@ nav_order: 10 All notable changes to this project will be documented in this file. -### unreleased +### 1.1.0 - 26 ott '21 - - a whole new setup via web! - - move all configuration into db - - remove moment-timezone, consola, config, inquirer dependencies + - a whole new setup via web! fix #126 + - new SMTP configuration dialog, fix #115 - re-order general settings in admin panel - new dark/light theme setting - - new SMTP configuration dialog, fix #115 + - move quite all configuration into db + - fix some email recipients + - fix hidden events when not ended + - update translations + - improve install documentation + - add systemd gancio.service + - allow italic and span tags inside editor + - remove moment-timezone, consola, config, inquirer dependencies + - update deps ### 1.0.6 (alpha) - fix Dockerfile yarn cache issue on update, #123