**Added:** * New ``xonsh.procs`` subpackage for handling subprocess mode. **Changed:** * **Deprecated:** * **Removed:** * The deprecated ``foreground`` decorator has been removed. Please use ``unthreadable`` instead. * ``xonsh.proc.unthreadable`` and ``xonsh.proc.uncapturable`` have been moved to ``xonsh.tools``. Please import from this module instead. **Fixed:** * **Security:** *