Spyder-terminal

Latest version: v1.2.2

Safety actively analyzes 613705 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.2.2

Pull Requests Merged

* [PR 316](https://github.com/spyder-ide/spyder-terminal/pull/316) - PR: Move CIs to github actions, by [steff456](https://github.com/steff456)
* [PR 315](https://github.com/spyder-ide/spyder-terminal/pull/315) - PR: Prevent showing message for server errors when closing the plugin, by [dalthviz](https://github.com/dalthviz)
* [PR 313](https://github.com/spyder-ide/spyder-terminal/pull/313) - PR: Update pywinpty version to v2.0.5, by [andfoy](https://github.com/andfoy)

In this release 3 pull requests were closed.

1.2.1

Issues Closed

* [Issue 302](https://github.com/spyder-ide/spyder-terminal/issues/302) - Zoom level increases by 2x every time a Terminal is opened. ([PR 308](https://github.com/spyder-ide/spyder-terminal/pull/308) by [steff456](https://github.com/steff456))

In this release 1 issue was closed.

Pull Requests Merged

* [PR 308](https://github.com/spyder-ide/spyder-terminal/pull/308) - PR: Fix double zoom when openning a new terminal, by [steff456](https://github.com/steff456) ([302](https://github.com/spyder-ide/spyder-terminal/issues/302))
* [PR 306](https://github.com/spyder-ide/spyder-terminal/pull/306) - Test pywinpty 2.0.1 on CI, by [andfoy](https://github.com/andfoy)
* [PR 305](https://github.com/spyder-ide/spyder-terminal/pull/305) - PR: Update CIs, by [steff456](https://github.com/steff456)
* [PR 298](https://github.com/spyder-ide/spyder-terminal/pull/298) - PR: Increase minimal Spyder version in setup.py, by [ccordoba12](https://github.com/ccordoba12)

In this release 4 pull requests were closed.

1.2.0

Issues Closed

* [Issue 285](https://github.com/spyder-ide/spyder-terminal/issues/285) - Default workdir ([PR 295](https://github.com/spyder-ide/spyder-terminal/pull/295) by [steff456](https://github.com/steff456))

In this release 1 issue was closed.

Pull Requests Merged

* [PR 295](https://github.com/spyder-ide/spyder-terminal/pull/295) - PR: Open new terminals in the project path if active, by [steff456](https://github.com/steff456) ([285](https://github.com/spyder-ide/spyder-terminal/issues/285))
* [PR 294](https://github.com/spyder-ide/spyder-terminal/pull/294) - PR: Update to xterm 4.15, by [steff456](https://github.com/steff456)
* [PR 293](https://github.com/spyder-ide/spyder-terminal/pull/293) - PR: Update to Spyder 5.2.x API, by [steff456](https://github.com/steff456)
* [PR 289](https://github.com/spyder-ide/spyder-terminal/pull/289) - PR: Update installation instructions for conda, by [ccordoba12](https://github.com/ccordoba12)

In this release 4 pull requests were closed.

1.1.0

Pull Requests Merged

* [PR 281](https://github.com/spyder-ide/spyder-terminal/pull/281) - PR: Migrate registry to the new Spyder 5.1 API, by [steff456](https://github.com/steff456)

In this release 1 pull request was closed.

1.0.0

Issues Closed

* [Issue 264](https://github.com/spyder-ide/spyder-terminal/issues/264) - Use QProcess instead of subprocess.Popen ([PR 273](https://github.com/spyder-ide/spyder-terminal/pull/273) by [steff456](https://github.com/steff456))
* [Issue 253](https://github.com/spyder-ide/spyder-terminal/issues/253) - Spyder-terminal never shows up on menu or as tabbed windows ([PR 255](https://github.com/spyder-ide/spyder-terminal/pull/255) by [steff456](https://github.com/steff456))
* [Issue 252](https://github.com/spyder-ide/spyder-terminal/issues/252) - Spyder 5 support ([PR 255](https://github.com/spyder-ide/spyder-terminal/pull/255) by [steff456](https://github.com/steff456))
* [Issue 250](https://github.com/spyder-ide/spyder-terminal/issues/250) - Shell interpreter: Anaconda Power Shell Prompt ([PR 271](https://github.com/spyder-ide/spyder-terminal/pull/271) by [steff456](https://github.com/steff456))
* [Issue 247](https://github.com/spyder-ide/spyder-terminal/issues/247) - Setting default font size ([PR 268](https://github.com/spyder-ide/spyder-terminal/pull/268) by [steff456](https://github.com/steff456))
* [Issue 164](https://github.com/spyder-ide/spyder-terminal/issues/164) - Spyder terminal does not activate conda environments and keeps asking to "conda init" even after initialization. ([PR 271](https://github.com/spyder-ide/spyder-terminal/pull/271) by [steff456](https://github.com/steff456))

In this release 6 issues were closed.

Pull Requests Merged

* [PR 276](https://github.com/spyder-ide/spyder-terminal/pull/276) - PR: Update translations for Spyder 1.0.0 release, by [steff456](https://github.com/steff456)
* [PR 275](https://github.com/spyder-ide/spyder-terminal/pull/275) - PR: Pin new version of Spyder and Pywinpty, by [steff456](https://github.com/steff456)
* [PR 273](https://github.com/spyder-ide/spyder-terminal/pull/273) - PR: Change subprocess.Popen to QProcess, by [steff456](https://github.com/steff456) ([264](https://github.com/spyder-ide/spyder-terminal/issues/264))
* [PR 272](https://github.com/spyder-ide/spyder-terminal/pull/272) - PR: Add blue border when the terminal is focused, by [steff456](https://github.com/steff456)
* [PR 271](https://github.com/spyder-ide/spyder-terminal/pull/271) - PR: Source terminal config files to have conda in PATH, by [steff456](https://github.com/steff456) ([250](https://github.com/spyder-ide/spyder-terminal/issues/250), [164](https://github.com/spyder-ide/spyder-terminal/issues/164))
* [PR 270](https://github.com/spyder-ide/spyder-terminal/pull/270) - PR: Add note to Readme to mention that this plugin doesn't work with our installers, by [ccordoba12](https://github.com/ccordoba12)
* [PR 268](https://github.com/spyder-ide/spyder-terminal/pull/268) - PR: Add new cursor option and zoom to the terminal, by [steff456](https://github.com/steff456) ([247](https://github.com/spyder-ide/spyder-terminal/issues/247))
* [PR 267](https://github.com/spyder-ide/spyder-terminal/pull/267) - PR: Upgrade to xtermjs 4.13.0, by [steff456](https://github.com/steff456)
* [PR 255](https://github.com/spyder-ide/spyder-terminal/pull/255) - PR: Migration to Spyder 5 new API, by [steff456](https://github.com/steff456) ([253](https://github.com/spyder-ide/spyder-terminal/issues/253), [252](https://github.com/spyder-ide/spyder-terminal/issues/252))

In this release 9 pull requests were closed.

0.5.0

Issues Closed

* [Issue 242](https://github.com/spyder-ide/spyder-terminal/issues/242) - Terminal just displays a fat cursor and does nothing else ([PR 243](https://github.com/spyder-ide/spyder-terminal/pull/243) by [steff456](https://github.com/steff456))
* [Issue 240](https://github.com/spyder-ide/spyder-terminal/issues/240) - Terminal tab not working on spyder 4.1.5, Ubuntu 20.04 ([PR 243](https://github.com/spyder-ide/spyder-terminal/pull/243) by [steff456](https://github.com/steff456))

In this release 2 issues were closed.

Pull Requests Merged

* [PR 244](https://github.com/spyder-ide/spyder-terminal/pull/244) - PR: Upgrade dependencies of xtermjs and Spyder, by [steff456](https://github.com/steff456)
* [PR 243](https://github.com/spyder-ide/spyder-terminal/pull/243) - PR: Fix new terminal with work with latest Terminado version, by [steff456](https://github.com/steff456) ([242](https://github.com/spyder-ide/spyder-terminal/issues/242), [240](https://github.com/spyder-ide/spyder-terminal/issues/240))

In this release 2 pull requests were closed.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.