From 3f8131b57a4de5d366c9d484aa6065e5e1600041 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 23 Nov 2021 18:57:10 +0100 Subject: [PATCH] rlz --- CHANGELOG.md | 3 ++- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac729e3..0ba8bb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v3.9.16-dev +# v3.9.16 ## Enhancements @@ -9,6 +9,7 @@ ## Bugs fixed - editor, option _textCompletionMinLength_ min length off-by-one. +- libdexed-d could not be build with latest LDC2. # v3.9.15 diff --git a/README.md b/README.md index 0f9e3801..aba31513 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.15, Mon 17 Oct 2021. +- :bookmark: latest release: version 3.9.16, Tue 23 Nov 2021. - :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.15 +## Download version 3.9.16 -- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.15/downloads/binaries/dexed.3.9.15.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.15/downloads/binaries/dexed.3.9.15.linux64.zip) -- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.15/downloads/binaries/dexed-3.9.15-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.15/downloads/binaries/dexed-3.9.15.amd64.deb) +- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.16/downloads/binaries/dexed.3.9.16.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.16/downloads/binaries/dexed.3.9.16.linux64.zip) +- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.16/downloads/binaries/dexed-3.9.16-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.16/downloads/binaries/dexed-3.9.16.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.