Skip to content

Spyder-terminal release v1.3.0

Latest

Choose a tag to compare

@dalthviz dalthviz released this 10 Dec 23:41
· 18 commits to master since this release

Version 1.3.0, Minor release: Spyder-Terminal v1.3.0 for Spyder 6.1.x 🎉

All Platforms

  • You can easily install this version if you use Anaconda by running:

    conda update anaconda
    conda install spyder -c conda-forge
    conda install spyder-terminal -c conda-forge
    

    Note: This usually takes a couple of days to work until conda packages are created and uploaded by conda-forge. Please be patient.

  • Or you can use pip with this command:

    pip install -U spyder-terminal
    

What's Changed

  • PR: Fix compatibility for Spyder 6 and update to xterm.js 5.5.0 by @Zybulon @dalthviz in #355
  • PR: Add Ubuntu Font License to LICENSE.txt by @juliangilbey in #353
  • PR: Replace deprecated distutils and pipes modules by @juliangilbey in #352
  • PR: Use sh as a default shell on BSD systems by @spchamp @dalthviz in #356
  • PR: Bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #357
  • PR: Bump express from 4.21.2 to 4.22.1 by @dependabot[bot] in #359
  • PR: Add remote terminals menu using remote client connections info, update Spyder and Python min version requirements and other fixes by @dalthviz in #358
  • PR: Prevent ReferenceError due to JS eval calls before page load by @dalthviz in #361
  • PR: Set RAISE_AND_FOCUS to True to give focus to terminal prompt by @dalthviz in #362

For the full list of new features, closed issues and merged pull requests in this release, please see our Changelog