Move to 2.0.4 version number
This commit is contained in:
parent
3109263c5d
commit
50247fcd92
11
changelog.md
11
changelog.md
|
@ -1,5 +1,16 @@
|
||||||
This files document the changes done in Lite XL for each release.
|
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
|
### 2.0.3
|
||||||
|
|
||||||
Replace periodic rescan of project folder with a notification based system using the
|
Replace periodic rescan of project folder with a notification based system using the
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('lite-xl',
|
project('lite-xl',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version : '2.0.3',
|
version : '2.0.4',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.54',
|
meson_version : '>= 0.54',
|
||||||
default_options : ['c_std=gnu11', 'cpp_std=c++03']
|
default_options : ['c_std=gnu11', 'cpp_std=c++03']
|
||||||
|
|
Loading…
Reference in New Issue