Skip to content

Aug 2026 - release v0.1.7 - Hi Bob

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:16
Immutable release. Only release title and notes can be modified.
3358d97

Full Changelog: v0.1.6...v0.1.7

Git commit updates, async completions, editor loading reduced, new command palette

  • git commit form got many updates
    • Auto hide diff on small displays.
    • New checkbox to hide/show diff.
    • Double click the filename - and diff will be opened in a new tab.
    • Better support for staged files (you can diff them!)
    • Delete untracked, staged files and dirs.
    • Completion will also show modified files.
  • qutepart: Major speedups
    • On my laptop, a file 90kb sized file with 50,000 lines: loading time
      got reduced from 1400msec to 1050msec.
  • Command palette:
    • Was updated with a new look.
    • It should provide better results (better sorting of display results).
  • TreeSitter is now properly async which should make the editing much comfortable.

Changelog