Skip to content

Releases: lite-xl/lite-xl

Lite XL Continuous Release

22 Oct 17:08
b8a7bf9
Compare
Choose a tag to compare
Pre-release

What's Changed

Read more

Lite XL v2.1.8

08 Jun 22:58
0af4dae
Compare
Choose a tag to compare

This is the first Lite XL release to use SDL3 and LTO, which fixes some platform-specific issues and improves overall editor performance. Other than that, the release includes several quality-of-life improvements.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Port to SDL3 (#1756)
  • Warn against malformed patterns and disable them (#2029)
  • Update Windows setup files (#1988)
  • add LTO support (#2049)
  • Make font loading function return proper error messages (#1919)

Fixes

  • Update CSS plugin to support more units (#2010)
  • Add __tostring method to all objects (#1534)
  • Use current char to determine col in DocView:get_x_offset_col (#1946)
  • Allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)
  • Use correct charmap and glyphmap sizes (#1999)
  • Add digit separators for C++ syntax highlighting (#2026)
  • Prevent enumerating the directory tree in system.list_dir (#2059)
  • Fixed dirmonitor excessively high CPU usage on Linux (#2044)
  • Use correct charmap and glyphmap sizes (#1999)
  • Make project folder detection more robust against unexpected errors (b5317c5)

Other Changes

  • Replace memory functions with SDL equivalent (#2067)
  • Add postrelease workflow to update docs and release winget packages (#1983)
  • Move dependency resolving into source file (#1937)
  • Improve WASM support (#1779)
  • Update CI Script to fix MSYS2 (#2028)
  • Fix missing includes (#2017)
  • Add manifest file to allow installing Lite XL with lpm (#2043)

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.7...v2.1.8

Lite XL v2.1.8 Release Candidate 3

05 Jun 04:41
cde8bc5
Compare
Choose a tag to compare
Pre-release

This release will be the first to use SDL3, which should fix a bunch of issues (and might cause others).
This release also uses LTO to achieve some performance gain.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Port to SDL3 (#1756)
  • Warn against malformed patterns and disable them (#2029)
  • Update Windows setup files (#1988)
  • add LTO support (#2049)
  • Make font loading function return proper error messages (#1919)

Fixes

  • Update CSS plugin to support more units (#2010)
  • Add __tostring method to all objects (#1534)
  • Use current char to determine col in DocView:get_x_offset_col (#1946)
  • Allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)
  • Use correct charmap and glyphmap sizes (#1999)
  • Add digit separators for C++ syntax highlighting (#2026)
  • Prevent enumerating the directory tree in system.list_dir (#2059)
  • Fixed dirmonitor excessively high CPU usage on Linux (#2044)
  • Use correct charmap and glyphmap sizes (#1999)
  • Fix crash when opening Lite XL in Finder.

Other Changes

  • Replace memory functions with SDL equivalent (#2067)
  • Add postrelease workflow to update docs and release winget packages (#1983)
  • Move dependency resolving into source file (#1937)
  • Improve WASM support (#1779)
  • Update CI Script to fix MSYS2 (#2028)

Commits since last version: v2.1.7...v2.1.8-rc3

Lite XL v2.1.8 Release Candidate 2

19 May 03:23
Compare
Choose a tag to compare
Pre-release

This release will be the first to use SDL3, which should fix a bunch of issues (and might cause others).
This release also uses LTO to achieve some performance gain.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Port to SDL3 (#1756)

  • Warn against malformed patterns and disable them (#2029)

  • Update Windows setup files (#1988)

  • build.sh: add LTO support (#2049)

  • Make font loading function return proper error messages (#1919

Fixes

  • Update CSS plugin to support more units (#2010)

  • Add __tostring method to all objects (#1534)

  • Use current char to determine col in DocView:get_x_offset_col (#1946)

  • Allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)

  • Use correct charmap and glyphmap sizes (#1999)

  • Add digit separators for C++ syntax highlighting (#2026)

  • Prevent enumerating the directory tree in system.list_dir (#2059)

  • Fixed dirmonitor excessively high CPU usage on Linux (#2044)

  • Use correct charmap and glyphmap sizes (#1999)

Other Changes

  • Replace memory functions with SDL equivalent (#2067)

  • Add postrelease workflow to update docs and release winget packages (#1983)

  • Move dependency resolving into source file (#1937)

  • Improve WASM support (#1779)

  • Update CI Script to fix MSYS2 (#2028)

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.7...v2.1.8-rc2

Lite XL v2.1.8 Release Candidate 1

18 May 15:32
3869868
Compare
Choose a tag to compare
Pre-release

This release will be the first to use SDL3, which should fix a bunch of issues (and might cause others). This release also uses LTO to achieve some performance gain.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Port to SDL3 (#1756)

  • Warn against malformed patterns and disable them (#2029)

  • Update Windows setup files (#1988)

  • build.sh: add LTO support (#2049)

  • Make font loading function return proper error messages (#1919

Fixes

  • Update CSS plugin to support more units (#2010)

  • Add __tostring method to all objects (#1534)

  • Use current char to determine col in DocView:get_x_offset_col (#1946)

  • Allow / and \ as PATHSEP on Windows when fuzzy matching files (#1992)

  • Use correct charmap and glyphmap sizes (#1999)

  • Add digit separators for C++ syntax highlighting (#2026)

  • Prevent enumerating the directory tree in system.list_dir (#2059)

  • Fixed dirmonitor excessively high CPU usage on Linux (#2044)

  • Use correct charmap and glyphmap sizes (#1999)

Other Changes

  • Replace memory functions with SDL equivalent (#2067)

  • Add postrelease workflow to update docs and release winget packages (#1983)

  • Move dependency resolving into source file (#1937)

  • Improve WASM support (#1779)

  • Update CI Script to fix MSYS2 (#2028)

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.7...v2.1.8-rc1

Lite XL v2.1.7

05 Dec 14:34
f1ab7de
Compare
Choose a tag to compare

This release addresses a scaling issue on macOS from the previous release. Other than that, the release addresses a few bugs related to the comment line / block functionality and DocView scrolling, as well as improvements to path suggestions when opening files. This release also addresses a bug with the process API on Windows.
We recommend users to upgrade to this version as it provides important bugfixes and QOL improvements.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Allow / for path suggestions in Windows (#1875, #1976)

  • Check item type before creating input text in treeview (#1904)

Fixes

  • Return state when tokenizing plaintext syntaxes

  • Scale font pixel size in RENDERER mode (#1969)

  • Prevent overscroll when DocView size is less than lh * 2 (#1971)

  • Fix process:read_stdout() and process:read_stderr() not checking for process completion (#1973)

  • Check for process completion in process:returncode() (#1981)

Other Changes

  • Add winget releaser workflow

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.6...v2.1.7

Lite XL v2.1.7 Release Candidate 2

04 Dec 05:24
59f10b4
Compare
Choose a tag to compare
Pre-release

This release addresses a scaling issue on macOS from the previous release. Other than that, the release addresses a few bugs related to the comment line / block functionality and DocView scrolling, as well as improvements to path suggestions when opening files.
We recommend users to upgrade to this version as it provides important bugfixes and QOL improvements.

This release candidate also addresses a bug related to Process API on Windows.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Allow / for path suggestions in Windows (#1875, #1976)

  • Check item type before creating input text in treeview (#1904)

Fixes

  • Return state when tokenizing plaintext syntaxes

  • Scale font pixel size in RENDERER mode (#1969)

  • Prevent overscroll when DocView size is less than lh * 2 (#1971)

  • Fix process:read_stdout() and process:read_stderr() not checking for process completion (#1973)

Other Changes

  • Add winget releaser workflow

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.6...v2.1.7-rc2

Lite XL v2.1.7 Release Candidate 1

03 Dec 02:03
ee6f234
Compare
Choose a tag to compare
Pre-release

This release addresses a scaling issue on macOS from the previous release. Other than that, the release addresses a few bugs related to the comment line / block functionality and DocView scrolling, as well as improvements to path suggestions when opening files.
We recommend users to upgrade to this version as it provides important bugfixes and QOL improvements.

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Allow / for path suggestions in all OSes (#1875)

  • treeview:new-file prompt ending with slash creates a new folder instead (#1898)

  • Check item type before creating input text in treeview (#1904)

Fixes

  • Return state when tokenizing plaintext syntaxes

  • Scale font pixel size in RENDERER mode (#1969)

  • Prevent overscroll when DocView size is less than lh * 2 (#1971)

Other Changes

  • Add winget releaser workflow

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.6...v2.1.7-rc1

Lite XL v2.1.6

29 Nov 01:31
8498a98
Compare
Choose a tag to compare

This releases contains general Quality-of-Life improvements to the editor, including a new icon tailored for macOS, support for highlighting CUDA files and improvements to projectsearch (e.g. search status is shown on top, horizontal scrolling is possible, and elipsis is added to long filenames).

Other than that, we've optimized the renderer and now it performs anywhere from 6x to 352x faster compared to v2.1.5! You should definitely switch to v2.1.6, especially since there are no compatibility-breaking changes in this release.

This third release candidate also fixes a bug on Windows that prevents processes from being started correctly (which impacts the LSP plugin).

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Add CUDA syntax highlighting support (#1848)

  • Add macOS-specific application icon (#1844)

  • Add keyboard shortcut to tooltips in ToolbarView (#1880)

  • Improve projectsearch (status on the top, horizontal scrolling, elipsis) (#1876)

Fixes

  • Correctly free SDL_Texture and SDL_Renderer (#1849)

  • Fixed minor typo from merge of #1854 for Windows builds

  • Fix multi-type usage in delimited patterns (#1740)

  • Fix appimage cd error and use static appimage runtime (#1924)

Other Changes

  • Rewrite glyph cache (#1845)

  • Use lite-xl-build-box-manylinux (#1877)

  • Remove unused calls to system.absolute_path() (#1895)

  • Remove lhelper script, build configuration and dependency support (#1906)

  • Refactor how arguments are handled in process.start() (#1854)

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.5...v2.1.6

Lite XL v2.1.6 Release Candidate 3

27 Nov 13:30
c8dee67
Compare
Choose a tag to compare
Pre-release

This releases contains general Quality-of-Life improvements to the editor, including a new icon tailored for macOS, support for highlighting CUDA files and improvements to projectsearch (e.g. search status is shown on top, horizontal scrolling is possible, and elipsis is added to long filenames).

Other than that, we've optimized the renderer and now it performs anywhere from 6x to 352x faster compared to v2.1.5! You should definitely to v2.1.6, especially since there are no compatibility-breaking changes in this release.

This third release candidate also fixes a bug on Windows that prevents processes from being started correctly (which impacts the LSP plugin).

Downloads

Other downloads such as ZIP files for Windows and lightweight releases are available below.

For OS requirements, please refer to the relevant section in the README.

New Features

  • Add CUDA syntax highlighting support (#1848)

  • Add macOS-specific application icon (#1844)

  • Add keyboard shortcut to tooltips in ToolbarView (#1880)

  • Improve projectsearch (status on the top, horizontal scrolling, elipsis) (#1876)

Fixes

  • Correctly free SDL_Texture and SDL_Renderer (#1849)

  • Fixed minor typo from merge of #1854 for Windows builds

  • Fix multi-type usage in delimited patterns (#1740)

  • Fix appimage cd error and use static appimage runtime (#1924)

Other Changes

  • Rewrite glyph cache (#1845)

  • Use lite-xl-build-box-manylinux (#1877)

  • Remove unused calls to system.absolute_path() (#1895)

  • Remove lhelper script, build configuration and dependency support (#1906)

  • Refactor how arguments are handled in process.start() (#1854)

Please go to changelog.md for detailed description of all the changes.

Commits since last version: v2.1.5...v2.1.6-rc3