diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a63664..22bffc52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v3.9.23-dev +# v3.9.23 ## Enhancements @@ -7,6 +7,7 @@ ## Fixes - fix, dub projects, "sourcePath" not tried in the "subPackages". +- fix, dub projects, completion not working well if project is organized as sub packages. (#65) # v3.9.22 diff --git a/README.md b/README.md index 33dd2031..5a91690e 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.22, Sun 3 Jul. 2022. +- :bookmark: latest release: version 3.9.23, Wed 15 Jul. 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.22 +## Download version 3.9.23 -- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.22/downloads/binaries/dexed.3.9.22.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.22/downloads/binaries/dexed.3.9.22.linux64.zip) -- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.22/downloads/binaries/dexed-3.9.22-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.22/downloads/binaries/dexed-3.9.22.amd64.deb) +- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.23/downloads/binaries/dexed.3.9.23.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.23/downloads/binaries/dexed.3.9.23.linux64.zip) +- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.23/downloads/binaries/dexed-3.9.23-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.23/downloads/binaries/dexed-3.9.23.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 e694d69a..e6e4a65b 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.22 +v3.9.23