aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-12-20 16:23:43 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-12-20 16:23:43 +0100
commitafaed9efefb8652c42e4eee6eed45ffc64e0341c (patch)
treec866498d136b7751093573e1357f438ad016b9a5
parentf18c6ac7902e9d8bcaaf8090e060fb7de9548731 (diff)
parent50247fcd929dd931e98de1b4c0c7f2e91fc3fab3 (diff)
downloadlite-xl-2.0.4-luajit.tar.gz
lite-xl-2.0.4-luajit.zip
Merge branch 'master-2.0' into master-luajit-2.0v2.0.4-luajit
-rw-r--r--changelog.md11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
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 b6891446..d882ae5f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('lite-xl',
['c', 'cpp'],
- version : '2.0.3-LuaJIT',
+ version : '2.0.4-LuaJIT',
license : 'MIT',
meson_version : '>= 0.54',
default_options : ['c_std=gnu11', 'cpp_std=c++03']