mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Updated CHANGELOG for 0.18.3
This commit is contained in:
parent
b5f3de218b
commit
27ab7f1331
7 changed files with 29 additions and 139 deletions
|
@ -4,6 +4,35 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.18.3
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* executables: Added ``locate_relative_path`` functionality to ``locate_file``.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* ``$MULTILINE_PROMPT`` changed from ``'.'`` to ``' '`` (space)
|
||||
to have an ability to copy the multiline functions from shell history without deleting the dot manually (#5624 #5634).
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed ``$AUTO_CD`` regress after previous refactoring.
|
||||
* Partial fix for "Bad file descriptor" in case of callable alias with execx invocation inside e.g. ExecAlias (#5645).
|
||||
* completer: Fixed exception when in python-only completion context (#5632).
|
||||
* Fixed exception "object has no attribute readlines" in case of redirect callable alias output.
|
||||
|
||||
**Authors:**
|
||||
|
||||
* Gil Forsyth
|
||||
* Noortheen Raja
|
||||
* anki-code
|
||||
* pre-commit-ci[bot]
|
||||
* Aidan Courtney
|
||||
|
||||
|
||||
|
||||
v0.18.2
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed ``$AUTO_CD`` regress after previous refactoring.
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Partial fix for "Bad file descriptor" in case of callable alias with execx invocation inside e.g. ExecAlias (#5645).
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* completer: Fixed exception when in python-only completion context (#5632).
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fixed exception "object has no attribute readlines" in case of redirect callable alias output.
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* executables: Added ``locate_relative_path`` functionality to ``locate_file``.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,24 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* ``$MULTILINE_PROMPT`` changed from ``'.'`` to ``' '`` (space)
|
||||
to have an ability to copy the multiline functions from shell history without deleting the dot manually (#5624 #5634).
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue