Skip to content

Commit 2e500e4

Browse files
authored
Prepare for the v0.1.1 release (#28)
1 parent a916dbd commit 2e500e4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

517
Initial release of the `CompletionPredictor` module:

src/CompletionPredictor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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"

0 commit comments

Comments
 (0)