File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 0.1.1] - 2023-05-03
4+
5+ - Set ` tooltip ` only if it's different from the completion text (#26 )
6+ - Move the git handler into its own folder (#25 )
7+ - Make ad-hoc fixes for issues found out while using the module (#23 )
8+ - Add argument prediction for some basic git command (#21 )
9+ - Allow argument completion on ` cd ` and ` dir ` (#20 , #27 )
10+ - Set the predictor Runspace name (#16 ) (Thanks @ThomasNieto !)
11+ - Update .psd1 file to include the project uri (#18 )
12+
13+ [ 0.1.1 ] : https://github.com/PowerShell/PSReadLine/compare/v0.1.0...v0.1.1
14+
315## [ 0.1.0] - 2022-04-06
416
517Initial release of the ` CompletionPredictor ` module:
Original file line number Diff line number Diff line change 33#
44
55@ {
6- ModuleVersion = ' 0.1.0 '
6+ ModuleVersion = ' 0.1.1 '
77 GUID = ' dab36133-7065-440d-ac9a-821187afc400'
88 Author = ' PowerShell'
99 CompanyName = " Microsoft Corporation"
You can’t perform that action at this time.
0 commit comments