diff --git a/changelog.md b/changelog.md index b1a9383..14e8063 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,42 @@ # Changes Log +## [2.1.7] - 2024-12-04 + +This release fixes a bug related to scaling on macOS, +the comment line / block functionality and an issue with overscrolling +when the editor is too small. +The TreeView now allows creating directories when a trailing slash is added, +and the open file prompt now allows using both '/' and '\' as path separators. + +### Features + +* Allow `/` for path suggestions in Windows + ([#1875](https://github.com/lite-xl/lite-xl/pull/1875), + [#1976](https://github.com/lite-xl/lite-xl/pull/1976)) + +* Check item type before creating input text in treeview + ([#1904](https://github.com/lite-xl/lite-xl/pull/1904)) + +### Fixes + +* Return state when tokenizing plaintext syntaxes + +* Scale font pixel size in `RENDERER` mode + ([#1969](https://github.com/lite-xl/lite-xl/pull/1969)) + +* Prevent overscroll when DocView size is less than lh * 2 + ([#1971](https://github.com/lite-xl/lite-xl/pull/1971)) + +* Fix process:read_stdout() and process:read_stderr() not checking for process completion + ([#1973](https://github.com/lite-xl/lite-xl/pull/1973)) + +* Call poll_process when calling process:returncode() + ([#1981](https://github.com/lite-xl/lite-xl/pull/1981)) + +### Other Changes + +* Add winget releaser workflow + ## [2.1.6] - 2024-11-29 This release introduces a new icon for macOS, improves the performance of the renderer, @@ -1651,6 +1688,7 @@ A new global variable `USERDIR` is exposed to point to the user's directory. - subpixel font rendering with gamma correction +[2.1.7]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.7 [2.1.6]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.6 [2.1.5]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.5 [2.1.4]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.4