mirror of https://gitlab.com/basile.b/dexed.git
rlz
This commit is contained in:
parent
ef80f677c9
commit
f852ed887b
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
||||||
|
# v3.8.3
|
||||||
|
|
||||||
|
## Enhancements
|
||||||
|
|
||||||
|
- Compiler paths: when selecting the ldc2 compiler file the matching library path is added if it's "../import". (#20)
|
||||||
|
- Compiler paths: better messages when trying to use a compiler that's not defined. (#18)
|
||||||
|
|
||||||
|
## Bugs fixed
|
||||||
|
|
||||||
|
- Widgets, option: problem with the option "floating widgets on top". (#3)
|
||||||
|
- Misc: update checker was not updated to work with gitlab. (#21)
|
||||||
|
|
||||||
# v3.8.2
|
# v3.8.2
|
||||||
|
|
||||||
## Enhancements
|
## Enhancements
|
||||||
|
|
14
README.md
14
README.md
|
@ -24,19 +24,19 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
|
||||||
|
|
||||||
## Project information
|
## Project information
|
||||||
|
|
||||||
- :bookmark: latest release: version 3.8.2, Sun 5 Apr 2020.
|
- :bookmark: latest release: version 3.8.3, Thu 9 Apr 2020.
|
||||||
- :scroll: licensed under the terms of the Boost software license.
|
- :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).
|
- :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.8.2
|
## Download version 3.8.3
|
||||||
|
|
||||||
[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.8.2) the zipped binaries or the zip that contains the setup program for you platform:
|
[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.8.3) 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.8.2/downloads/binaries/dexed.3.8.2.linux64.setup.zip)
|
- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.8.3/downloads/binaries/dexed.3.8.3.linux64.setup.zip)
|
||||||
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.8.2/downloads/binaries/dexed.3.8.2.linux64.zip)
|
- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.8.3/downloads/binaries/dexed.3.8.3.linux64.zip)
|
||||||
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.8.2/downloads/binaries/dexed-3.8.2-0.x86_64.rpm)
|
- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.8.3/downloads/binaries/dexed-3.8.3-0.x86_64.rpm)
|
||||||
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.8.2/downloads/binaries/dexed-3.8.2.amd64.deb)
|
- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/releases/v3.8.3/downloads/binaries/dexed-3.8.3.amd64.deb)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
The _zip_ archives allow to move freely the files.
|
The _zip_ archives allow to move freely the files.
|
||||||
|
|
|
@ -116,5 +116,5 @@ object CurrentProject: TNativeProject
|
||||||
'setup.d'
|
'setup.d'
|
||||||
)
|
)
|
||||||
ConfigurationIndex = 3
|
ConfigurationIndex = 3
|
||||||
version = '3.8.2'
|
version = '3.8.3'
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v3.8.2
|
v3.8.3
|
||||||
|
|
Loading…
Reference in New Issue