Skip to content

0.2.0

Latest

Choose a tag to compare

@jezdez jezdez released this 31 Aug 08:22
· 6 commits to main since this release
83daefd

What's Changed

Enhancements

  • Add conda shell as an alias for conda 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.exe instead of the no-op
    conda.bat when running conda activate or conda deactivate. (#35)
  • Import CondaSubcommand from conda.plugins.types so conda-spawn remains
    compatible after conda removes the deprecated conda.plugins re-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_rc handlers 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
    conda organization. (#76)

Contributors

Full Changelog: 0.1.0...0.2.0