Releases: matu6968/edex-ui
eDEX-UI v2.3.2
2.3 Patch 2 release
👇 Scroll to the bottom of this changelog for downloadable binary releases
⚠️ Emergency security update
There is a vulnerability also known as CVE-2023-30856 which allows a malicious website to connect to eDEX's internal terminal control websocket, and send arbitrary commands to the shell.
To prevent this from happening, an emergency security update has been released to patch this behaviour.
Please update eDEX-UI to version 2.3.2 or later if you haven't already.
Keep in mind that this project is in maintenance mode, only bug fixes, and dependencies will be updated from now on, no new features will be added so don't expect new features coming soon to eDEX-UI except ones that really needed to be added.
2.3.x will be a LTS release updating Electron versions every around a few minor releases (and breaking API changes/major vulnerabilities in Electron) if needed to keep atleast security tightened.
Sponsor
Want to help support my open-source projects?
Click the Sponsor button to sponsor my open-source projects.
Changelog
- e571e09 feat (SECURITY) address vulnerability also known as CVE-2023-30856 (https://nvd.nist.gov/vuln/detail/CVE-2023-30856)
eDEX-UI 2.3.1
2.3 Patch 1 release
👇 Scroll to the bottom of this changelog for downloadable binary releases
Dependency updates
This project had many old dependencies, some of which were already broken from the start (like PDF support) so they were updated to the latest versions and when needed breaking API changes were fixed.
Keep in mind that this project is in maintenance mode, only bug fixes, and dependencies will be updated from now on, no new features will be added so don't expect new features coming soon to eDEX-UI except ones that really needed to be added.
2.3.x will be a LTS release updating Electron versions every around a few minor releases (and breaking API changes/major vulnerabilities in Electron) if needed to keep atleast security tightened.
Sponsor
Want to help support my open-source projects?
Click the Sponsor button to sponsor my open-source projects.
Changelog
- 200894b fix fix main terminal not respringing on UI reloads (aka not showing the prompt upon restart, this removes the not required input isolation to begin with)
- 200894b feat add ARM64 support to Mac and Windows builds
- ae539ae fix fix loading PDF files (also updates pdfjs-dist to 5.4.149 and minor dependency versions)
- 88883f6 deps fix color API changes after updating to version 5.x
- c1f6c8d deps fix breaking API changes after updating shell-env to version 4.0.1
- 382fd30 deps migrate to augmented-ui 2.0.0
eDEX-UI 2.3.0
2.3 release
👇 Scroll to the bottom of this changelog for downloadable binary releases
Revival of the project
It has been 4 years since eDEX's death by GitSquared. Since then, this project has been reborn to fix many of the past fixes that it's original creators didn't bother.
Keep in mind that this project is in maintenance mode, only bug fixes, and dependencies will be updated from now on, no new features will be added so don't expect new features coming soon to eDEX-UI except ones that really needed to be added.
2.3.x will be a LTS release updating Electron versions every around a few minor releases (and breaking API changes/major vulnerabilities in Electron) if needed to keep atleast security tightened.
Sponsor
Want to help support my open-source projects?
Click the Sponsor button to sponsor my open-source projects.
Changelog
- 78a6f3e deps updated dependencies to their latest versions and update respective breaking API changes
- 78a6f3e fix revert changes from commit 1b4d3d5 - disable webgl renderer for xterm.js because it was causing blue tint issues
- f3e4576 feat added proxy support to fix unfixed issue #1050 in the original
- f3e4576 fix prevent folder names ending with file extension treated as files - fix unfixed issue #1167 in the original
- f3e4576 fix fix icons generator regex to prevent malformed paths from occuring
- f3e4576 feat added restoring of UI state - fix issue #630 in the original