From bb5779a6647c717c33e2226333571d6008283ea6 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 5 Sep 2024 18:10:15 +0200 Subject: [PATCH] added latest changes --- Changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changelog b/Changelog index b9106de..40d45b8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,20 @@ -*-text-*- +1.4.1: +Fixed https://github.com/TLINDEN/note/issues/11: + +Every backend now uses a different default file extension and the +default config file has it configured the same way. + +The error message about an encrypted file when expecting an +unencrypted one has been adjusted to be more understandable by new +users. + +Documentation updates. + +Deprecation Warning: binary and text backend support will be removed +in the upcoming version 1.5.0. + + 1.4.0: Added support for JSON encoded export files instead of YAML.