Skip to content

v0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 19:11
Immutable release. Only release title and notes can be modified.
4b10961

Full Changelog: v0.1.5...v0.1.6

July 2026 - release v0.1.6 - The mother of all funk chords

Dark themes are better supported

While dark themes are supported (the editor has dark themes) and the system
theme was .... existing, it was not ideal. Now the system editor theme will be more
readable.

One epic win this IDE has over QtCreator (for example) is that the IDE detects
when the system theme changes - and it starts using a drak theme. In QtCreator
the IDE becomes dark, but editors keep white.

A new indentation algorythm has been added. This makes writing markdown files
a little easier. As git commits are markdown on this IDE - this improves the
git commit experience (I was not waiting for this as well!).

Changelog

  • git: Commit filenames are hidden on small displays - #209
  • ProjectManager: Running the same task 2 times fails - #208
  • Treesitter: shows completions from other projects - #210
  • Treesitter: reduce duplication - 0e198aa
  • git: Commit form does not save message - #211
  • CommitForm: use markdown intenter for commit message - #212
  • Qutepart: Style: better dark system colors diegoiast/qutepart-cpp@9946f97
  • ProjectManager: Project/FileList: display native filenames 0c946df
  • ProjectManagerPlugin: fix clicking on error filenames on Windows - 16ecf05
  • CommitForm: show the filename when elided - ff9f900