diff --git a/CHANGELOG b/CHANGELOG index 9a4dc402..b4086389 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,22 @@ All notable changes to this project will be documented in this file. +### unreleased + + - a whole new setup via web! + - move all configuration into db + - remove moment-timezone, consola, config, inquirer dependencies + - re-order general settings in admin panel + - new dark/light theme setting + - new SMTP configuration dialog, fix #115 + +### 1.0.6 (alpha) + - fix Dockerfile yarn cache issue on update, #123 + - fix overflow on event title @homepage + - better import dialog on mobile + - re-add attachment to AP + - fix max event export + - update deps + ### 1.0.5 (alpha) - fix/improve debian install docs - fix ics export, use new ics package diff --git a/docs/changelog.md b/docs/changelog.md index 4c242ec5..a63c38b6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,23 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### unreleased + + - a whole new setup via web! + - move all configuration into db + - remove moment-timezone, consola, config, inquirer dependencies + - re-order general settings in admin panel + - new dark/light theme setting + - new SMTP configuration dialog, fix #115 + +### 1.0.6 (alpha) + - fix Dockerfile yarn cache issue on update, #123 + - fix overflow on event title @homepage + - better import dialog on mobile + - re-add attachment to AP + - fix max event export + - update deps + ### 1.0.5 (alpha) - fix/improve debian install docs - fix ics export, use new ics package