Skip to content

v0.0.15-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Oct 18:21
· 24 commits to main since this release
Immutable release. Only release title and notes can be modified.
2b3f035

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

November 2025 - release

3 huge new features:

  1. We gained the ability to execute scripts. Any file which is executable on Unix,
    or has an associated way for running (windows) will have a new icon (a small wheel) on the tab
    and its menu will contain a new command "Run Script". Pressing control+shift+r will execute
    this file. This should be used to run local python, shell or other types of scripts.
  2. Folding support. The editor now supports folding areas. This is a work in progress with
    the following known issues:
  3. Smart file finding in the command pallete. The algorythm should be similar to whats seen in
    VScode or Sublime text (partial matching of file names, depending on path should work).
    See the following commits to understand this feature:
    diegoiast/command-palette-widget@246cd7b
    diegoiast/command-palette-widget@6289e63

qutepart folding

Changelog