Skip to content

v0.0.14-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Sep 11:58
· 49 commits to main since this release
Immutable release. Only release title and notes can be modified.

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

October 2025 - release

A maintanence release, no big updates.

Selections are restored in opened files. You can choose the console fonts. Cargo bugs
are finally fixed. Copying a full document works as expected.

Changelog

  • 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