1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
fish (3.0.0-1) unstable; urgency=medium
fish 3 is a major release, which introduces some breaking changes
alongside improved functionality. Although most existing scripts will
continue to work, they should be reviewed against the list contained
in the release notes: /usr/share/doc/fish/changelog.gz
-- Mo Zhou <cdluminate@gmail.com> Wed, 09 Jan 2019 02:35:17 +0000
fish (1.22.1-1) unstable; urgency=low
Much has changed since the last major upstream release. It is recommended
that all old shells be exited after upgrading. It is a known problem that
ctrl-d will not exit any shells that were running before the upgrade because
function definitions for key-bindings changed in a backwards-incompatible
way in 1.22.X. Simply use the 'exit' command.
Fish has changed where it looks for config files both in the system-wide
directories and in the user's home directory. Upon first starting this
version of fish, it will attempt to migrate the user's config files to the
new directory structure as well as display a message notifying the user.
The changes are as follows:
System-wide:
/etc/fish.d -> /etc/fish
/etc/fish -> /etc/fish/config.fish
/etc/fish_inputrc -> /etc/fish/fish_inputrc
/etc/fish.d/fish_interactive.fish -> /usr/share/fish/config_interactive.fish
Per-user:
Fish's config files now live under $XDG_CONFIG_HOME/fish ($XDG_CONFIG_HOME
defaults to $HOME/.config).
$HOME/.fish -> $XDG_CONFIG_HOME/fish/config.fish
$HOME/.fish_history -> $XDG_CONFIG_HOME/fish/fish_history
$HOME/.fish_inputrc -> $XDG_CONFIG_HOME/fish/fish_inputrc
-- James Vega <jamessan@debian.org> Mon, 13 Nov 2006 10:59:16 -0500
fish (1.21.1-1) unstable; urgency=low
Fish's completion and function files have been moved from
/etc/fish.d/{completions,functions} to
/usr/share/fish{completions,functions}. Fish will still source files under
/etc/fish.d{completions,functions} in order to allow the sysadmin a means of
overriding the default completions/functions.
If any of these files have been modified, they will be saved under
/etc/fish.d as {completions,functions}_$filename.dpkg-bak.
-- James Vega <jamessan@debian.org> Sun, 5 Mar 2006 21:01:40 -0500
|