Prepare 2.1.1r2 release
This commit is contained in:
parent
e4f3f1b744
commit
9134c115fe
|
@ -215,6 +215,10 @@ https://git.walkero.gr/walkero/lite-xl/issues
|
|||
|
||||
# Changelog
|
||||
|
||||
## [2.1.1r2] - 2022-05-14
|
||||
### Changed
|
||||
- Compiled with latest SDL v2.26.5-rc2
|
||||
|
||||
## [2.1.1r1] - 2022-01-29
|
||||
### Changed
|
||||
- Binary name changed to lite-xl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- this file is used by lite-xl to setup the Lua environment when starting
|
||||
VERSION = "2.1.1r1"
|
||||
VERSION = "2.1.1r2"
|
||||
MOD_VERSION = "3"
|
||||
|
||||
SCALE = tonumber(os.getenv("LITE_SCALE") or os.getenv("GDK_SCALE") or os.getenv("QT_SCALE_FACTOR")) or SCALE
|
||||
|
@ -55,4 +55,3 @@ local appimage_owd = os.getenv("OWD")
|
|||
if os.getenv("APPIMAGE") and appimage_owd then
|
||||
system.chdir(appimage_owd)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue