You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
fish ?.?.? (released ???)
2
2
=========================
3
3
4
+
fish 4.1.1 (released ???)
5
+
=========================
6
+
7
+
This release fixes the following regressions identified in 4.1.0:
8
+
9
+
- Some :doc:`fish_config <cmds/fish_config>` subcommands for prompts and themes were broken in standalone Linux builds (those using the ``embed-data`` cargo feature), which has been fixed (:issue:`11832`).
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ To install fish with embedded files, just use ``cargo``, like::
180
180
cargo install --git https://github.com/fish-shell/fish-shell --tag "$(curl -s https://api.github.com/repos/fish-shell/fish-shell/releases/latest | jq -r .tag_name)" # to build the latest release
181
181
cargo install --git https://github.com/fish-shell/fish-shell # to build the latest development snapshot
182
182
183
-
This will place the binaries in ``~/.cargo/bin/``, but you can place them wherever you want.
183
+
This will place the standalone binaries in ``~/.cargo/bin/``, but you can place them wherever you want.
184
184
185
185
This build won't have the HTML docs (``help`` will open the online version).
186
186
It will try to build the man pages with sphinx-build. If that is not available and you would like to include man pages, you need to install it and retrigger the build script, e.g. by setting FISH_BUILD_DOCS=1::
0 commit comments