You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
6
7
-
## [Unreleased] (2.3.1)
7
+
## [2.3.1] - 2023-12-30
8
8
### Fixed
9
+
-[#172](https://github.com/ant-druha/intellij-powershell/issues/172): Console output forcibly wraps output to 80 characters
9
10
-[#160](https://github.com/ant-druha/intellij-powershell/issues/160): the `exit` keyword is now allowed in more positions in the parser
11
+
-[#166](https://github.com/ant-druha/intellij-powershell/issues/166): "Slow operations are prohibited on EDT" report about disk IO on run configuration startup
12
+
### Changed
13
+
- The **PowerShell** run configuration no longer reports certain kinds of internal exceptions; they will be properly reported
10
14
11
15
## [2.3.0] - 2023-10-29
12
16
### Changed
@@ -203,4 +207,5 @@ Initial editor and code completion support:
0 commit comments