diff --git a/changelog.md b/changelog.md index 1972a3c3..da20edc5 100644 --- a/changelog.md +++ b/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. +### 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.