File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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+
117## 0.3.7:
218
319* git remote
Original file line number Diff line number Diff line change 11@ {
2- ModuleVersion = ' 0.3.7 '
2+ ModuleVersion = ' 0.3.8 '
33 RootModule = ' ugit.psm1'
44 FormatsToProcess = ' ugit.format.ps1xml'
55 TypesToProcess = ' ugit.types.ps1xml'
@@ -17,6 +17,22 @@ PrivateData = @{
1717 LicenseURI = ' https://github.com/StartAutomating/ugit/blob/main/LICENSE'
1818 BuildModule = @ (' EZOut' , ' Piecemeal' , ' PipeScript' )
1919 ReleaseNotes = @'
20+ ## 0.3.8:
21+
22+ * Use-Git can now be extended (#140, #97), letting you add PowerShell parameters to any git command
23+ * Initial input extensions
24+ * git.clone.input (#141) (--progress is inferred so Write-Progress happens automagically)
25+ * git.log.input (#142) (Added -Before/-After/-Author/-CurrentBranch)
26+ * git.commit.input (#144) (Added -Message/-Body/-Title/-Trailer)
27+ * Other Improvements:
28+ * git log will not process --pretty/--format (Fixes #143)
29+ * git log now supports .Trailers (Fixes #112)
30+ * git remote formatting improved (Fixes #145)
31+ * git remote now works for multiple remotes (Fixes #136)
32+ * Updated logo (#139)
33+
34+ ---
35+
2036## 0.3.7:
2137
2238* git remote
You can’t perform that action at this time.
0 commit comments