File tree 2 files changed +24
-2
lines changed 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 38
38
// [assembly: AssemblyVersion("1.0.*")]
39
39
[ assembly: AssemblyVersion ( "2.0.0.0" ) ]
40
40
[ assembly: AssemblyFileVersion ( "2.0.0" ) ]
41
- [ assembly: AssemblyInformationalVersion ( "2.0.0-beta1 " ) ]
41
+ [ assembly: AssemblyInformationalVersion ( "2.0.0-beta2 " ) ]
42
42
43
43
44
44
[ assembly: SuppressMessage ( "Microsoft.Design" , "CA1026:DefaultParametersShouldNotBeUsed" ) ]
Original file line number Diff line number Diff line change 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
2
24
3
25
Pre-release notes:
4
26
You can’t perform that action at this time.
0 commit comments