Immutable
release. Only release title and notes can be modified.
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.
- On my laptop, a file 90kb sized file with 50,000 lines: loading time
- 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
- git: commit window - hide diff #202, #213 b177cf8
- Qutepart: new upstream release: diegoiast/qutepart-cpp@604f79a
- git: delete untrcacked/unstashed directory #207 5348d6d
- git: commit files - as completion (#206) 75138bd
- CommandPaltte: new upstream release: diegoiast/command-palette-widget@6eec999
- TreeSitterPlugin: make the result truly async 56246b4