mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.9.13
This commit is contained in:
parent
4432992c5f
commit
bb201d77bb
6 changed files with 34 additions and 123 deletions
|
@ -4,6 +4,40 @@ Xonsh Change Log
|
||||||
|
|
||||||
.. current developments
|
.. current developments
|
||||||
|
|
||||||
|
v0.9.13
|
||||||
|
====================
|
||||||
|
|
||||||
|
**Changed:**
|
||||||
|
|
||||||
|
* The ``$LS_COLORS`` environment variable will no longer raise exceptions when trying
|
||||||
|
to convert ANSI color sequences to xonsh color names.
|
||||||
|
|
||||||
|
**Removed:**
|
||||||
|
|
||||||
|
* Remove built in support for "win unicode console". Full unicode support on windows is now provided by
|
||||||
|
using the new `Windows terminal <https://github.com/microsoft/terminal>`__.
|
||||||
|
|
||||||
|
**Fixed:**
|
||||||
|
|
||||||
|
* Fixed issue converting ANSI color codes that contained both slow blink and set foreground
|
||||||
|
or set background sequences.
|
||||||
|
* Fix coreutils ``cat`` behaviour on empty input (e.g. ``cat -``).
|
||||||
|
|
||||||
|
* Fix Ctrl-C event causing Atribute error on Windows.
|
||||||
|
* Fix Added OpenBSD as a platform
|
||||||
|
|
||||||
|
* Fix Corrected aliases for OpenBSD to not include ``--color=auto`` and ``-v``
|
||||||
|
* Fixed a regession with xonsh superhelp ``??`` operator and ``which -v`` which showed Pythons builtin
|
||||||
|
doc strings.
|
||||||
|
|
||||||
|
**Authors:**
|
||||||
|
|
||||||
|
* Anthony Scopatz
|
||||||
|
* Morten Enemark Lund
|
||||||
|
* David Kalliecharan
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
v0.9.12
|
v0.9.12
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
**Added:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Changed:**
|
|
||||||
|
|
||||||
* The ``$LS_COLORS`` environment variable will no longer raise exceptions when trying
|
|
||||||
to convert ANSI color sequences to xonsh color names.
|
|
||||||
|
|
||||||
**Deprecated:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Removed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Fixed:**
|
|
||||||
|
|
||||||
* Fixed issue converting ANSI color codes that contained both slow blink and set foreground
|
|
||||||
or set background sequences.
|
|
||||||
|
|
||||||
**Security:**
|
|
||||||
|
|
||||||
* <news item>
|
|
|
@ -1,25 +0,0 @@
|
||||||
**Added:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Changed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Deprecated:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Removed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Fixed:**
|
|
||||||
|
|
||||||
* Fix coreutils ``cat`` behaviour on empty input (e.g. ``cat -``).
|
|
||||||
|
|
||||||
* Fix Ctrl-C event causing Atribute error on Windows.
|
|
||||||
|
|
||||||
**Security:**
|
|
||||||
|
|
||||||
* <news item>
|
|
|
@ -1,25 +0,0 @@
|
||||||
**Added:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Changed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Deprecated:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Removed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Fixed:**
|
|
||||||
|
|
||||||
* Fix Added OpenBSD as a platform
|
|
||||||
|
|
||||||
* Fix Corrected aliases for OpenBSD to not include ``--color=auto`` and ``-v``
|
|
||||||
|
|
||||||
**Security:**
|
|
||||||
|
|
||||||
* <news item>
|
|
|
@ -1,24 +0,0 @@
|
||||||
**Added:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Changed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Deprecated:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Removed:**
|
|
||||||
|
|
||||||
* Remove built in support for "win unicode console". Full unicode support on windows is now provided by
|
|
||||||
using the new `Windows terminal <https://github.com/microsoft/terminal>`__.
|
|
||||||
|
|
||||||
**Fixed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Security:**
|
|
||||||
|
|
||||||
* <news item>
|
|
|
@ -1,24 +0,0 @@
|
||||||
**Added:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Changed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Deprecated:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Removed:**
|
|
||||||
|
|
||||||
* <news item>
|
|
||||||
|
|
||||||
**Fixed:**
|
|
||||||
|
|
||||||
* Fixed a regession with xonsh superhelp ``??`` operator and ``which -v`` which showed Pythons builtin
|
|
||||||
doc strings.
|
|
||||||
|
|
||||||
**Security:**
|
|
||||||
|
|
||||||
* <news item>
|
|
Loading…
Add table
Reference in a new issue