Skip to content

Spyder-terminal release v0.4.0

Compare
Choose a tag to compare
@steff456 steff456 released this 21 Jul 20:56
· 170 commits to master since this release

Version 0.4.0, Major release: Spyder-Terminal v0.4.0 for Spyder 4 🎉

  • Now the term is able to zoom in/out 🔎
  • Fix the highlighting colors in the terminal 🖌
  • Migrate the plugin to Python 3 🐍
  • Now we support the latest xtermjs version 🤩
  • Fix shortcuts bug in the appearance tab, now you can change the combination of all the shortcuts of the terminal 🎛
  • You are able to search by regex, name and whole match in the terminal 👀
  • Now the terminal is working on file directories with special characters 🔠 🔤
  • Now the terminal have the option of setting a buffer limit 📝
  • Now the terminal has translations into multiple languages 🇩🇪 🇧🇷 🇨🇴 🇨🇦 🇨🇱 🇪🇸 🇫🇷

All Platforms

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

    conda update spyder
    conda install spyder-terminal -c spyder-ide
    

    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
    

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