Skip to content

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 31 Aug 19:56
· 64 commits to main since this release

Full Changelog: v0.0.12...v0.0.13

September 2025 - release


This release fixes highlighter 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 #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