Accepting request 501825 from home:vilene:branches:shells
- Update to 2.6.0. Notable fixes and improvements: * Jobs running in the background can now be removed from the list of jobs with the new disown builtin, which behaves like the same command in other shells (#2810). * Command substitutions now have access to the terminal, like in other shells. This allows tools like fzf to work properly (#1362, #3922). * In cases where the operating system does not report the size of the terminal, the COLUMNS and LINES environment variables are used; if they are unset, a default of 80x24 is assumed. * New French (#3772 & #3788) and improved German (#3834) translations. * fish no longer depends on the which external command. * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.6.0 OBS-URL: https://build.opensuse.org/request/show/501825 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=28
This commit is contained in:
parent
3e5ccbfd2b
commit
b0a24bfbc1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8c0edadca2de379ccf305aeace660a9255fa2180c72e85e97705a24c256b2a5
|
||||
size 3496831
|
3
fish-2.6.0.tar.gz
Normal file
3
fish-2.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb
|
||||
size 3575346
|
16
fish.changes
16
fish.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 22:56:22 UTC 2017 - vilene@posteo.net
|
||||
|
||||
- Update to 2.6.0. Notable fixes and improvements:
|
||||
* Jobs running in the background can now be removed from the list of jobs
|
||||
with the new disown builtin, which behaves like the same command in other
|
||||
shells (#2810).
|
||||
* Command substitutions now have access to the terminal, like in other
|
||||
shells. This allows tools like fzf to work properly (#1362, #3922).
|
||||
* In cases where the operating system does not report the size of the
|
||||
terminal, the COLUMNS and LINES environment variables are used; if they
|
||||
are unset, a default of 80x24 is assumed.
|
||||
* New French (#3772 & #3788) and improved German (#3834) translations.
|
||||
* fish no longer depends on the which external command.
|
||||
* Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 04:13:49 UTC 2017 - sflees@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user