Skip to content

Commit a75b7b6

Browse files
committed
Update CHANGELOG for v2023.3.2
1 parent fdd374a commit a75b7b6

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# PowerShell Extension Release History
22

3+
## v2023.3.2
4+
### Thursday, March 30, 2023
5+
6+
This is primarily a bug-fix focused release, and we want to say thanks to all our loyal
7+
preview extension users! The "PowerShell Preview" extension has now been officially
8+
deprecated, with "preview" releases now available via the "pre-release" option on the
9+
stable "PowerShell" extension in the marketplace. While you should be migrated
10+
automatically, feel free to just uninstall the preview and install the now one-and-only
11+
extension, but please keep testing our pre-releases! This change makes it much simpler to
12+
use, as you no longer have to switch between two different extensions and instead can use
13+
VS Code's marketplace to install your choice of version!
14+
15+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
16+
17+
- 🐛 👷 [vscode-powershell #4481](https://github.com/PowerShell/vscode-powershell/pull/4481) - Remove problematic `[RepoNames]` PowerShell class.
18+
- ✨ 👷 [vscode-powershell #4464](https://github.com/PowerShell/vscode-powershell/pull/4464) - Remove `preview` label from marketplace.
19+
- ✨ 👷 [vscode-powershell #3716](https://github.com/PowerShell/vscode-powershell/pull/4462) - Adopt the pre-release extension feature.
20+
- 🐛 ✂️ [vscode-powershell #4455](https://github.com/PowerShell/vscode-powershell/pull/4455) - Fix up "Calculated Property" snippet. (Thanks @DougDyreng!)
21+
- 🐛 📺 [vscode-powershell #4453](https://github.com/PowerShell/vscode-powershell/pull/4454) - Fix `GenerateBugReport` command to pre-fill template.
22+
- ✨ 🙏 [vscode-powershell #4425](https://github.com/PowerShell/vscode-powershell/pull/4425) - Hide last line in folded ranges for ISE Mode. (Thanks @fflaten!)
23+
- #️⃣ 🙏 [vscode-powershell #4417](https://github.com/PowerShell/vscode-powershell/pull/4417) - Fix up dependencies.
24+
25+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.3
26+
27+
- Documentation update and CI fix.
28+
- 🐛 🙏 [vscode-powershell #4443](https://github.com/PowerShell/PowerShellEditorServices/pull/2006) - Fix declaration detection for variables with type constraints.
29+
- ✨ 🙏 [vscode-powershell #3604](https://github.com/PowerShell/PowerShellEditorServices/pull/2003) - Add document symbols for `#region`.
30+
- ✨ 🙏 [PowerShellEditorServices #2000](https://github.com/PowerShell/PowerShellEditorServices/pull/2000) - Code clean-up and fixing end-to-end tests.
31+
- 🐛 🐢 [PowerShellEditorServices #1998](https://github.com/PowerShell/PowerShellEditorServices/pull/1998) - Support module-qualified calls for Pester keywords. (Thanks @fflaten!)
32+
- 🐛 🙏 [vscode-powershell #3192](https://github.com/PowerShell/PowerShellEditorServices/pull/1997) - Fix New-EditorFile adding content in current file. (Thanks @fflaten!)
33+
334
## v2023.3.2-preview
435
### Monday, March 27, 2023
536

0 commit comments

Comments
 (0)