Accepting request 545529 from home:jaimeMF:branches:shells
- Update to 2.7.0. Notable improvements: * A new cdh (change directory using recent history) command provides a more friendly alternative to prevd/nextd and pushd/popd (#2847). * A new argparse command is available to allow fish script to parse arguments with the same behavior as builtin commands. This also includes the fish_opt helper command. (#4190). * Invalid array indexes are now silently ignored (#826, #4127). * Improvements to the debugging facility, including a prompt specific to the debugger (fish_breakpoint_prompt) and a status is-breakpoint subcommand (#1310). * string supports new lower and upper subcommands, for altering the case of strings (#4080). The case changing is not locale-aware yet. * string escape has a new --style=xxx flag where xxx can be script, var, or url (#4150), and can be reversed with string unescape (#3543). * History can now be split into sessions with the fish_history variable, or not saved to disk at all (#102). * Read history is now controlled by the fish_history variable rather than the --mode-name flag (#1504). * command now supports an --all flag to report all directories with the command. which is no longer a runtime dependency (#2778). * fish can run commands before starting an interactive session using the new --init-command/-C options (#4164). * set has a new --show option to show lots of information about variables (#4265). * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.7.0 OBS-URL: https://build.opensuse.org/request/show/545529 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=30
This commit is contained in:
parent
b0a24bfbc1
commit
bd50a186fc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb
|
||||
size 3575346
|
3
fish-2.7.0.tar.gz
Normal file
3
fish-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb
|
||||
size 5760470
|
27
fish.changes
27
fish.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 15:23:31 UTC 2017 - jaime.marquinez.ferrandiz@fastmail.net
|
||||
|
||||
- Update to 2.7.0. Notable improvements:
|
||||
* A new cdh (change directory using recent history) command provides a more
|
||||
friendly alternative to prevd/nextd and pushd/popd (#2847).
|
||||
* A new argparse command is available to allow fish script to parse arguments
|
||||
with the same behavior as builtin commands. This also includes the fish_opt helper command. (#4190).
|
||||
* Invalid array indexes are now silently ignored (#826, #4127).
|
||||
* Improvements to the debugging facility, including a prompt specific to the
|
||||
debugger (fish_breakpoint_prompt) and a status is-breakpoint subcommand (#1310).
|
||||
* string supports new lower and upper subcommands, for altering the case of
|
||||
strings (#4080). The case changing is not locale-aware yet.
|
||||
* string escape has a new --style=xxx flag where xxx can be script, var,
|
||||
or url (#4150), and can be reversed with string unescape (#3543).
|
||||
* History can now be split into sessions with the fish_history variable,
|
||||
or not saved to disk at all (#102).
|
||||
* Read history is now controlled by the fish_history variable rather than
|
||||
the --mode-name flag (#1504).
|
||||
* command now supports an --all flag to report all directories with the
|
||||
command. which is no longer a runtime dependency (#2778).
|
||||
* fish can run commands before starting an interactive session using the new
|
||||
--init-command/-C options (#4164).
|
||||
* set has a new --show option to show lots of information about variables
|
||||
(#4265).
|
||||
* Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 22:56:22 UTC 2017 - vilene@posteo.net
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user