changelog: added latest changes

This commit is contained in:
jgmdev 2022-06-17 10:15:14 -04:00
parent 64cb6a290d
commit c2befaa832
1 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changes Log
## [2.1.0] - 2022-06-07
## [2.1.0] - 202X-XX-XX
### New Features
* Make distinction between
@ -118,6 +118,8 @@
* Improved [tokenizer performance](https://github.com/lite-xl/lite-xl/pull/896).
* drawwhitespace: [Cache whitespace location](https://github.com/lite-xl/lite-xl/pull/1030)
### Backward Incompatible Changes
* [Upgraded Lua to 5.4](https://github.com/lite-xl/lite-xl/pull/781), which
should improve performance, and provide useful extra functionality. It should
@ -295,6 +297,16 @@
* Open LogView on user/project
[module reload error](https://github.com/lite-xl/lite-xl/pull/1022).
* Check if ["open" pattern is escaped](https://github.com/lite-xl/lite-xl/pull/1034)
* Support [UTF-8 on Windows](https://github.com/lite-xl/lite-xl/pull/1041) (Lua)
* Make system.* functions support
[UTF8 filenames on windows](https://github.com/lite-xl/lite-xl/pull/1042)
* [Fix memory leak](https://github.com/lite-xl/lite-xl/pull/1039) and wrong
check in font_retrieve
* Many, many, many more changes that are too numerous to list.
## [2.0.5] - 2022-01-29