Quellcode durchsuchen

changelog: Update through HEAD

master
Matthew Martin vor 11 Monaten
Ursprung
Commit
1e82d8c83e
1 geänderte Dateien mit 24 neuen und 0 gelöschten Zeilen
  1. +24
    -0
      changelog.md

+ 24
- 0
changelog.md Datei anzeigen

@ -56,6 +56,28 @@ Whilst under development, the new implementation was known as the
- Add issue #712 to the previous release's changelog (hereinafter).
- Fix highlighting when using an alias twice inside another alias
[#769, #775]
- Remove lint warning for `env` followed by a pipe
[#797]
- Recognize `proxychains` as a precommand
[#814, #914]
- Honor shwordsplit when expanding parameters
[#687, #818]
- Skip highlighting when keys are still pending in more cases
[#835]
- Recognize `grc` as a precommand
- Recognize `torsocks` and `torift` as precommands
[#898]
- Recognize `cpulimit` as a precommand
[#897]
# Changes in 0.8.0-alpha1-pre-redrawhook
@ -168,6 +190,8 @@ to issue #418.
- Recognize `env` as a precommand (e.g., `env FOO=bar ls`)
- Recognize `ionice` as a precommand
- Recognize `strace` as a precommand
- Fix an error message on stderr before every prompt when the `WARN_NESTED_VAR` zsh option is set:

Laden…
Abbrechen
Speichern