From f852ed887b605a51693573c3891a6b7d01865820 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 9 Apr 2020 09:14:01 +0200 Subject: [PATCH] rlz --- CHANGELOG.md | 12 ++++++++++++ README.md | 14 +++++++------- setup/setup.dprj | 2 +- setup/version.txt | 2 +- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7aba84e..9b2e5ce9 100644 --- a/CHANGELOG.md +++ b/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 ## Enhancements diff --git a/README.md b/README.md index 1bc0f1ef..8346da48 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.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. - :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. The _zip_ archives allow to move freely the files. diff --git a/setup/setup.dprj b/setup/setup.dprj index 7eae0714..5018ccfb 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.8.2' + version = '3.8.3' end diff --git a/setup/version.txt b/setup/version.txt index a835adcf..6a39225f 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.8.2 +v3.8.3