Skip to content

Commit

Permalink
Add file for tracking changes in each build
Browse files Browse the repository at this point in the history
  • Loading branch information
lzybkr committed Sep 13, 2013
1 parent c5351dd commit aa03cdd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Version 1.0.0.1

New features:
* History imported when module is loaded
* Ctrl+End/Ctrl+Home bindings emulate cmd
* Arbitrary two key chords
* Key handlers passed the invoking key and an optional argument
* Made Ding public for custom handlers

Bugs fixed:
* Alternate keyboards now supported
* Ctrl-C now properly emulates cmd

Breaking changes:
* MinimumHistoryCommandLength parameter removed from Set-PSReadlineOption
- Can use this instead:
Set-PSReadlineOption -AddToHistoryHandler { $args[0].Length -gt 3 }

### Version 1.0.0.1

Initial release

0 comments on commit aa03cdd

Please sign in to comment.