changelog: added latest changes
This commit is contained in:
parent
64cb6a290d
commit
c2befaa832
14
changelog.md
14
changelog.md
|
@ -1,6 +1,6 @@
|
||||||
# Changes Log
|
# Changes Log
|
||||||
|
|
||||||
## [2.1.0] - 2022-06-07
|
## [2.1.0] - 202X-XX-XX
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
* Make distinction between
|
* Make distinction between
|
||||||
|
@ -118,6 +118,8 @@
|
||||||
|
|
||||||
* Improved [tokenizer performance](https://github.com/lite-xl/lite-xl/pull/896).
|
* 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
|
### Backward Incompatible Changes
|
||||||
* [Upgraded Lua to 5.4](https://github.com/lite-xl/lite-xl/pull/781), which
|
* [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
|
should improve performance, and provide useful extra functionality. It should
|
||||||
|
@ -295,6 +297,16 @@
|
||||||
* Open LogView on user/project
|
* Open LogView on user/project
|
||||||
[module reload error](https://github.com/lite-xl/lite-xl/pull/1022).
|
[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.
|
* Many, many, many more changes that are too numerous to list.
|
||||||
|
|
||||||
## [2.0.5] - 2022-01-29
|
## [2.0.5] - 2022-01-29
|
||||||
|
|
Loading…
Reference in New Issue