Updated CHANGELOG for 0.13.2

This commit is contained in:
Gil Forsyth 2022-09-15 08:47:38 -04:00
parent 5fb7bfa2da
commit 84405423df
5 changed files with 26 additions and 92 deletions

View file

@ -4,6 +4,32 @@ Xonsh Change Log
.. current developments
v0.13.2
====================
**Changed:**
* When there is no git repository, the values of all ``gitstatus`` prompt fields are now ``None``.
* With ``$THREAD_SUBPROCS=False``: When a callable alias is executed with ``![]``, its standard output and standard error are no longer captured. This is because a separate thread is required in order to both capture the output and stream it to the terminal while the alias is running.
**Fixed:**
* Fixed timeit syntax error
* When there is no git repository, ``$PROMPT`` format strings like ``{gitstatus: hello {}}`` now work as expected.
* With ``$THREAD_SUBPROCS=False``: When ``cd`` is used with an invalid directory, the error message is now correctly displayed.
* Fixed case when xpip returns None instead of command.
**Authors:**
* anki-code
* Peter Ye
* pre-commit-ci[bot]
* Lie Ryan
* amukher3
* Ashish Kurmi
v0.13.1
====================

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed timeit syntax error
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* When there is no git repository, the values of all ``gitstatus`` prompt fields are now ``None``.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* When there is no git repository, ``$PROMPT`` format strings like ``{gitstatus: hello {}}`` now work as expected.
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* With ``$THREAD_SUBPROCS=False``: When a callable alias is executed with ``![]``, its standard output and standard error are no longer captured. This is because a separate thread is required in order to both capture the output and stream it to the terminal while the alias is running.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* With ``$THREAD_SUBPROCS=False``: When ``cd`` is used with an invalid directory, the error message is now correctly displayed.
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Fixed case when xpip returns None instead of command.
**Security:**
* <news item>