diff --git a/CHANGELOG.md b/CHANGELOG.md index 69082ad6..64fa41cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ -# v3.9.8-dev +# v3.9.8 ## Enhancements -- Messages, searches: results of Find All with for scope a whole project go in their own category, preventing to repeat the operation in certain circumstances. (#60) -- Project inspector: moved the list of configuration to a combo box over the file tree. +- Messages, searches: results of _Find All_ with for scope a whole project go in their own category, preventing to repeat the operation in certain circumstances. (#60) +- Project inspector: moved the list of configuration to a combo box located over the file tree. ## Bugs fixed -- GDB commander, editor: bad expression returned when using mouse motion to get value of an expression within square brackets. +- GDB commander, editor: bad expression returned when using mouse motion to get value of an expression located within square brackets. ## Other -- Release links error 404. This is due to a problem in Gitlab, that got worse by the end of August... +- Release links error 404. This is due to an old problem of Gitlab but that unfortunately got worse by the end of August... # v3.9.7 diff --git a/README.md b/README.md index aeb7e60e..0bfb73d9 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.7, Mon 31 Aug 2020. +- :bookmark: latest release: version 3.9.8, Sun 13 Sep 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.7 +## Download version 3.9.8 -[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.7) the zipped binaries or the zip that contains the setup program for you platform. +[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.8) 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 0bb8661e..f93b2c11 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.9.7' + version = '3.9.8' end diff --git a/setup/version.txt b/setup/version.txt index f6c0fac8..4076733f 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.7 +v3.9.8