From cafd23ec4ac4fd68df18b1b73b33dea47e4fb04c Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 31 Aug 2020 03:03:40 +0200 Subject: [PATCH] rlz --- CHANGELOG.md | 5 +++-- README.md | 14 +++++++------- setup/setup.dprj | 2 +- setup/version.txt | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b2da2b..f419393a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4f2015fe..aeb7e60e 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.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. The _zip_ archives allow to move freely the files. diff --git a/setup/setup.dprj b/setup/setup.dprj index 8720c32f..0bb8661e 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.9.6' + version = '3.9.7' end diff --git a/setup/version.txt b/setup/version.txt index a68c4d91..f6c0fac8 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.6 +v3.9.7