Skip to content

Commit 2a3450d

Browse files
committed
Beta2
1 parent bf36369 commit 2a3450d

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

PSReadLine/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// [assembly: AssemblyVersion("1.0.*")]
3939
[assembly: AssemblyVersion("2.0.0.0")]
4040
[assembly: AssemblyFileVersion("2.0.0")]
41-
[assembly: AssemblyInformationalVersion("2.0.0-beta1")]
41+
[assembly: AssemblyInformationalVersion("2.0.0-beta2")]
4242

4343

4444
[assembly: SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")]

PSReadLine/Changes.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
### Version 2.0
1+
### Version 2.0.0-beta2
2+
3+
Pre-release notes:
4+
5+
Bug fixes:
6+
7+
* Fix issue with keyboard layout changes (#667) (Thanks @powercode)
8+
* Fix cursor placement after window resize (#682) (Thanks @jianyunt)
9+
* Fix rendering of long lines on non-Windows (#686) (Thanks @jianyunt)
10+
* Fix Ctrl+h/Backspace on non-Windows (#619) (Thanks @daxian-dbw)
11+
* Fix some custom key bindings on Windows (#580) (Thanks @daxian-dbw)
12+
* Fixed CompleteMenu in vi insert mode (#651) (Thanks @srdubya)
13+
* Fix ExtraPromptLineCount for ClearScreen (#634) (Thanks @daxian-dbw)
14+
* Support color escape sequences in PromptText (#653) (Thanks @powercode)
15+
* Support Ctrl+u in vi insert mode (#628) (Thanks @srdubya)
16+
* Fix keys needing AltGr (#617)
17+
* Fix vi-mode cursor placement issues (#623) (Thanks @srdubya)
18+
* Ignore exceptions when setting OutputEncoding
19+
* Fix hang on closing on pre-Win10 (#609)
20+
* Enable Ctrl+c on non-Windows (#610)
21+
* Improve VT emulation for pre-Win10 (#605)
22+
23+
### Version 2.0.0-beta1
224

325
Pre-release notes:
426

0 commit comments

Comments
 (0)