Prepare release 1.16.5

This commit is contained in:
Francesco Abbate 2021-03-20 22:31:45 +01:00
parent b33167ca4b
commit 15a4985065
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@ 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.5
Hotfix for Github's issue https://github.com/franko/lite-xl/issues/122
### 1.16.4
Add tooltips to show full file names from the tree-view.

View File

@ -1,6 +1,6 @@
-- this file is used by lite-xl to setup the Lua environment
-- when starting
VERSION = "1.16.4"
VERSION = "1.16.5"
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
PATHSEP = package.config:sub(1, 1)