-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
64 lines (52 loc) · 1.69 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
0.407 2023-12-11 lichtkind
-------
* = minor features
* + undo expand selection per algorithm (Ctrl+Shift+A)
0.406 2023-12-11 lichtkind
-------
* = minor features
* + undo expand selection (Ctrl+Shift+A)
* + keep columns when moving caret up or down with direction keys
* + recent files menu
* ! fixed File "save as" function
0.405 2023-10-14 lichtkind
-------
* = minor feature: more settings
* * config under ~/.config/kephra/main-recent.yaml stores most intern vars
* + document menu with 4 items: soft tabs, tab size, EOL
* + toggle caret line visibility
* ! expand selection can handle touching brace pairs
* ! cursor pos in status bar shows correct line nr now
* ! can cancel file dialogs
0.404 2022-12-09 lichtkind
-------
* = flexible optics
* + delete line (Alt+Del)
* + view menu with 6 items
* ! expand style selection even if right end is a previously detected brace
* ! fixed bugs in select all
0.403 2022-11-25 lichtkind
-------
* = minor improvements
* + expand selection knows braces in line and loops
* + expand goto edit to two locations
* ! insert [] and {} works again
* ! fix smart new line
0.402 2022-11-22 lichtkind
-------
* = minor fixes
* + expand selection knows '' "" and sub {}
* & added tests
* ? fixing POD
0.401 2022-11-21 lichtkind
-------
* = relaunch with a rewrite code base
* + single document
* + rich editing capabilities
TODO:
# * * Syntax modes for RAKU, RUST, C, Ruby, Python, bash, YAML, JSON, Markdown
# * multi doc
# * git integration
# * file browser
# * file projects
# * UTF crash bug, other encodings