Skip to content

Commit

Permalink
Update Announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Nov 8, 2023
1 parent 88a4822 commit 37cfd95
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
33 changes: 24 additions & 9 deletions Announcements.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
# Minor release to list

**Subject**: [ANN] Spyder 5.4.5 is released!
**Subject**: [ANN] Spyder 5.5.0 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.4.5** has been released and is available for
I'm pleased to announce that Spyder **5.5.0** has been released and is available for
Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases

This release comes six weeks after version 5.4.4 and it contains the
following important fixes:

* Fix Editor scrollflags error on Python 3.7

In this release we fixed 2 issues and merged 1 pull requests that amount
to more than 6 commits. For a full list of fixes, please see our
This release comes ten weeks after version 5.4.5 and it contains the
following new features and important fixes:

* Drop support for Python 3.7
* Drop support for PyQt < 5.10
* Improvements to the logic that checks available updates and the update messages
* Improvements to the syntax highlighting for `match`/`case` keywords
* Improved compatibility for the standalone installer with Windows Server 2016
* Additional information about Spyder available through `spyder.appdata.xml`
* Fix Outline Explorer `Display variables and attributes` option
* Fix disabling completion and linting providers
* Fix errors when removing language servers configurations
* Fix Editor replace all occurences when using backslashes
* Fix errors when restarting external kernels
* Fix error when using the Online help with Python 3.11
* Fix debugging after errors via the `%debug` magic
* Fix compatibility with Python 2 environments/custom interpreters
* Fix application window disappearing when changing monitors
* Fix PYTHONPATH manager logic to get user environment variables and detect possible `site-packages` directories

In this release we fixed 26 issues and merged 42 pull requests that amount
to more than 151 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 Down
6 changes: 3 additions & 3 deletions changelogs/Spyder-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Drop support for Python 3.7
* Drop support for PyQt < 5.10
* Improvements to the logic that checks available updates and the update messages
* Improvements to the syntax higlighting for `match`/`case` keywords
* Improvements to the syntax highlighting for `match`/`case` keywords
* Improved compatibility for the standalone installer with Windows Server 2016
* Additional information about Spyder available through `spyder.appdata.xml`

Expand All @@ -22,8 +22,8 @@
* Fix error when using the Online help with Python 3.11
* Fix debugging after errors via the `%debug` magic
* Fix compatibility with Python 2 environments/custom interpreters
* Fix application window disapearing when changing monitors
* Fix PYTHONPATH manager logic to get user environemt variables and detect possible `site-packages` directories
* Fix application window disappearing when changing monitors
* Fix PYTHONPATH manager logic to get user environment variables and detect possible `site-packages` directories

### Issues Closed

Expand Down

0 comments on commit 37cfd95

Please sign in to comment.