mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Updated CHANGELOG for 0.7.10
This commit is contained in:
parent
3af6278086
commit
9d5da9fff1
8 changed files with 28 additions and 95 deletions
|
@ -4,6 +4,34 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.7.10
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* 'off' can be passed as falsy value to all flags accepting boolean argument.
|
||||
- DragonFly BSD support
|
||||
* Format strings (f-strings) now allow environment variables to be looked up.
|
||||
For example, ``f"{$HOME}"`` will yield ``"/home/user"``. Note that this will
|
||||
look up and fill in the ``detype()``-ed version of the environment variable,
|
||||
i.e. it's native string representation.
|
||||
|
||||
|
||||
**Changed:**
|
||||
|
||||
* Running ``aurman`` command will now be predicted to be unthreaded by default.
|
||||
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* The xonsh ``xonfig wizard`` would crash if an unknown foreign shell was
|
||||
provided. This has been fixed.
|
||||
* The ``hg split`` command will now predict as unthreadable.
|
||||
* Fixed path completer crash on attempted f-string completion
|
||||
|
||||
|
||||
|
||||
|
||||
v0.7.9
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* 'off' can be passed as falsy value to all flags accepting boolean argument.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:**
|
||||
|
||||
* Running ``aurman`` command will now be predicted to be unthreaded by default.
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
- DragonFly BSD support
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,16 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* Format strings (f-strings) now allow environment variables to be looked up.
|
||||
For example, ``f"{$HOME}"`` will yield ``"/home/user"``. Note that this will
|
||||
look up and fill in the ``detype()``-ed version of the environment variable,
|
||||
i.e. it's native string representation.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,14 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* The xonsh ``xonfig wizard`` would crash if an unknown foreign shell was
|
||||
provided. This has been fixed.
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* The ``hg split`` command will now predict as unthreadable.
|
||||
|
||||
**Security:** None
|
|
@ -1,13 +0,0 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed path completer crash on attempted f-string completion
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue