From 15a4985065ca0a360399f040723641258bef9328 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sat, 20 Mar 2021 22:31:45 +0100 Subject: [PATCH] Prepare release 1.16.5 --- changelog.md | 4 ++++ data/core/start.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d3648b10..0a397058 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/data/core/start.lua b/data/core/start.lua index 31dd1d49..8d3a4e3a 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.4" +VERSION = "1.16.5" SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE PATHSEP = package.config:sub(1, 1)