From f7d547e7e6038d3d6247dfbb5d554d1ebe20cdb0 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sun, 21 Feb 2021 13:04:03 +0100 Subject: [PATCH] Update changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index a31bfd1a..5d5168ac 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,14 @@ Lite XL is following closely [rxi/lite](https://github.com/rxi/lite) but with so This files document the differences between Lite XL and rxi/lite for each version. +### 1.16.1 + +Introduce the `config.transitions` boolean variable. +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. + +Fix many small problems related to the new toolbar and the tooptips. + ### 1.16 Implement a toolbar shown in the bottom part of the tree-view.