Skip to content

v0.0.13-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Aug 20:54
· 65 commits to main since this release

Full Changelog: v0.0.12...v0.0.13-rc1


September 2025 - release


This release fixes hihgilighter issues introduced in previous

releases, as well as some optimizations to the editor. It feels in par with what

QtCreator provides. Loading files will probably not become any faster. Indenting

selected text works now.



Building Rust/cargo projects is improved, the build logs are properly parsed now.

The project parsing is still not trivial (waiting for a solution to https://github.com/diegoiast/qtedit4/issues/115)

but projects are still buildable, and you can still run from the UI cargo run,

assuming its set up properly in your cargo project.


Plugins have now async API, which I will use eventually on the LSP plugin.

Deletion of json project files will no longer kill the app. Split tabs now

can be moved with keyboard, and the close button works reliably.


Installing the program on a clean Windows 10/11 will trigger a request to install

vcredist, as this is a hidden dependency of Qt.


Changelog