2024-05-18 01:12:04 +02:00
|
|
|
<!-- INSERT A BRIEF DESCRIPTION OF WHAT THE RELEASE ADDRESSES, IN NO MORE THAN 2 SENTENCES. -->
|
|
|
|
|
|
|
|
## Downloads
|
|
|
|
|
|
|
|
- Windows (Setup): [32-bit][win32-setup], [64-bit][win64-setup]
|
|
|
|
- Linux (64-bit): [AppImage][linux64-appimage], [tarball][linux64-tarball]
|
|
|
|
- macOS: [Universal][mac-dmg], [Intel][macintel-dmg], [Apple Silicon][macarm-dmg]
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
<!-- IF APPLICABLE, ADD IMPORTANT NEW FEATURES HERE. -->
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
<!-- KEEP FIRST 10 FIXES HERE -->
|
|
|
|
|
|
|
|
### Other Changes
|
|
|
|
|
|
|
|
<!-- KEEP 5 CHANGES HERE -->
|
|
|
|
|
|
|
|
Please go to [changelog.md] for detailed description of all the changes.
|
|
|
|
|
|
|
|
<!-- UPDATE THIS! -->
|
2024-06-29 16:06:31 +02:00
|
|
|
**Commits since last version**: https://github.com/lite-xl/lite-xl/compare/${LAST_RELEASE_TAG}...${RELEASE_TAG}
|
2024-05-18 01:12:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
[win32-setup]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/LiteXL-${RELEASE_TAG}-addons-i686-setup.exe
|
|
|
|
[win64-setup]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/LiteXL-${RELEASE_TAG}-addons-x86_64-setup.exe
|
|
|
|
[linux64-appimage]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/LiteXL-${RELEASE_TAG}-addons-x86_64.AppImage
|
|
|
|
[linux64-tarball]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/lite-xl-${RELEASE_TAG}-addons-linux-x86_64-portable.tar.gz
|
|
|
|
[mac-dmg]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/lite-xl-${RELEASE_TAG}-macos-universal.dmg
|
|
|
|
[macintel-dmg]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/lite-xl-${RELEASE_TAG}-macos-x86_64.dmg
|
|
|
|
[macarm-dmg]: https://github.com/lite-xl/lite-xl/releases/download/${RELEASE_TAG}/lite-xl-${RELEASE_TAG}-macos-arm64.dmg
|
|
|
|
[README]: https://github.com/lite-xl/lite-xl?tab=readme-ov-file#installing-prebuilt
|
2024-06-06 03:51:57 +02:00
|
|
|
[changelog.md]: https://github.com/lite-xl/lite-xl/blob/${RELEASE_TAG}/changelog.md
|