mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-03 16:04:41 +01:00
Updated CHANGELOG for 0.19.2
This commit is contained in:
parent
9f788a45d6
commit
5dde2304e9
7 changed files with 34 additions and 145 deletions
|
@ -4,6 +4,40 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.19.2
|
||||
====================
|
||||
|
||||
**Added:**
|
||||
|
||||
* env: add ``$XONSH_PROMPT_CURSOR_SHAPE`` for configuring prompt cursor shape.
|
||||
* env: Added XONSH_CONFIG_DIR, XONSH_DATA_DIR and XONSH_CACHE_DIR.
|
||||
* SIGHUP will now be forwarded to child processes when received by the main xonsh process.
|
||||
This matches the behavior of other shells e.g. bash.
|
||||
* Documented the fact that the ``on_postcommand`` event only fires in interactive mode.
|
||||
* history: Added and documented `--session-id` parameter for `history pull` command.
|
||||
* history-json: Implemented `history pull` for JSON history backend.
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Running a subcommand in an event handler will no longer block xonsh from exiting.
|
||||
* history: Prevented `history pull` command from adding consecutive duplicates to propmter history.
|
||||
* prompt toolkit: Fixed autosuggest sometimes not updating when up-arrow is pressed (#5787).
|
||||
* Subprocess-based completions like
|
||||
`xontrib-fish-completer <https://github.com/xonsh/xontrib-fish-completer>`_
|
||||
no longer append a space if the single available completion ends with
|
||||
a directory separator. This is consistent with the behavior of the
|
||||
default completer.
|
||||
|
||||
**Authors:**
|
||||
|
||||
* anki-code
|
||||
* jfmontanaro
|
||||
* Artur Manuel
|
||||
* Đỗ Trung Nguyên
|
||||
* Łukasz Langa
|
||||
|
||||
|
||||
|
||||
v0.19.1
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* env: add ``$XONSH_PROMPT_CURSOR_SHAPE`` for configuring prompt cursor shape.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* env: Added XONSH_CONFIG_DIR, XONSH_DATA_DIR and XONSH_CACHE_DIR.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,25 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* SIGHUP will now be forwarded to child processes when received by the main xonsh process.
|
||||
This matches the behavior of other shells e.g. bash.
|
||||
* Documented the fact that the ``on_postcommand`` event only fires in interactive mode.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Running a subcommand in an event handler will no longer block xonsh from exiting.
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,24 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* history: Added and documented `--session-id` parameter for `history pull` command.
|
||||
* history-json: Implemented `history pull` for JSON history backend.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* history: Prevented `history pull` command from adding consecutive duplicates to propmter history.
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,23 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* prompt toolkit: Fixed autosuggest sometimes not updating when up-arrow is pressed (#5787).
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -1,27 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Subprocess-based completions like
|
||||
`xontrib-fish-completer <https://github.com/xonsh/xontrib-fish-completer>`_
|
||||
no longer append a space if the single available completion ends with
|
||||
a directory separator. This is consistent with the behavior of the
|
||||
default completer.
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue