This commit is contained in:
Basile Burg 2020-08-31 03:03:40 +02:00
parent 2829b19bdc
commit cafd23ec4a
4 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# v3.9.7-dev
# v3.9.7
## Enhancements
@ -12,12 +12,13 @@
## Bugs fixed
- Editor: module name not displayed in the tab caption if the module has a shebang line.
- Editor: module name not displayed in the tab caption if the module has the shebang line.
- Project menu, git: no label in the list of branches when in "detached HEAD" after a checkout.
## Other
- compilation: FPC 3.2.0 now required to compile dexed.
- It is recommended to deactivate the automatic update of the _Todo List_ widget, due to [a crasher](https://gitlab.com/basile.b/dexed/-/issues/55)
# v3.9.6

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.6, Mon 6 Jul 2020.
- :bookmark: latest release: version 3.9.7, Mon 31 Aug 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.6
## Download version 3.9.7
[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.6) the zipped binaries or the zip that contains the setup program for you platform.
[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.
<!--
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.6/downloads/binaries/dexed.3.9.6.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.6/downloads/binaries/dexed.3.9.6.linux64.zip)
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.6/downloads/binaries/dexed-3.9.6-0.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.9.6/downloads/binaries/dexed-3.9.6.amd64.deb)
- :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)
-->
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.6'
version = '3.9.7'
end

View File

@ -1 +1 @@
v3.9.6
v3.9.7