From 63885cb2d6fe2ef4b24821063bf5ab67476fdf7c Mon Sep 17 00:00:00 2001 From: jgmdev Date: Mon, 10 Oct 2022 22:41:58 -0400 Subject: [PATCH] changelog: updated to include some of latest changes --- changelog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index dbc457a5..9594de05 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changes Log -## [2.1.0] - 2022-09-25 +## [2.1.0] - 2022-10-10 ### New Features * Make distinction between @@ -124,6 +124,8 @@ * Added in ability to have init.so as a require for cpath. ([#1126](https://github.com/lite-xl/lite-xl/pull/1126)) +* Added system.raise_window() ([#1131](https://github.com/lite-xl/lite-xl/pull/1131)) + ### Performance Improvements * [Load space metrics only when creating font](https://github.com/lite-xl/lite-xl/pull/1032) @@ -332,6 +334,14 @@ * CommandView: do not change caret size with config.line_height ([#1080](https://github.com/lite-xl/lite-xl/pull/1080)) +* Fixed process layer argument quoting; allows for strings with spaces + ([#1132](https://github.com/lite-xl/lite-xl/pull/1132)) + +* Draw lite-xl icon in TitleView ([#1143](https://github.com/lite-xl/lite-xl/pull/1143)) + +* Add parameter validation to checkcolor and f_font_group + ([#1145](https://github.com/lite-xl/lite-xl/pull/1145)) + ## [2.0.5] - 2022-01-29 Revamp the project's user module so that modifications are immediately applied.