1
- up to 28d7056a7a06
1
+ up to 5feed23962df
2
2
3
3
# Changes in version 0.6.0
4
4
5
+ This is a stable release, featuring bugfixes and minor improvements.
6
+
7
+
8
+ ## Performance improvements:
9
+
10
+ (none)
11
+
5
12
6
13
## Added highlighting of:
7
14
@@ -10,6 +17,58 @@ up to 28d7056a7a06
10
17
11
18
[ zshzle-Character-Highlighting ] : http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting
12
19
20
+ - Possible history expansions in double-quoted strings.
21
+ (76ea9e1df316)
22
+
23
+ - Mismatched ` if ` /` then ` /` elif ` /` else ` /` fi ` .
24
+ (73cb83270262)
25
+
26
+
27
+ ## Fixed highlighting of:
28
+
29
+ - A comment line followed by a non-comment line.
30
+ (#385 , 9396ad5c5f9c)
31
+
32
+ - An unquoted ` $* ` (expands to the positional parameters).
33
+ (237f89ad629f)
34
+
35
+ - history-incremental-pattern-search-backward under zsh 5.3.1.
36
+ (#407 , #415 , 462779629a0c)
37
+
38
+ ## API changes (for highlighter authors):
39
+
40
+ (none)
41
+
42
+
43
+ ## Developer-visible changes:
44
+
45
+ - tests: Set the ` ALIAS_FUNC_DEF ` option for zsh 5.4 compatibility.
46
+ (9523d6d49cb3)
47
+
48
+
49
+ ## Other changes:
50
+
51
+ - docs: Added before/after screenshots.
52
+ (cd9ec14a65ec..b7e277106b49)
53
+
54
+ - docs: Link Fedora package.
55
+ (3d74aa47e4a7, 5feed23962df)
56
+
57
+ - docs: Link FreeBSD port.
58
+ (626c034c68d7)
59
+
60
+ - Prevent user-defined aliases from taking effect in z-sy-h's own code.
61
+ (#390 , 2dce602727d7, 8d5afe47f774; and #392 , #395 , b8fa1b9dc954)
62
+
63
+ - docs: Update zplug installation instructions.
64
+ (#399 , 4f49c4a35f17)
65
+
66
+ - Improve "unhandled ZLE widget 'foo'" error message.
67
+ (#409 , be083d7f3710)
68
+
69
+ - Fix printing of "failed loading highlighters" error message.
70
+ (#426 , ad522a091429)
71
+
13
72
14
73
# Changes in version 0.5.0
15
74
0 commit comments