diff --git a/CHANGELOG.md b/CHANGELOG.md index fe90a0b0..ae8ade73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v3.9.5-dev +# v3.9.5 ## Enhancements @@ -7,6 +7,7 @@ ## Regressions - DUB project: when compiling a DUB project with LDC, LDC was translated to LDMD. (#47, caused by the fix for #43) +- Options, shortcut editor: The view was empty until something got typed and then deleted in the filter. (#49) ## Bugs fixed diff --git a/README.md b/README.md index 487082e7..d350e683 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,19 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https ## Project information -- :bookmark: latest release: version 3.9.4, Fri 29 May 2020. +- :bookmark: latest release: version 3.9.5, Sun 14 Jun 2020. - :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.4 +## Download version 3.9.5 -[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.4) the zipped binaries or the zip that contains the setup program for you platform. +[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.5) the zipped binaries or the zip that contains the setup program for you platform. The _zip_ archives allow to move freely the files. diff --git a/setup/setup.dprj b/setup/setup.dprj index 54156c56..9f1aabac 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.9.4' + version = '3.9.5' end diff --git a/setup/version.txt b/setup/version.txt index 022a8128..dcf702bf 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.4 +v3.9.5