From 50247fcd929dd931e98de1b4c0c7f2e91fc3fab3 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Mon, 20 Dec 2021 16:19:15 +0100 Subject: [PATCH] Move to 2.0.4 version number --- changelog.md | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c81c7dbe..06a75b70 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,16 @@ This files document the changes done in Lite XL for each release. +### 2.0.4 + +Fix some bugs related to newly introduced directory monitoring using the dmon library. + +Fix a problem with plain text search using Lua patterns by error. + +Fix a problem with visualization of UTF-8 characters that caused garbage characters +visualization. + +Other fixes and improvements contributed by @Guldoman. + ### 2.0.3 Replace periodic rescan of project folder with a notification based system using the diff --git a/meson.build b/meson.build index 613204b7..ccdfdd09 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('lite-xl', ['c', 'cpp'], - version : '2.0.3', + version : '2.0.4', license : 'MIT', meson_version : '>= 0.54', default_options : ['c_std=gnu11', 'cpp_std=c++03']