From 73513b3512144232259ce30edeae571af21f57c7 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 7 Jul 2023 09:42:54 +0200 Subject: [PATCH] rlz --- CHANGELOG.md | 9 +++++---- README.md | 14 +++++++------- setup/version.txt | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 132ce3a9..4ac47bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,16 @@ ## Enhancements - Added support for the new DUB package naming scheme. - However older DUB versions are still supported. (#118) + However older DUB versions (or package installed with) are still supported. (#118) - Add highlighter preset "Arc Dark". ## Bugs fixed -- Completion did not work properly for dependencies specified with a local path. -- Word completions did not contain identifiers containing digits. (#121) +- Completion did not work properly for dependencies specified with a _path_ property. +- Word completions (non-semantics ones) did not include identifiers containing digits. (#121) - Messages, "select all" could hang the IDE for a while (#120) -- Custom tools editor, when focused and when typing a useless input box appeared. +- Custom tools editor, when focused and typing, a useless input box appeared. +- Symbol List, spurious errors when the code used most recently added languages constructs. # v3.9.24 diff --git a/README.md b/README.md index 2328520c..08eb3a47 100644 --- a/README.md +++ b/README.md @@ -24,22 +24,22 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https ## Project information -- :bookmark: latest release: version 3.9.24, Sat 25 Feb. 2023. +- :bookmark: latest release: version 3.9.25, Wed 7 Jul. 2023. - :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.24 +## Download version 3.9.25 -- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed.3.9.24.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed.3.9.24.linux64.zip) -- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed-3.9.24-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.24/downloads/binaries/dexed-3.9.24.amd64.deb) +- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed.3.9.25.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed.3.9.25.linux64.zip) +- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed-3.9.25-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.25/downloads/binaries/dexed-3.9.25.amd64.deb) The _zip_ archives allow to move freely the files. The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention. The _deb_ and the _rpm_ packages are for those who prefer the official setup system of their linux systems. FreeBSD (all archs), Linux (32 bit) and Windows (32 bits) versions must be [built manually](https://basile.b.gitlab.io/dexed/build.html). -A Windows 64bit build can be found [on appveyor](https://ci.appveyor.com/project/BBasile/dexed/history). Click the top most item that has a green left margin and download the file listed in the "Artifacts" tab. +~~A Windows 64bit build can be found [on appveyor](https://ci.appveyor.com/project/BBasile/dexed/history). Click the top most item that has a green left margin and download the file listed in the "Artifacts" tab.~~ [**See this page**](https://basile.b.gitlab.io/dexed/setup.html) for more information about the setup. diff --git a/setup/version.txt b/setup/version.txt index bc837232..cc8963db 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.24 +v3.9.25