Skip to content

Commit ba20bea

Browse files
committed
Docs: lets add the release from November
1 parent 3051526 commit ba20bea

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/release-2025-11.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
**Full Changelog**: https://github.com/diegoiast/qtedit4/compare/v0.0.14...v0.0.15-rc1
2+
3+
# November 2025 - release
4+
5+
3 huge new features:
6+
7+
1. We gained the ability to execute scripts. Any file which is executable on Unix,
8+
or has an associated way for running (windows) will have a new icon (a small wheel) on the tab
9+
and its menu will contain a new command "Run Script". Pressing `control+shift+r` will execute
10+
this file. This should be used to run local python, shell or other types of scripts.
11+
2. Folding support. The editor now supports folding areas. This is a work in progress with
12+
the following known issues:
13+
- https://github.com/diegoiast/qutepart-cpp/issues/55
14+
- https://github.com/diegoiast/qutepart-cpp/issues/54
15+
- https://github.com/diegoiast/qutepart-cpp/issues/57
16+
17+
3. Smart file finding in the command pallete. The algorythm should be similar to whats seen in
18+
VScode or Sublime text (partial matching of file names, depending on path should work).
19+
See the following commits to understand this feature:
20+
https://github.com/diegoiast/command-palette-widget/commit/246cd7bce19eeabde1abc1f5eda1f8db955193d7
21+
https://github.com/diegoiast/command-palette-widget/commit/6289e63de4a3d83f286526b65351d5ee2033c71a
22+
23+
![qutepart folding](https://raw.githubusercontent.com/diegoiast/qutepart-cpp/main/qutepart.png)
24+
25+
## Changelog
26+
* Project manager: run scripts - https://github.com/diegoiast/qtedit4/issues/5
27+
* Project manager: Open CMakLists.txt file - does not open a project - https://github.com/diegoiast/qtedit4/issues/122
28+
* Qutepart: Add support for folding areas - https://github.com/diegoiast/qutepart-cpp/issues/19
29+
* Command pallete: When searching commands - we should ignore accelerators - https://github.com/diegoiast/command-palette-widget/issues/4
30+

0 commit comments

Comments
 (0)