Skip to content

Commit

Permalink
Update Announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed May 9, 2020
1 parent 68f51ea commit bb921d4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Announcements.md
@@ -1,34 +1,34 @@
# Minor release to list

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

This release comes two weeks after version 4.1.1 and it contains the
This release comes five weeks after version 4.1.2 and it contains the
following new features and important fixes:

- New features
* Add a new entry to the status bar to show the current state of Python
language server. This will allow users to know if completions, linting and
folding are working as expected or have issues. Clicking on this entry will
also show a menu from which is possible to restart the server manually.
* New files are saved now as Utf-8 (instead of as Ascii).
* Make functionality to go to the previous/next cursor more intuitive.
* New dark and light themes for the Online Help pane.

- Important fixes
* Completely disable warning informing to restart Spyder when a screen
resolution is detected on macOS.
* Show an error message when it's not possible to create a special console
for Sympy, Cython or Pylab.
* Restore code folding for all files with less than 2000 lines.
* Fix showing help for dot object (e.g. `np.sin`) in the IPython console.
* Fix showing kernel initialization error messages on Windows.

In this release we fixed 16 issues and merged 23 pull requests that amount
to more than 120 commits. For a full list of fixes, please see our
* Make Spyder work on Python 3.8 and Windows.
* Fix several startup crashes related to problems with Kite.
* Fix contrast issues present in several syntax highlighting themes.
* Fix "Directly enter debugging when errors appear" run option.
* Fix startup crash when Spyder is using the Brazilian Portuguese translation.
* Fix segfault on Unix systems when removing plots.
* Correctly position linting markers when code is folded in the editor.
* Correctly show variables while debugging in the Variable Explorer.

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

Don't forget to follow Spyder updates/news on the project's
Expand Down

0 comments on commit bb921d4

Please sign in to comment.