Releases: AnderssonPeter/PowerType
Releases · AnderssonPeter/PowerType
0.1.1
What's Changed
- added support for docker and more commads for git by @Juanma7882 in #41
- Upgraded to latest nuget packages (This requires PowerShell 7.5 or newer)
- Fixed bug in git stash pop suggestion (#39)
New Contributors
- @Juanma7882 made their first contribution in #41
Full Changelog: 0.1.0...0.1.1
0.1.0
New feature: the dynamic items like git branches now support refresh when certain commands are executed.
This should hopefully solve the display of stale suggestions.
0.0.18
Merge branch 'main' of https://github.com/AnderssonPeter/PowerType
0.0.17
Handle integers when parsing the command line
0.0.16: Construct a Uri builder in a different way to support linux file paths.
Pre-release
Hopefully this fixes the Linux Uri issue
0.0.15
Test release to check if we can get power type to run on none windows OS.
Full Changelog: 0.0.14...0.0.15
0.0.14
Added nvm for windows dictionary
0.0.13
Changed prediction id to not conflict with the azure predictor! (thanks @Megasware128 for noticing my misstake!)
0.0.12
Added git fetch, log, diff, branch, blame, cherry-pick, revert, tag, annotate, apply.
0.0.11
Added branch suggestion to git merge