Changelog for
xonsh-doc-0.6.0-7.5.noarch.rpm :
Fri Dec 8 13:00:00 2017 sebix+novell.comAATTsebix.at
- change source URL to github as docs are included
- add xonsh-doc package with HTML documentation
Thu Dec 7 13:00:00 2017 sebix+novell.comAATTsebix.at
- run spec-cleaner
- Add python3-ply as recommendation. It\'s included as fallback but defaults to the distribution\'s library.
Mon Dec 4 13:00:00 2017 sebix+novell.comAATTsebix.at
- update to version 0.6.0
* Fixed:
* Fixed a bug on py34 where os.scandir was used by accident.
* Line continuations (\\\\) is subproc mode will no longer consume the surrounding whitespace.
* Fixed a bug if foreign_shell name was not written in lower case in the static configuration file config.json
* Fixed issue with foregrounding jobs that were started in the background.
* Fixed that Ctrl-C crashes xonsh after running an invalid command.
* Fixed an potential ProcessLookupError issue, see #2288.
Sat Jul 22 14:00:00 2017 sebix+novell.comAATTsebix.at
- update to version 0.5.12
* Fixed release.xsh to prevent it from dirtying the repo on release and
leading to an unwanted .dev suffix on the version number
- update to version 0.5.11
* release.xsh creates a github release with the merged news entries as the
release body
* xonfig now displays the proper value for \"on linux\"
- update to version 0.5.10
* Added xclip and repo to default threadable predictors (Issues #2355 and #2348)
* Pretty printing of the $PATH variable
* Add \"fzf-widgets\" xontrib which provides fuzzy search productivity widgets with on custom keybindings to xontrib list.
* Fixed the --rc option so it now runs xonsh with the specified rc file
* AATT$ operator now functions properly when returned command is an alias
* Correct line continuation would not work on Windows if the line continuations were used in the xonshrc file.
* Fix echo command from xoreutils.
- update to version 0.5.9
* Add Alt . keybinding to bashisms-xontrib to insert last argument of
previous command into current buffer
* Added missing ensurers to make sure that bool env_vars are bools and
* int env_vars are integers:
* DIRSTACK_SIZE
* EXPAND_ENV_VARS
* PUSHD_MINUS
* PUSHD_SILENT
* SUGGEST_COMMANDS
* SUGGEST_MAX_NUM
* SUGGEST_THRESHOLD
Thu Mar 9 13:00:00 2017 sebix+novell.comAATTsebix.at
- version 0.5.8
Wed Feb 1 13:00:00 2017 sebix+novell.comAATTsebix.at
- version 0.5.3
- Added:
* Tab completion xontrib for python applications based on click framework.
* Added on_transform_command event for pre-processing that macros can\'t handle.
* Autodetection of backgroundability by binary analysis on POSIX.
* New argument expand_user=True to tools.expand_path.
* New $COMPLETION_QUERY_LIMIT environment variable for setting the number of completions above which the user will be asked if they wish to see the potential completions.
* Users may now redirect stdout to stderr in subprocess mode.
- Changed:
* The Block and Functor context managers from xonsh.contexts have been rewritten to use xonsh\'s macro capabilities. You must now enter these via the with! statement, e.g. with! Block(): pass.
* The distributed xontrib now needs to use the with! statement, since it relies on Functor.
* telnet has been flagged as unthreadable.
* When $DYNAMIC_CWD_ELISION_CHAR is non empty and the last dir of cwd is too long and shortened, the elision char is added at the end.
* pygments is no longer a strict dependency of the prompt_toolkit backend. If pygments is not installed, the PTK backend will use the default ansi color settings from the terminal. Syntax highlighting requires that pygments is installed.
* Events are now keyword arguments only
* Restored on_precommand to its original signature.
* Move built_ins.expand_path to tools.expand_path.
* Rename tools.expandpath to tools._expandpath.
* Added gvim command to unthreadable predictors.
* The source alias now passes $ARGS down to file it is sourcing.
- Removed:
* XonshBlockError has been removed, since it no longer serves a purpose.
- Fixed:
* PopenThread will now re-issue SIGINT to the main thread when it is recieved.
* Fixed an issue that using sqlite history backend does not kill unfinished jobs when quitting xonsh with a second \"exit\".
* Fixed an issue that xonsh would fail over to external shells when running .xsh script which raises exceptions.
* Fixed an issue with openpty() returning non-unix line endings in its buffer. This was causing git and ssh to fail when xonsh was used as the login shell on the server. See https://mail.python.org/pipermail/python-list/2013-June/650460.html for more details.
* Restored the ability to ^Z and fg processes on posix platforms.
* CommandPipelines were not gauranteeded to have been ended when the return code was requested. This has been fixed.
* Introduce path expansion in is_writable_file to fix $XONSH_TRACEBACK_LOGFILE=~/xonsh.log.
* Backgrounding a running process (^Z) now restores ECHO mode to the terminal in cases where the subprocess doesn\'t properly restore itself. A major instance of this behaviour is Python\'s interactive interpreter.
* Readline backend would not ask the user to confirm the printing of completion options if they numbered above a certain value. Instead they would be dumped to the screen. This has been fixed.
* Jupyter kernel was no longer properly running subprocess commands. This has been fixed.
* The filename is applied to the target of the source alias, providing better tracebacks.
Thu Jan 5 13:00:00 2017 sebix+novell.comAATTsebix.at
- version 0.5.2
- Added:
* Added weechat to default predictors
* $DYNAMIC_CWD_ELISION_CHAR environment variable to control how a shortened path is displayed.
- Changed:
* _ret_code function of prompt_ret_code xontrib return now None when return code is 0 instead of empty string allowing more customization of prompt format.
- Fixed:
* Minor Python completer token counting bug fix.
* multiline syntax error in PTK shell due to buffer not being reset
* Segfaults and other early exit signals are now reported correctly, again.
Wed Dec 21 13:00:00 2016 sebix+novell.comAATTsebix.at
- update to 0.5.1
Sun Dec 18 13:00:00 2016 sebix+novell.comAATTsebix.at
- update to 0.4.7
- fix license
Sat Aug 27 14:00:00 2016 sebix+novell.comAATTsebix.at
- initial package for xonsh