Skip to content

Commit a047a07

Browse files
authored
Update ChangeLog and version for 2.0.0-rc2 release (#1296)
1 parent 4e75a91 commit a047a07

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

PSReadLine/Changes.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
### Version 2.0.0-rc1
221

322
Pre-release notes:

PSReadLine/PSReadLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
77
<AssemblyVersion>2.0.0.0</AssemblyVersion>
88
<FileVersion>2.0.0</FileVersion>
9-
<InformationalVersion>2.0.0-rc1</InformationalVersion>
9+
<InformationalVersion>2.0.0-rc2</InformationalVersion>
1010
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)