This commit is contained in:
Basile Burg 2020-09-13 01:07:44 +02:00
parent 3209ec12cf
commit 18353e235a
4 changed files with 14 additions and 14 deletions

View File

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

View File

@ -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.
<!--
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.7/downloads/binaries/dexed.3.9.7.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.7/downloads/binaries/dexed.3.9.7.linux64.zip)
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.7/downloads/binaries/dexed-3.9.7-0.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.7/downloads/binaries/dexed-3.9.7.amd64.deb)
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.8/downloads/binaries/dexed.3.9.8.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.8/downloads/binaries/dexed.3.9.8.linux64.zip)
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.8/downloads/binaries/dexed-3.9.8-0.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.8/downloads/binaries/dexed-3.9.8.amd64.deb)
-->
The _zip_ archives allow to move freely the files.

View File

@ -116,5 +116,5 @@ object CurrentProject: TNativeProject
'setup.d'
)
ConfigurationIndex = 3
version = '3.9.7'
version = '3.9.8'
end

View File

@ -1 +1 @@
v3.9.7
v3.9.8