|
1 |
| -## ugit 0.4.4: |
| 1 | +## ugit 0.4.5: |
2 | 2 |
|
3 | 3 | > Like It? [Star It](https://github.com/StartAutomating/ugit)
|
4 | 4 | > Love It? [Support It](https://github.com/sponsors/StartAutomating)
|
5 | 5 |
|
| 6 | +* git improvements |
| 7 | + * `git clone` |
| 8 | + * git clone -Since improvements (#276) |
| 9 | + * git clone -Since time period (#277) |
| 10 | + * `git log` |
| 11 | + * git.log.Trailer (#305) |
| 12 | + * git.log.Description (#304) |
| 13 | + * git.log.Scope (#303) |
| 14 | + * git.log.CommitType (#301) |
| 15 | + * git.log.CommitDate (#309) |
| 16 | + * git.log.Change(s) (#306) |
| 17 | + * git.log.note(s) (#296) |
| 18 | + * git log accumulation improvement (#308) |
| 19 | + * git log parsing improvement (#306,#308,#309) |
| 20 | + * git.log.JiraTicket(s) (#313) |
| 21 | + * git log -TicketNumber(s) (#315) |
| 22 | + * `git commit` |
| 23 | + * git commit -OnBehalfOf (#275) |
| 24 | + * git commit -CoAuthoredBy (#274) |
| 25 | + * git commit -SkipCI (#320) |
| 26 | +* Container improvements |
| 27 | + * Container.init.ps1 (#279,#280) |
| 28 | + * Container.start.ps1 (#281) |
| 29 | + * Container.stop.ps1 (#282) |
| 30 | +* Action improvements |
| 31 | + * Refactoring ugit action (#289,#290) |
| 32 | + * Testing action in branch (#288) |
| 33 | + * New Parameters: |
| 34 | + * `ActionScript` (#311) |
| 35 | + * `GitHubToken` (#317) |
| 36 | + * `NoCommit` (#318) |
| 37 | + * `NoPush` (#319) |
| 38 | + * `TargetBranch` (#316) |
| 39 | +* Workflow improvements |
| 40 | + * Fixing ugit workflow PublishTestResults (#287) |
| 41 | + * GitPub cleanup (#310) |
| 42 | +* New Examples: |
| 43 | + * ChangesByCommitType example (#302, #301) |
| 44 | + * ChangesByDayOfWeek example (#295) |
| 45 | + * ChangesByIssueNumber example (#294) |
| 46 | + * ChangesByUserName example (#293) |
| 47 | + * ChangesByExtension example (#292) |
| 48 | + * ReleaseNotes Example (#307) |
| 49 | + * TableOfCurrentBranch example (#291) |
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | +## ugit 0.4.4: |
| 54 | + |
6 | 55 | * ugit a container! (#262, #263, #264)
|
7 | 56 | * `docker run --interactive --tty ghcr.io/startautomating/ugit`
|
8 | 57 | * `git checkout` improvements
|
|
14 | 63 | * `git checkout -FromBranch [string]` (#270)
|
15 | 64 | * `git checkout -RevisionNumber/-ParentNumber [int]` (#271)
|
16 | 65 | * `git sparse-checkout` improvements
|
17 |
| - * `git sparse-checkout -FileFilter [string[]]` ( Fixes #257 ) |
18 |
| - * `git sparse-checkout -DirectoryFilter [string[]]` ( Fixes #258 ) |
| 66 | + * `git sparse-checkout -FileFilter [string[]]` (#257) |
| 67 | + * `git sparse-checkout -DirectoryFilter [string[]]` (#258) |
19 | 68 | * `git branch -Remote [switch]` (#185)
|
20 | 69 | * `git config --list` outputs as objects (#265)
|
21 | 70 | * `git --format json` outputs as objects (#239)
|
@@ -272,7 +321,7 @@ Also, some improvements to the GitHub Action:
|
272 | 321 |
|
273 | 322 | ## ugit 0.1.8:
|
274 | 323 | * Adding Support for git checkout (#38)
|
275 |
| -* Use-Git: Avoiding unwanted confirmation ( Fixing #39 ) |
| 324 | +* Use-Git: Avoiding unwanted confirmation ( Fixing #39) |
276 | 325 |
|
277 | 326 | ---
|
278 | 327 |
|
|
0 commit comments