We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26806f commit 4d7d0f5Copy full SHA for 4d7d0f5
docs/CHANGELOG.md
@@ -1,3 +1,19 @@
1
+## 0.3.8:
2
+
3
+* Use-Git can now be extended (#140, #97), letting you add PowerShell parameters to any git command
4
+* Initial input extensions
5
+ * git.clone.input (#141) (--progress is inferred so Write-Progress happens automagically)
6
+ * git.log.input (#142) (Added -Before/-After/-Author/-CurrentBranch)
7
+ * git.commit.input (#144) (Added -Message/-Body/-Title/-Trailer)
8
+* Other Improvements:
9
+ * git log will not process --pretty/--format (Fixes #143)
10
+ * git log now supports .Trailers (Fixes #112)
11
+ * git remote formatting improved (Fixes #145)
12
+ * git remote now works for multiple remotes (Fixes #136)
13
+ * Updated logo (#139)
14
15
+---
16
17
## 0.3.7:
18
19
* git remote
0 commit comments