From db904b93d36193c114789ae263454526862f103c Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Mon, 15 Feb 2021 16:09:34 +0100 Subject: [PATCH] Add changelog entry for toolbar --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index be037f09..47ff65b2 100644 --- a/changelog.md +++ b/changelog.md @@ -4,10 +4,14 @@ This files document the differences between Lite XL and rxi/lite for each versio ### 1.16 +Implement a toolbar shown in the bottom part of the tree-view. +The toolbar is especially meant for new users to give an easy, visual, access +to the more important commands. + Make the treeview actually resizable and shows the resize cursor only when panes are actually resizable. -Add config mechanism to disable loading of specific plugins by setting +Add config mechanism to disable a plugin by setting `config. = false`. Add command `root:close-all` to close all the documents currently opened.