File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 2.0.0-rc2
2
+
3
+ Pre-release notes:
4
+
5
+ Bug fixes:
6
+
7
+ * Add `ProjectUri` in module manifest (#1245)
8
+ * Fix docs to note the `-PromptText` parameter of `Set-PSReadLineOption` is now of the `String[]` type (#1244) (Thanks @heaths)
9
+ * Update key bindings in sample and docs now that the `Shift` key is inferred (#1248)
10
+ * Update `HelpInfoURI` of the `PSReadLine` module to point to latest help content (#1251)
11
+ * Fix `RepeatLastCharSearch` and `RepeatLastCharSearchBackwards` to not flip their functionalities (#1253) (Thanks @mikebattista)
12
+ * Fix the exception when searching history with `ctrl+r` or `ctrl+s` (#1256)
13
+ * Preserve and clear the saved current line properly to make the history operations work as expected (#1259)
14
+ * Update release build with compliance tasks (#1260)
15
+ * Update README.md to put `PSReadLine` and `PowerShellGet` in backtick quotes (#1280)
16
+ * Fix a few VI edit mode issues (#1262)
17
+ * Fix and enhance `SmartInsertQuote` to work better with closing braces, keywords and variables (#1288, #1289) (Thanks @theaquamarine)
18
+ * Allow `InsertPairedBraces` to wrap selected text (#1293) (Thanks @theaquamarine)
19
+
1
20
### Version 2.0.0-rc1
2
21
3
22
Pre-release notes:
Original file line number Diff line number Diff line change 6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
7
<AssemblyVersion >2.0.0.0</AssemblyVersion >
8
8
<FileVersion >2.0.0</FileVersion >
9
- <InformationalVersion >2.0.0-rc1 </InformationalVersion >
9
+ <InformationalVersion >2.0.0-rc2 </InformationalVersion >
10
10
<TargetFrameworks >net461;netcoreapp2.1</TargetFrameworks >
11
11
</PropertyGroup >
12
12
You can’t perform that action at this time.
0 commit comments