This commit is contained in:
Basile Burg 2021-11-23 18:57:10 +01:00
parent eb3c0b5903
commit 3f8131b57a
2 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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.