From 14260166fce2bb358581f720314b5f12e6e862a7 Mon Sep 17 00:00:00 2001 From: Takase <20792268+takase1121@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:10:15 +0800 Subject: [PATCH] v2.1.3 (#1712) * changelog: update changelog for v2.1.3 * update version in metadata * changelog: fix formatting issue and release date * appstream: update release date --- .github/workflows/release.yml | 2 +- changelog.md | 30 +++++++++++++++++++ meson.build | 2 +- .../linux/com.lite_xl.LiteXL.appdata.xml | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e788ab1f..65fb450c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: inputs: version: description: Release Version - default: v2.1.2 + default: v2.1.3 required: true jobs: diff --git a/changelog.md b/changelog.md index 7fecb1cb..a488016d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,34 @@ # Changes Log +## [2.1.3] - 2024-01-29 + +This release addresses severe bugs not found in previous releases. + +### Fixes + +* Fix `doc:create-cursor-{previous,next}-line` with tabs + ([#1697](https://github.com/lite-xl/lite-xl/pull/1697)) + +* Fix heap buffer overflow and memory leaks in process and renderer API + ([#1705](https://github.com/lite-xl/lite-xl/pull/1705)) + +* Improve Python number syntax highlighting + ([#1704](https://github.com/lite-xl/lite-xl/pull/1704)) + +* Fix inconsistent NagView options on `doc:save` + ([#1696](https://github.com/lite-xl/lite-xl/pull/1696)) + +* Fix crashes with autoreload when files are deleted externally and replaced with a directory. + ([#1698](https://github.com/lite-xl/lite-xl/pull/1698)) + +* Improve JavaScript number syntax highlighting + ([#1710](https://github.com/lite-xl/lite-xl/pull/1710)) + +### Other Changes + +* Process API style changes + ([#1709](https://github.com/lite-xl/lite-xl/pull/1709)) + ## [2.1.2] - 2023-12-29 This release addresses some issues present in the previous release, @@ -1422,6 +1451,7 @@ A new global variable `USERDIR` is exposed to point to the user's directory. - subpixel font rendering with gamma correction +[2.1.3]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.3 [2.1.2]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.2 [2.1.1]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.1 [2.1.0]: https://github.com/lite-xl/lite-xl/releases/tag/v2.1.0 diff --git a/meson.build b/meson.build index 695f8ab5..4cac1850 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('lite-xl', ['c'], - version : '2.1.2', + version : '2.1.3', license : 'MIT', meson_version : '>= 0.56', default_options : [ diff --git a/resources/linux/com.lite_xl.LiteXL.appdata.xml b/resources/linux/com.lite_xl.LiteXL.appdata.xml index e11bc651..5285cd66 100644 --- a/resources/linux/com.lite_xl.LiteXL.appdata.xml +++ b/resources/linux/com.lite_xl.LiteXL.appdata.xml @@ -29,6 +29,6 @@ - +