diff --git a/CHANGELOG.md b/CHANGELOG.md index af9a3a25..bac95bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ -# v3.9.15-dev +# v3.9.15 ## Bugs fixed - DUB projects, access violation for subpackages entries described using JSON objects. -- DUB projects, source files of subpackage described in an object not visible in the project inspector (#98) +- DUB projects, source files of subpackage described in JSON objects not visible in the project inspector. (#98) # v3.9.14 -- binary files for windows available again (#95) +## Bugs fixed + +- binary files for windows available again. (#95) # v3.9.13 diff --git a/README.md b/README.md index 1df360e7..0f9e3801 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.14, Mon 11 Oct 2021. +- :bookmark: latest release: version 3.9.15, Mon 17 Oct 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.14 +## Download version 3.9.15 -- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.14/downloads/binaries/dexed.3.9.14.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.14/downloads/binaries/dexed.3.9.14.linux64.zip) -- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.14/downloads/binaries/dexed-3.9.14-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.14/downloads/binaries/dexed-3.9.14.amd64.deb) +- :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) 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/setup/version.txt b/setup/version.txt index c87beded..0589c213 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.14 +v3.9.15