changelog: added latest changes
This commit is contained in:
parent
decbac4ac6
commit
97ba91af8b
|
@ -126,6 +126,10 @@
|
||||||
|
|
||||||
* Added system.raise_window() ([#1131](https://github.com/lite-xl/lite-xl/pull/1131))
|
* Added system.raise_window() ([#1131](https://github.com/lite-xl/lite-xl/pull/1131))
|
||||||
|
|
||||||
|
* Initial horizontal scrollbar support ([#1124](https://github.com/lite-xl/lite-xl/pull/1124))
|
||||||
|
|
||||||
|
* IME support ([#991](https://github.com/lite-xl/lite-xl/pull/991))
|
||||||
|
|
||||||
### Performance Improvements
|
### Performance Improvements
|
||||||
|
|
||||||
* [Load space metrics only when creating font](https://github.com/lite-xl/lite-xl/pull/1032)
|
* [Load space metrics only when creating font](https://github.com/lite-xl/lite-xl/pull/1032)
|
||||||
|
@ -329,8 +333,6 @@
|
||||||
* [Fix memory leak](https://github.com/lite-xl/lite-xl/pull/1039) and wrong
|
* [Fix memory leak](https://github.com/lite-xl/lite-xl/pull/1039) and wrong
|
||||||
check in font_retrieve
|
check in font_retrieve
|
||||||
|
|
||||||
* Many, many, many more changes that are too numerous to list.
|
|
||||||
|
|
||||||
* CommandView: do not change caret size with config.line_height
|
* CommandView: do not change caret size with config.line_height
|
||||||
([#1080](https://github.com/lite-xl/lite-xl/pull/1080))
|
([#1080](https://github.com/lite-xl/lite-xl/pull/1080))
|
||||||
|
|
||||||
|
@ -342,6 +344,8 @@
|
||||||
* Add parameter validation to checkcolor and f_font_group
|
* Add parameter validation to checkcolor and f_font_group
|
||||||
([#1145](https://github.com/lite-xl/lite-xl/pull/1145))
|
([#1145](https://github.com/lite-xl/lite-xl/pull/1145))
|
||||||
|
|
||||||
|
* Many, many, many more changes that are too numerous to list.
|
||||||
|
|
||||||
## [2.0.5] - 2022-01-29
|
## [2.0.5] - 2022-01-29
|
||||||
|
|
||||||
Revamp the project's user module so that modifications are immediately applied.
|
Revamp the project's user module so that modifications are immediately applied.
|
||||||
|
|
Loading…
Reference in New Issue