Update changelog for 1.16.8 release
This commit is contained in:
parent
4c99a18341
commit
d9a7d9e5ae
22
changelog.md
22
changelog.md
|
@ -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.
|
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
|
### 1.16.7
|
||||||
|
|
||||||
Add support for retina displays on Mac OS X.
|
Add support for retina displays on Mac OS X.
|
||||||
|
|
Loading…
Reference in New Issue