File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,28 @@ Whilst under development, the new implementation was known as the
5656
5757- Add issue #712 to the previous release's changelog (hereinafter).
5858
59+ - Fix highlighting when using an alias twice inside another alias
60+ [ #769 , #775 ]
61+
62+ - Remove lint warning for ` env ` followed by a pipe
63+ [ #797 ]
64+
65+ - Recognize ` proxychains ` as a precommand
66+ [ #814 , #914 ]
67+
68+ - Honor shwordsplit when expanding parameters
69+ [ #687 , #818 ]
70+
71+ - Skip highlighting when keys are still pending in more cases
72+ [ #835 ]
73+
74+ - Recognize ` grc ` as a precommand
75+
76+ - Recognize ` torsocks ` and ` torift ` as precommands
77+ [ #898 ]
78+
79+ - Recognize ` cpulimit ` as a precommand
80+ [ #897 ]
5981
6082# Changes in 0.8.0-alpha1-pre-redrawhook
6183
@@ -168,6 +190,8 @@ to issue #418.
168190
169191- Recognize ` env ` as a precommand (e.g., ` env FOO=bar ls ` )
170192
193+ - Recognize ` ionice ` as a precommand
194+
171195- Recognize ` strace ` as a precommand
172196
173197- Fix an error message on stderr before every prompt when the ` WARN_NESTED_VAR ` zsh option is set:
You can’t perform that action at this time.
0 commit comments