aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-05-01 23:18:16 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-05-01 23:18:16 +0200
commitb42d9de0bee012adaa8af97a075bdda0329d878a (patch)
treea235d2c9ba77272834124c1c39ac9f44877d52ce
parentfcbb424f16df669362bd7decd2c696b9ca13a06d (diff)
downloadlite-xl-b42d9de0bee012adaa8af97a075bdda0329d878a.tar.gz
lite-xl-b42d9de0bee012adaa8af97a075bdda0329d878a.zip
Prepare 1.16.7 releasev1.16.7
-rw-r--r--changelog.md6
-rw-r--r--data/core/start.lua2
2 files changed, 7 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index aa0053e2..1972a3c3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -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.
diff --git a/data/core/start.lua b/data/core/start.lua
index 9258afbf..e8c650e7 100644
--- a/data/core/start.lua
+++ b/data/core/start.lua
@@ -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)