Update changelog for 1.16.8 release

This commit is contained in:
Francesco Abbate 2021-05-06 09:32:28 +02:00
parent 4c99a18341
commit d9a7d9e5ae
1 changed files with 22 additions and 0 deletions

View File

@ -2,6 +2,28 @@ 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.8
Fix application crash when using the command `core:restart`.
Improve application startup to reduce "flashing".
Move to new plugins versioning using tag `mod-version:1`.
The mod-version is a single digit version that tracks the
plugins compatibility version independently from the lite-xl
version.
For backward compatibility the tag `-- lite-xl 1.16` is considered equivalent to
`mod-version:1` so users don't need to update their plugins.
Both kind of tags can appear in new plugins in the form:
```lua
-- mod-version:1 -- lite-xl 1.16
```
where the old tag needs to appear at the end for compatibility.
### 1.16.7
Add support for retina displays on Mac OS X.