From d5ff97c98e094699decf2d7f5c39887de8ccc8b5 Mon Sep 17 00:00:00 2001
From: Basile Burg <basile.b@gmx.com>
Date: Sun, 7 Oct 2018 19:45:10 +0200
Subject: [PATCH] rlz

---
 README.md                | 20 ++++++++++----------
 docs/widgets_terminal.md |  1 +
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 67cd4875..e884213c 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ Coedit is an IDE for the [D programming language](https://dlang.org), its compil
 
 - available for _Linux_ or _Windows_.
 - supports all the D compilers (DMD-GDC-LDC).
-- supports the DUB projects (JSON or SDL) and also Coedit own project format.
-- support the DUB scripts (aka _single file packages_) and Coedit own script format (aka _runnable modules_).
+- supports the DUB projects (JSON or SDL) and also its own project format.
+- support the DUB scripts (aka _single file packages_) and its own script format (aka _runnable modules_).
 - full [D Completion Daemon](https://github.com/dlang-community/DCD) integration (completion, ddoc display, call tips, jump to declaration, rename identifier).
 - Dynamic [D-Scanner](https://github.com/dlang-community/D-Scanner) linting with results displayed in the editor gutter.
 - single click to compile and to _unittest_ a module and optionally display tests coverage.
@@ -25,21 +25,21 @@ Coedit is an IDE for the [D programming language](https://dlang.org), its compil
 **Project information**
 ---
 
-- latest release: version 3.6.19, Mon 13 Aug 2018.
+- latest release: version 3.6.20, Sun 10 Oct 2018.
 - licensed under the terms of the Boost software license.
 - Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
 
-**Download version 3.6.19**
+**Download version 3.6.20**
 ---
 
 Download the zipped binaries or the zip that contains the setup program for you platform:
 
-- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.19/coedit.3.6.19.linux64.setup.zip)
-- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.19/coedit.3.6.19.linux64.zip)
-- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.19/coedit.3.6.19.win32.setup.zip)
-- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.19/coedit.3.6.19.win32.zip)
-- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.19/coedit-3.6.19-0.x86_64.rpm)
-- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.19/coedit-3.6.19.amd64.deb)
+- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.20/coedit.3.6.20.linux64.setup.zip)
+- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.20/coedit.3.6.20.linux64.zip)
+- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.20/coedit.3.6.20.win32.setup.zip)
+- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.20/coedit.3.6.20.win32.zip)
+- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.20/coedit-3.6.20-0.x86_64.rpm)
+- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/v3.6.20/coedit-3.6.20.amd64.deb)
 
 The _zip_ archives allow to move freely the files.
 The _setup.zip_ archives contains a command line program that installs to predefined locations so that the software can be run without additional intervention.
diff --git a/docs/widgets_terminal.md b/docs/widgets_terminal.md
index 16dc4ca7..d5386394 100644
--- a/docs/widgets_terminal.md
+++ b/docs/widgets_terminal.md
@@ -32,6 +32,7 @@ Commonly used keys are:
 
 - **backgroundColor**: The background color.
 - **followEditors**: When checked the current directory is automatically set to the folder containing a document when it gains the focus.
+- **followExplorer**: When checked the current directory is automatically set to the folder that gets selected in the [mini-explorer](widgets_mini_explorer).
 - **followProjects**: When checked the current directory is automatically set to the folder containing a project when it gains the focus.
 - **font**: Allows to customize the font name and its size. The color is not handled here.
 - **foregroundColor**: The font color.