Prepare 1.16.4 release

This commit is contained in:
Francesco Abbate 2021-03-20 17:10:27 +01:00
parent f9115751b4
commit 60fa7d07ba
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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)