mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
CHANGELOG 3, electric jamboree
This commit is contained in:
parent
6d81e2b8a4
commit
f25d5a0f52
1 changed files with 5 additions and 0 deletions
|
@ -3,18 +3,23 @@
|
|||
- The clipboard integration has been revamped with explicit bindings. OS X clipboard support provided for out of the box in addition to X11. (#3061)
|
||||
- Vi-style bindings no longer build upon the default emacs-style bindings, instead they share some definitions (#3068).
|
||||
- Fish will now try to set the locale when it doesn't inherit one by reading system configuration (#277)
|
||||
- A number followed by a caret is no longer treated as a redirection (#1873)
|
||||
|
||||
## Notable fixes and improvements
|
||||
- Completions that don't match the prefix will no longer expand to a common prefix (#3090)
|
||||
- Suggestions will be offered more often, like after removing characters (#3069)
|
||||
- The argument handling for the `history` function has been revamped (#3293, #3224, #3220, #3182)
|
||||
- Improved argument handling for the `abbr` function (#2997, #3267)
|
||||
- `history --merge` now correctly interleaves items in chronological order (#2312)
|
||||
- `history` gained a new "--with-time" ("-t") option to show timestamps (#3175)
|
||||
- The "-d" option to `fish_indent` was removed (#3191)
|
||||
- A bug where fish would sometimes hang using 100% CPU in the C locale (#3214)
|
||||
- Fish now uses the $TZ variable for its idea of localtime (#3181)
|
||||
- Some performance improvments to the git prompt (#3294, 3083)
|
||||
- Working completion after an escaped space character (#2447)
|
||||
- Less output to fish's build (#3248)
|
||||
- Some additions or fixes to the completions for `brew` (#3309), `git` (#3274, #3226, #3225, #3094, #3087, #3035, #3021, #2982), `aura` (#3297)
|
||||
|
||||
---
|
||||
|
||||
# fish 2.3.1 (released July 3, 2016)
|
||||
|
|
Loading…
Reference in a new issue