This commit is contained in:
Basile Burg 2023-07-07 09:42:54 +02:00
parent 6aea36e65a
commit 73513b3512
3 changed files with 13 additions and 12 deletions

View File

@ -3,15 +3,16 @@
## Enhancements ## Enhancements
- Added support for the new DUB package naming scheme. - 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". - Add highlighter preset "Arc Dark".
## Bugs fixed ## Bugs fixed
- Completion did not work properly for dependencies specified with a local path. - Completion did not work properly for dependencies specified with a _path_ property.
- Word completions did not contain identifiers containing digits. (#121) - Word completions (non-semantics ones) did not include identifiers containing digits. (#121)
- Messages, "select all" could hang the IDE for a while (#120) - 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 # v3.9.24

View File

@ -24,22 +24,22 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https
## Project information ## 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. - :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.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: [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.24/downloads/binaries/dexed.3.9.24.linux64.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.24/downloads/binaries/dexed-3.9.24-0.x86_64.rpm) - :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.24/downloads/binaries/dexed-3.9.24.amd64.deb) - :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 _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 _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. 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). 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. [**See this page**](https://basile.b.gitlab.io/dexed/setup.html) for more information about the setup.

View File

@ -1 +1 @@
v3.9.24 v3.9.25