Releases: PowerShell/PowerShellEditorServices
Releases · PowerShell/PowerShellEditorServices
v3.21.0
What's Changed
Enhancements & Features ✨
- README update LSP and DAP clients by @TheLeoP in #2162
- Mention debugging support in intellij-powershell by @ForNeVeR in #2173
- Pull suggested updates by @andyleejordan in #2184
- Add the ability to use either
.
or&
when launching script by @LucasArona in #2177 - Update PSScriptAnalyzer to 1.23.0 by @andyleejordan in #2187
- Migrate to DeployBox for release stage by @andyleejordan in #2188
Squashed Bugs 🐛
- Fix typo in README.md by @notetiene in #2163
- Switch VIM E2E tests to use nightly by @JustinGrote in #2183
- Fix unit test broken by GitHub Action image update by @andyleejordan in #2193
Other Changes 🙏
- Update packages by @andyleejordan in #2166
- Update build to support CFS for PowerShell modules by @andyleejordan in #2174
- Allow daily PowerShell test to fail by @andyleejordan in #2186
- Bump packages for component governance by @andyleejordan in #2194
New Contributors
- @TheLeoP made their first contribution in #2162
- @notetiene made their first contribution in #2163
- @ForNeVeR made their first contribution in #2173
- @LucasArona made their first contribution in #2177
Full Changelog: v3.20.1...v3.21.0
v3.20.1
What's Changed
Other Changes 🙏
- Service release with updated third-party notice and release pipeline.
Full Changelog: v3.20.0...v3.20.1
v3.20.0
What's Changed
Squashed Bugs 🐛
- Hotfix for incorrect signing certificate, sorry about that!
- Also removed Plaster integration as we were unable to correctly sign it since we no longer own it.
- Fix test deadlocks by @andyleejordan in #2159
Full Changelog: v3.19.0...v3.20.0
v3.19.0
What's Changed
Enhancements & Features ✨
- Support 'preview' in version by @andyleejordan in #2155
- Use a provided shell integration script directly by @andyleejordan in #2156
Other Changes 🙏
- Update clients that support debugging: Adding Neovim by @Willem-J-an in #2151
New Contributors
- @Willem-J-an made their first contribution in #2151
Full Changelog: v3.18.1...v3.19.0
v3.18.1
What's Changed
Enhancements & Features ✨
- Replace 1ES with OneBranch pipeline by @andyleejordan in #2150
Full Changelog: v3.18.0...v3.18.1
v3.18.0
v3.18.0
Tuesday, March 5, 2024
- ✨ 📟 PowerShellEditorServices #2148 - Update to PSReadLine v2.4.0-beta0.
- ✨ 📟 PowerShellEditorServices #2141 - Update to PSScriptAnalyzer v1.22.0.
- ✨ 👷 PowerShellEditorServices #2138 - Fixed sln file. (Thanks @dkattan!)
- #️⃣ 🙏 PowerShellEditorServices #2137 - Fixed TextReader disposal. (Thanks @dkattan!)
- 🐛#️⃣ 🙏 PowerShellEditorServices #2135 - Fix PowerShell 7.2 E2E unit test for last change.
- ✨ 🛫 PowerShellEditorServices #1855 - Add sane defaults to
Start-EditorServices
. - ✨#️⃣ 🙏 PowerShellEditorServices #2122 - Add
UseNullPSHostUI
config so apps hosting PSES can disable it. (Thanks @dkattan!) - 🐛 🧠 PowerShellEditorServices #2115 - Added null check to
GetCompletionsAsync
. (Thanks @dkattan!)
v3.17.0
v3.17.0
Thursday, January 25, 2024
- ✨ 🚂 PowerShellEditorServices #2132 - Remove
PowerShellEditorServices.VSCode
module /ContentViews
feature. - 🐛 🔍 PowerShellEditorServices #2130 - Fix up debugger attach handlers.
v3.16.0
v3.16.0
Wednesday, January 03, 2024
- 🐛 📟 vscode-powershell #4854 - Update shell integration script to fix command decorations.
- ✨ 🚨 PowerShellEditorServices #2124 - Test end-to-end with PowerShell Daily.
- ✨ 👷 PowerShellEditorServices #2114 - Add PowerShell 7.4 SDK and
net8.0
framework. - ✨ 🚨 PowerShellEditorServices #2110 - Switch to GitHub Actions for all CI.
v3.15.0
v3.15.0
Thursday, December 07, 2023
- 🐛 🔍 vscode-powershell #4816 - When the built-in
$null
was watched its value was incorrect. - 🐛 🚂 vscode-powershell #4814 - Allow
WorkspacePaths
to be empty if we're not in a workspace.
v3.14.0
v3.14.0
Tuesday, November 07, 2023
- 🐛 📟 vscode-powershell #4788 - Run
SetInitialWorkingDirectoryAsync
beforeLoadProfiles
. - 🐛 🙏 vscode-powershell #4784 - Ignore
didOpen
notifications forgit
schemed documents from VS Code. - 🐛 🙏 PowerShellEditorServices #2084 - Add
SortDocumentSymbols
to make the outline hierarchical (again).