mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
added noconf news
This commit is contained in:
parent
e49f951735
commit
5a737a0c46
1 changed files with 27 additions and 0 deletions
27
news/noconf.rst
Normal file
27
news/noconf.rst
Normal file
|
@ -0,0 +1,27 @@
|
|||
**Added:**
|
||||
|
||||
* Wizard now has a ``FileInserter`` node that allows blocks to be
|
||||
inserted and replaced inside of a file. This adheres to conversion
|
||||
rules fordumping as provided on this node.
|
||||
* New ``xonsh.wizard.StateVisitor.flatten()`` method for flattening the
|
||||
current state.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* The xonsh startup wizard will only be triggered if no xonshrc files exist
|
||||
and the file ``~/.local/config/xonsh/no-wizard`` is not present.
|
||||
* The ``xonfig wizard`` command will now run write out to the xonshrc file.
|
||||
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:**
|
||||
|
||||
* Static configuration is dead (``config.json``), long live run control (``xonshrc``)!
|
||||
* The following evironment variables have been removed as they are no longer needed:
|
||||
``$LOADED_CONFIG`` and ``$XONSHCONFIG``.
|
||||
* Many support functions for static configuration have also been removed.
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue