Skip to content

Commit

Permalink
Update Announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jul 13, 2022
1 parent 387f396 commit ccf9337
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions Announcements.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
# Minor release to list

**Subject**: [ANN] Spyder 5.3.1 is released!
**Subject**: [ANN] Spyder 5.3.2 is released!


Hi all,

On the behalf of the [Spyder Project Contributors](https://github.com/spyder-ide/spyder/graphs/contributors),
I'm pleased to announce that Spyder **5.3.1** has been released and is available for
I'm pleased to announce that Spyder **5.3.2** has been released and is available for
Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases

This release comes seven weeks after version 5.3.0 and it contains the
This release comes seven weeks after version 5.3.1 and it contains the
following new features, important fixes and new API features:

* Add a toolbar to the Variable Explorer viewer for dictionaries, lists and sets to easily access the
functionality available through its context menu.
* Add navigation with extra buttons in the editor for mouses that support them.
* Add `--no-web-widgets` command line option to disable plugins/widgets that use Qt Webengine widgets.
* Fix several important bugs related to the `Autoformat on save` functionality.
* Fix options related to the `Working directory` entry in Preferences.
* Make code completion widget entries accessible to screen readers.
* Add `get_command_line_options` to `SpyderPluginV2` so that plugins can access the command line options
passed to Spyder.
* The current interpreter used by all Spyder plugins can be accessed now through the `executable` option
of the Main interpreter plugin.

In this release we fixed 37 issues and merged 52 pull requests that amount
to more than 230 commits. For a full list of fixes, please see our
* Add code signing to the standalone macOS installer.
* Add `openpyxml` and `defusedxml` to the packages bundled with the standalone Windows and macOS installers.
* New entry from the Editor context menu to `Show help for current object`.
* Improve UX/UI for the repositioning panes functionality.
* Fix several bugs related to the debugging functionality (remote kernels usage and Pdb history).
* Fix incompatibility with Pylint 2.14.0+.
* Fix Windows Python environment activation script with micromamba.
* Fix several bugs related with the Plots pane.
* Add `create_client_for_kernel` and `rename_client_tab` to the Ipython Console plugin so that other plugins can access to console creation like [Spyder-notebook](https://github.com/spyder-ide/spyder-notebook/pull/369).

In this release we fixed 33 issues and merged 54 pull requests that amount
to more than 249 commits. For a full list of fixes, please see our
[Changelog](https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md).

Don't forget to follow Spyder updates/news on the project's
Expand All @@ -37,7 +35,7 @@ creating your favorite environment!

Enjoy!

Carlos
Daniel


----
Expand Down

0 comments on commit ccf9337

Please sign in to comment.