Prepare 1.16.7 release
This commit is contained in:
parent
fcbb424f16
commit
b42d9de0be
|
@ -2,6 +2,12 @@ Lite XL is following closely [rxi/lite](https://github.com/rxi/lite) but with so
|
|||
|
||||
This files document the changes done in Lite XL for each release.
|
||||
|
||||
### 1.16.7
|
||||
|
||||
Add support for retina displays on Mac OS X.
|
||||
|
||||
Fix a few problems related to file paths.
|
||||
|
||||
### 1.16.6
|
||||
|
||||
Implement a system to check the compatibility of plugins by checking a release tag.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- this file is used by lite-xl to setup the Lua environment
|
||||
-- when starting
|
||||
VERSION = "1.16.6"
|
||||
VERSION = "1.16.7"
|
||||
|
||||
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
|
||||
PATHSEP = package.config:sub(1, 1)
|
||||
|
|
Loading…
Reference in New Issue