Releases: mandeep/sublime-text-conda
Releases · mandeep/sublime-text-conda
0.9.1 Release
- Fix issue when closing the last REPL tab
- Default to Python syntax for REPL
Thanks to @gseastream for the contributions
0.9.0 Release
- Added setting to save file prior to opening REPL
- Added setting to open REPL in bottom row of layout
- REPL syntax now defaults to Plain text but can be changed to Python
Thanks to @gseastream for these three contributions
0.8.0 Release
- Use Anaconda's repo list so that all Python versions are available when creating a new environment
- Add Conda: Open REPL command that opens the current Conda environment in a new REPL tab
Thanks to @titus-ong for both additions
0.7.0 Release
- Fix stripping all occurrences of 'bin' from conda installation paths
- Change root environment name to base environment to be consistent with conda
0.6.1 Release
- Fix windows PATH issue causing import errors with some packages (courtesy of @jim-hart)
Newer versions of conda rely on conda activate environment
. This patch provides a fix that allows those conda users to work with conda environment in ST3.
0.6.0 Release
Add support for creating Python 3.7 environments
0.5.2 Release
Fixes #8 - thanks to @gonzalocasas for the PR
0.5.1 Release
- Fix the 'Cancel Build' menu item in the Tools menu
0.5.0 Release
Add ability to load old settings file on Unix systems (#7)
0.4.6 Release
Fix settings file not loading properly on all platforms