mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.6.3
This commit is contained in:
parent
f74178f842
commit
20dfda5d59
8 changed files with 32 additions and 100 deletions
|
@ -4,6 +4,38 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.6.3
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* Docs for using ``@(<expr>)`` as a way to run commands and a gotcha about
|
||||
list of strings vs single string expressions.
|
||||
* Ubuntu versions which xonsh is packaged for (with xonsh versions)
|
||||
|
||||
|
||||
**Changed:**
|
||||
|
||||
* When reporting errors without a traceback (i.e. ``$XONSH_SHOW_TRACEBACK = False``) and the error is a ``XonshError``
|
||||
the exception type is not longer printed.
|
||||
* ``CommandPipeline.proc`` may now be ``None``, to accomodate when the process
|
||||
fails to even start (i.e. a missing command or incorrect permisions).
|
||||
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* The ``curl`` command will now be run in a thread, which prevents documents that
|
||||
do not end in a newline from writing over the next prompt and vice versa.
|
||||
* Fix bug on Windows when ``PATHEXT`` environment variable did not exist.
|
||||
This also fixes building the xonsh documentation on Windows.
|
||||
* Fixed a bug in the `free_cwd <http://xon.sh/xontribs.html#free-cwd>`__ Windows Xontrib, which caused the prompt to error if the current directory is
|
||||
deleted/renamed from an other process.
|
||||
* Fixed issue with ``$XONSH_SHOW_TRACEBACK`` not being respected in subprocess
|
||||
mode when the command could not be found or had incorrect permissions.
|
||||
|
||||
|
||||
|
||||
|
||||
v0.6.2
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* The ``curl`` command will now be run in a thread, which prevents documents that
|
||||
do not end in a newline from writing over the next prompt and vice versa.
|
||||
|
||||
**Security:** None
|
|
@ -1,14 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* Docs for using ``@(<expr>)`` as a way to run commands and a gotcha about
|
||||
list of strings vs single string expressions.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* Ubuntu versions which xonsh is packaged for (with xonsh versions)
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,14 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fix bug on Windows when ``PATHEXT`` environment variable did not exist.
|
||||
This also fixes building the xonsh documentation on Windows.
|
||||
|
||||
**Security:** None
|
|
@ -1,14 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed a bug in the `free_cwd <http://xon.sh/xontribs.html#free-cwd>`__ Windows Xontrib, which caused the prompt to error if the current directory is
|
||||
deleted/renamed from an other process.
|
||||
|
||||
**Security:** None
|
|
@ -1,14 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:**
|
||||
|
||||
* When reporting errors without a traceback (i.e. ``$XONSH_SHOW_TRACEBACK = False``) and the error is a ``XonshError``
|
||||
the exception type is not longer printed.
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,17 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:**
|
||||
|
||||
* ``CommandPipeline.proc`` may now be ``None``, to accomodate when the process
|
||||
fails to even start (i.e. a missing command or incorrect permisions).
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed issue with ``$XONSH_SHOW_TRACEBACK`` not being respected in subprocess
|
||||
mode when the command could not be found or had incorrect permissions.
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue