This commit is contained in:
Basile Burg 2020-06-14 19:37:00 +02:00
parent 0e69320f20
commit fe6f1db754
4 changed files with 11 additions and 10 deletions

View File

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

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.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.
<!--
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.4/downloads/binaries/dexed.3.9.4.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.4/downloads/binaries/dexed.3.9.4.linux64.zip)
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.4/downloads/binaries/dexed-3.9.4-0.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.4/downloads/binaries/dexed-3.9.4.amd64.deb)
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.5/downloads/binaries/dexed.3.9.5.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.5/downloads/binaries/dexed.3.9.5.linux64.zip)
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.5/downloads/binaries/dexed-3.9.5-0.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.5/downloads/binaries/dexed-3.9.5.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.4'
version = '3.9.5'
end

View File

@ -1 +1 @@
v3.9.4
v3.9.5