Changelog:
- New features
- New logo, splash screen and design for the "About Spyder" dialog.
- Support Rich and Colorama in the IPython console.
- Pasting code in the Editor and IPython console preserves indentation.
- New API features
- Add a new registration mechanism for plugins that allow bidirectional dependencies among them.
- Important Fixes
- Fix loading internal plugins, which prevents a crash at startup in Python 3.8+ and issues with completion and linting in other versions.
- Fix several critical bugs in the Outline pane.
- Restore ability to ignore linting messages with inline comments in the Editor. Supported comments include # noqa and # analysis:ignore.
- Improve code completion performance in the Editor.
- Decrease startup time.
- Support Jedi 0.18 and Parso 0.8
- Catch any error when trying to detect if Kite installers are available.
Full changelog here
Depends on D11634 D11638 D11639 D11640
Signed-off-by: Algent Albrahimi <algent@protonmail.com>