diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0734052..39a4ea41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,10 @@
-# v3.9.19-dev
+# v3.9.19
## Enhancements
- Completion, changed defaults so that `.` does not validate but instead close, leaving typed text as-is.
To apply the changes on on exisint installation, set editor option `closeCompletionCharsWithSpace` to `*+-/^=~><%.` and `closeCompletionChars` to `,;)}]!`.
-- Completion, while menu opened, Backspace had for effect to also delete next char.
+- Completion, while menu opened, Backspace had for effect to also delete next char.
This was an old workaround that has no reason to be maintained anymore.
- Editor status bar, added a context menu with casually useful actions related to the editor filename (open containing folder, copy file name, cd in terminal, etc.)
diff --git a/README.md b/README.md
index 5c4782e6..e2e62a73 100644
--- a/README.md
+++ b/README.md
@@ -24,16 +24,16 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
## Project information
-- :bookmark: latest release: version 3.9.18, Mon 16 May 2022.
+- :bookmark: latest release: version 3.9.19, Tue 7 June 2022.
- :scroll: licensed under the terms of the Boost software license.
- :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
-## Download version 3.9.18
+## Download version 3.9.19
-- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed.3.9.18.linux64.setup.zip)
-- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed.3.9.18.linux64.zip)
-- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed-3.9.18-0.x86_64.rpm)
-- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.18/downloads/binaries/dexed-3.9.18.amd64.deb)
+- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed.3.9.19.linux64.setup.zip)
+- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed.3.9.19.linux64.zip)
+- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed-3.9.19-0.x86_64.rpm)
+- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.19/downloads/binaries/dexed-3.9.19.amd64.deb)
The _zip_ archives allow to move freely the files.
The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention.
diff --git a/lazproj/dexed.lpi b/lazproj/dexed.lpi
index 375f1dab..3101cc10 100644
--- a/lazproj/dexed.lpi
+++ b/lazproj/dexed.lpi
@@ -937,7 +937,7 @@
-
+
@@ -947,6 +947,9 @@
+
+
+
diff --git a/setup/version.txt b/setup/version.txt
index d0033e6e..300bb349 100644
--- a/setup/version.txt
+++ b/setup/version.txt
@@ -1 +1 @@
-v3.9.18
+v3.9.19