Skip to content

Commit 54a0863

Browse files
committed
Update version.
1 parent 81a1574 commit 54a0863

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

Changes.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### Version 1.0.0.2
2+
3+
New features:
4+
* Add a "demo mode" that shows keys pressed
5+
* Add ETW event source for demo mode, key logger, macro recorder etc.
6+
* Undo/redo
7+
* Get-PSReadlineOption cmdlet
8+
* Make specifying key handlers for builtins simpler
9+
* Current un-entered line is saved and recalled when cycling through history
10+
* Support syntax coloring of member names
11+
12+
Bugs fixed:
13+
* Speed up pasting from the console
14+
* Fix coloring of some operators
15+
* Fix coloring in some command arguments
16+
* Ctrl-C is handled a little better
17+
18+
Breaking changes:
19+
* CLR 4.5 is now required.
20+
* SetBufferState is gone because it doesn't support Undo/Redo
21+
122
### Version 1.0.0.1
223

324
New features:

PSReadLine/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.1")]
36+
[assembly: AssemblyFileVersion("1.0.0.2")]

PSReadline.zip

8.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)