mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
cl
This commit is contained in:
parent
35464e9fe5
commit
11733f04f7
1 changed files with 5 additions and 4 deletions
|
@ -11,9 +11,9 @@ Current Developments
|
|||
* ``@$(cmd)`` has been added as a subprocess-mode operator, which replaces in
|
||||
the subprocess command itself with the result of running ``cmd``.
|
||||
|
||||
**Changed:**
|
||||
**Changed:**
|
||||
|
||||
* On Windows the default bash completions files ``$BASH_COMPLETIONS`` now points
|
||||
* On Windows the default bash completions files ``$BASH_COMPLETIONS`` now points
|
||||
to the default location of the completions files used by 'Git for Windows'
|
||||
|
||||
**Deprecated:** None
|
||||
|
@ -23,12 +23,13 @@ Current Developments
|
|||
|
||||
**Fixed:**
|
||||
|
||||
* Fix bash completions (e.g git etc.) on windows when completions files have
|
||||
* Fix bash completions (e.g git etc.) on windows when completions files have
|
||||
spaces in their path names
|
||||
* Fixed a bug preventing ``source-bash`` from working on Windows
|
||||
* Fixed a bug preventing ``source-bash`` from working on Windows
|
||||
* Numerous improvements to job control via a nearly-complete rewrite
|
||||
* Rectified install issue with Jupyter hook when installing with pyenv,
|
||||
Jupyter install hook now repects ``--prefix`` argument.
|
||||
* Fixed issue with the xonsh.ply subpackage not being installed.
|
||||
* Fixed a parsing bug whereby a trailing ``&`` on a line was being ignored
|
||||
(processes were unable to be started in the background)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue