Update changelog and version
This commit is contained in:
parent
0f789cd6a2
commit
af0be4abf1
|
@ -4,11 +4,17 @@ This files document the differences between Lite XL and rxi/lite for each versio
|
||||||
|
|
||||||
### 1.16.1
|
### 1.16.1
|
||||||
|
|
||||||
|
Improve behavior of commands to move, delete and duplicate multiple lines:
|
||||||
|
no longer include the last line if it does not contain any selection.
|
||||||
|
|
||||||
|
Fix graphical artefacts when rendering some fonts like FiraSans.
|
||||||
|
|
||||||
Introduce the `config.transitions` boolean variable.
|
Introduce the `config.transitions` boolean variable.
|
||||||
When false the transitions will be disabled and changes will be done immediately.
|
When false the transitions will be disabled and changes will be done immediately.
|
||||||
Very useful for remote sessions where visual transitions doesn't work well.
|
Very useful for remote sessions where visual transitions doesn't work well.
|
||||||
|
|
||||||
Fix many small problems related to the new toolbar and the tooptips.
|
Fix many small problems related to the new toolbar and the tooptips.
|
||||||
|
Fix problem with spacing in treeview when using monospace fonts.
|
||||||
|
|
||||||
### 1.16
|
### 1.16
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
-- this file is used by lite-xl to setup the Lua environment
|
-- this file is used by lite-xl to setup the Lua environment
|
||||||
-- when starting
|
-- when starting
|
||||||
VERSION = "1.16.0"
|
VERSION = "1.16.1"
|
||||||
|
|
||||||
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
|
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
|
||||||
PATHSEP = package.config:sub(1, 1)
|
PATHSEP = package.config:sub(1, 1)
|
||||||
|
|
Loading…
Reference in New Issue