diff --git a/changelog.md b/changelog.md index add902d0..f965cf0b 100644 --- a/changelog.md +++ b/changelog.md @@ -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