mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.9.10
This commit is contained in:
parent
df6e0a4f07
commit
59a042010f
6 changed files with 33 additions and 117 deletions
|
@ -4,6 +4,39 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.9.10
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* $PROMPT_REFRESH_INTERVAL: Automatically invalidate the PROMPT every so many seconds.
|
||||
* Allow disabling individual items in gitstatus prompt
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fix ``cat`` can't read pseudo files with zero size such as /proc/\* or /sys/\* (#3182, #3199)
|
||||
* command-not-found: now works on non-Debian bansed distributions
|
||||
* Implemented ``'target'`` psuedo-color in ``$LS_COLORS`` for link coloring based
|
||||
off of the link target. This was causing issues on some systems where this is
|
||||
the default.
|
||||
|
||||
**Authors:**
|
||||
|
||||
* Anthony Scopatz
|
||||
* Gil Forsyth
|
||||
* Morten Enemark Lund
|
||||
* virus
|
||||
* vaaaaanquish
|
||||
* K.-Michael Aye
|
||||
* Alexander Steffen
|
||||
* Jan Chren
|
||||
* Sean Farley
|
||||
* László Vaskó
|
||||
* Nils ANDRÉ-CHANG
|
||||
* chengxuncc
|
||||
|
||||
|
||||
|
||||
v0.9.9
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fix ``cat`` can't read pseudo files with zero size such as /proc/\* or /sys/\* (#3182, #3199)
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* $PROMPT_REFRESH_INTERVAL: Automatically invalidate the PROMPT every so many seconds.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* command-not-found: now works on non-Debian bansed distributions
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* Allow disabling individual items in gitstatus prompt
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,25 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Implemented ``'target'`` psuedo-color in ``$LS_COLORS`` for link coloring based
|
||||
off of the link target. This was causing issues on some systems where this is
|
||||
the default.
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue