From 60fa7d07bacf8634f444dcbe7120a79a6de97a9b Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sat, 20 Mar 2021 17:10:27 +0100 Subject: [PATCH] Prepare 1.16.4 release --- changelog.md | 14 +++++++++++--- data/core/start.lua | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 223459e9..d3648b10 100644 --- a/changelog.md +++ b/changelog.md @@ -2,12 +2,20 @@ 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.x +### 1.16.4 + +Add tooltips to show full file names from the tree-view. + +Introduce NagView to show warning dialog about unsaved files. + +Detect High-DPI displays on Linux using Xft.dpi entry from xrdb's output. Made animations independent of framerate, and added a config setting -`config.animation_rate` for customizing the speed of animations. [#91](https://github.com/franko/lite-xl/issues/91) +`config.animation_rate` for customizing the speed of animations. -Made borders between tabs look cleaner. [#71](https://github.com/franko/lite-xl/issues/71) +Made borders between tabs look cleaner. + +Fix problem with files using hard tabs. ### 1.16.2 diff --git a/data/core/start.lua b/data/core/start.lua index d35824c6..31dd1d49 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.3" +VERSION = "1.16.4" SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE PATHSEP = package.config:sub(1, 1)