What's Changed
Enhancements
- Add
conda shellas an alias forconda spawn. (#59) - Inject Fish and Xonsh activation through their documented startup options so
activation completes before the first interactive prompt. (#36)
Bug fixes
- Ensure spawned PowerShell sessions call
conda.exeinstead of the no-op
conda.batwhen runningconda activateorconda deactivate. (#35) - Import
CondaSubcommandfromconda.plugins.typesso conda-spawn remains
compatible after conda removes the deprecatedconda.pluginsre-export.
(#38) - Preserve native login startup files and logout behavior for POSIX shells,
Bash, and Zsh while spawning an activated shell. (#36) - Run Xonsh
on_post_rchandlers before activation and readiness. (#36) - Remove temporary activation scripts as soon as the spawned shell reports it
is ready. (#36) - Keep conda-spawn's nested-session marker out of conda's
CONDA_*
environment-variable namespace. (#36)
Other
- Use conda's activator classes directly and retain only conda-spawn's
PATH
and environment-variable changes. (#45) - Enable infrastructure-managed Dependabot configuration via
conda/infrastructure templates. (#47)
Docs
- Update project and documentation URLs after the repository moved to the
condaorganization. (#76)
Contributors
- @danyeaw made their first contribution in #44
- @jezdez
- @conda-bot made their first contribution in #43
- @dependabot[bot]
Full Changelog: 0.1.0...0.2.0