From ccf9337f73b686727803e279c1e99744431755df Mon Sep 17 00:00:00 2001 From: dalthviz Date: Wed, 13 Jul 2022 14:02:03 -0500 Subject: [PATCH] Update Announcements --- Announcements.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/Announcements.md b/Announcements.md index c1a37474263..530d84ca516 100644 --- a/Announcements.md +++ b/Announcements.md @@ -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 @@ -37,7 +35,7 @@ creating your favorite environment! Enjoy! -Carlos +Daniel ----