Skip to content

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 30 Sep 13:35
Immutable release. Only release title and notes can be modified.

Full Changelog: v0.0.13...v0.0.14

October 2025 - release

A maintanence release, no big updates.

Selections are restored in opened files. Unsaved files are restored without saving (they
are actually saved to a temp location). You can modify the console fonts. Cargo bugs
are finally fixed. Copying a full document works as expected.

From now on, CMake dependencies will locked with sha1, instead of following a branch. This will help reproducibility.

Changelog

  • Meta: Save IDE state more periodically - #124
  • Completer: an empty line at the end - diegoiast/qutepart-cpp#36
  • ProjectManager: target run is hard to find - #98
  • Text editor: Save content of unnamed files - #19
  • Indenter::indentBlock(): use Qt::key instead of QChar - diegoiast/qutepart-cpp#45
  • File manager: right click on dir - add as project - #11
  • Project Manager: output should follow editor console - #111
  • Projectmanager: QProcess::openChannels: Inconsistent stderr channel configuration - #119
  • ProjectManager: cargo projects have no executables - #115
  • Editor: copying all lines does not add new line - diegoiast/qutepart-cpp#47