|
| 1 | +### Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 4 | + |
| 5 | +### [v0.8.0](https://github.com/custom-git/custom-git-bash/compare/v0.7.0...v0.8.0) |
| 6 | + |
| 7 | +> 25 September 2021 |
| 8 | +
|
| 9 | +### Features |
| 10 | +- **new-command**: `custom-git-explorer` - explore all the operations that custom-git supports ([3d7f2da](https://github.com/custom-git/custom-git-bash/commit/3d7f2da472f962f57853a9391868897c5bcbf3af)) |
| 11 | +* **custom-git-explorer:** press `ctrl-d` to visit the web page of the highlighted operation. ([e2c67a8](https://github.com/custom-git/custom-git-bash/commit/e2c67a875e519bd5fb304178c8cd0f3b792b23d3)) |
| 12 | +* **new-command**: `gpush` - executes `git push` |
| 13 | +* **new-command**: `gpull` - executes `git pull` ([35975cd](https://github.com/custom-git/custom-git-bash/commit/35975cd15c6a2a733ffd6d330813c1c7942f7eab)) |
| 14 | + |
| 15 | +### [v0.7.0](https://github.com/custom-git/custom-git-bash/compare/v0.6.4...v0.7.0) |
| 16 | + |
| 17 | +> 18 September 2021 |
| 18 | +
|
| 19 | +- **new-command**: `custom-git-update` - fetches the latest version of custom-git |
| 20 | +- **new-command**: `custom-git-uninstall` - uninstalls custom-git ([3ef8b01](https://github.com/custom-git/custom-git-bash/commit/3ef8b0168004d5f7c91ff4667b0b011081f858e2)) |
| 21 | + |
| 22 | +### [v0.6.4](https://github.com/custom-git/custom-git-bash/compare/v0.6.3...v0.6.4) |
| 23 | + |
| 24 | +> 10 August 2021 |
| 25 | +
|
| 26 | +- renamed `gbranchout` to `gbranchcreate` ([3f9d63a](https://github.com/custom-git/custom-git-bash/commit/3f9d63a487686562b66c525ed73b0340d2b131fd)) |
| 27 | + |
| 28 | +### [v0.6.3](https://github.com/custom-git/custom-git-bash/compare/v0.6.2...v0.6.3) |
| 29 | + |
| 30 | +> 10 August 2021 |
| 31 | +
|
| 32 | +### Feature |
| 33 | +- **gcommit**: sorted the .gitcommitscopes file on creation of a new commit scope ([63e090c](https://github.com/custom-git/custom-git-bash/commit/63e090cc173a3d852cb0d9a8485e387fb0a9dfdc)) |
| 34 | + |
| 35 | +### [v0.6.2](https://github.com/custom-git/custom-git-bash/compare/v0.6.1...v0.6.2) |
| 36 | + |
| 37 | +> 7 August 2021 |
| 38 | +
|
| 39 | +### Bug Fixes |
| 40 | +- **gcommit**: avoided creating .gitcommitscopes file beforehand ([026b80c](https://github.com/custom-git/custom-git-bash/commit/026b80c87a4388b657d3e9181a45b2be3830bec0)) |
| 41 | +- **init**: corrected the path custom-git's HOME directory ([39c5e02](https://github.com/custom-git/custom-git-bash/commit/39c5e020ba0a7b1eca07c1c0023d2beefea63305)) |
| 42 | + |
| 43 | +### [v0.6.1](https://github.com/custom-git/custom-git-bash/compare/v0.6.0...v0.6.1) |
| 44 | + |
| 45 | +> 2 August 2021 |
| 46 | +### Features |
| 47 | +- **gcommit**: multiple new commit scopes can be added one after the other ([577d1bd](https://github.com/custom-git/custom-git-bash/commit/577d1bdabe78fbcc9f3557416ee309602ece055c)) |
| 48 | +- **gbranchout**: made branch type optional [8a96882`](https://github.com/custom-git/custom-git-bash/commit/8a9688272e3aab38de316effc48fcd5d44ef8450) |
| 49 | + |
| 50 | +### [v0.6.0](https://github.com/custom-git/custom-git-bash/compare/v0.5.6...v0.6.0) |
| 51 | + |
| 52 | +> 1 August 2021 |
| 53 | +
|
| 54 | +### Feature |
| 55 | +- **new-command**: `gbranchout` - creats new branches with formatted names ([b366fab](https://github.com/custom-git/custom-git-bash/commit/b366fab2fb357cf8f5f8eddc9887b9acd38b3eec)) |
| 56 | + |
| 57 | +### [v0.5.6](https://github.com/custom-git/custom-git-bash/compare/v0.5.1...v0.5.6) |
| 58 | + |
| 59 | +> 1 August 2021 |
| 60 | +
|
| 61 | +### Features |
| 62 | +- **gcommit**: does not write duplicate commit scopes to the list ([99516e6](https://github.com/custom-git/custom-git-bash/commit/99516e6d7453d5134a7accab0328dfd92f4d947b)) |
| 63 | +- **gcommit**: added scope and description fzf headers ([1d64504](https://github.com/custom-git/custom-git-bash/commit/1d64504e3540d957d13955d132448f90fb4a1b13)) |
| 64 | + |
| 65 | +### Bug Fix |
| 66 | +- **gcommit**: exits if no files are staged ([b28ca87](https://github.com/custom-git/custom-git-bash/commit/b28ca871bab0d355bf6034d554474695f02a805a)) |
| 67 | + |
| 68 | +### [v0.5.0](https://github.com/custom-git/custom-git-bash/compare/v0.4.6...v0.5.0) |
| 69 | + |
| 70 | +> 29 July 2021 |
| 71 | +
|
| 72 | +### Feature |
| 73 | +- **new-command**: `gcommit` - follows https://conventionalcommits.org ([673283b](https://github.com/custom-git/custom-git-bash/commit/673283b4261e9f0e243492becaa1e5424929f5de)) |
| 74 | + |
| 75 | + |
| 76 | +### [v0.4.6](https://github.com/custom-git/custom-git-bash/compare/v0.4.0...v0.4.6) |
| 77 | + |
| 78 | +> 29 July 2021 |
| 79 | +
|
| 80 | +### Bug Fix |
| 81 | +- use init.zsh instead custom-git.zsh ([719cfe7](https://github.com/custom-git/custom-git-bash/commit/719cfe7bfc7ddea660e26e2cef50c44cbc3c85ef)) |
| 82 | + |
| 83 | +### [v0.3.1](https://github.com/custom-git/custom-git-bash/compare/v0.3.0...v0.3.1) |
| 84 | + |
| 85 | +> 4 July 2021 |
| 86 | +
|
| 87 | +### Bug Fix |
| 88 | +- fixed grestorestaged ([5125750](https://github.com/custom-git/custom-git-bash/commit/51257501a15d958a0d5a0d90f608ea77ee8d9c66)) |
| 89 | + |
| 90 | +### [v0.3.0](https://github.com/custom-git/custom-git-bash/compare/v0.2.0...v0.3.0) |
| 91 | + |
| 92 | + |
| 93 | +> 2 July 2021 |
| 94 | +
|
| 95 | +### Feature |
| 96 | +- **new-commands:** `gshow`, `glog` - show the status of the repository including staged, unstaged and untracked files ([a704211](https://github.com/custom-git/custom-git-bash/commit/a704211d1bfb9fd777d13d002691722de6eb5794)) |
| 97 | + |
| 98 | +### [v0.2.0](https://github.com/custom-git/custom-git-bash/compare/v0.1.0...v0.2.0) |
| 99 | + |
| 100 | +> 2 July 2021 |
| 101 | +
|
| 102 | +### Features |
| 103 | +- **new-command:** `grestore` - selects the unstaged (working tree) files to restore to HEAD.([a525b28](https://github.com/custom-git/custom-git-bash/commit/a525b2802d3c7b484405422832d66ed78c52e8e5)) |
| 104 | +- **new-command:** `grestorestaged` - selects the files to unstage. |
| 105 | +- **new-command:** `gdiff` - shows changes of all the files (staged, unstaged, untracked etc.) ([1eb0991](https://github.com/custom-git/custom-git-bash/commit/1eb0991fe5866701ce1af6dcaec56cc769e5322b)) |
| 106 | +- enabled preview window in `gadd` ([ecc1a8f](https://github.com/custom-git/custom-git-bash/commit/ecc1a8ff4676efd6d9a4995ca881def9b1974d9e)) |
| 107 | + |
| 108 | +### v0.1.0 |
| 109 | + |
| 110 | +> 14 June 2021 |
| 111 | +
|
| 112 | +- Initial commit ([d9a8568](https://github.com/custom-git/custom-git-bash/commit/d9a8568b46bb358a98375cd2bab7eab589c48f02)) |
| 113 | + |
| 114 | +### Features |
| 115 | +- **new-command:** `gadd` - selects the modified or untracked files from a list to stage them for the next commit. ([d50a781](https://github.com/custom-git/custom-git-bash/commit/d50a781e05d60485b245aed536945e8d5dadfd3d)) |
| 116 | + |
| 117 | +### Bug Fixes |
| 118 | + |
| 119 | +- valid inputs to gadd "." or "-A" ([9b23271](https://github.com/custom-git/custom-git-bash/commit/9b23271a429b38de057e932085597e6de16c67ef)) |
| 120 | +- handled file state MM during `git status --short` ([1dbdc5f](https://github.com/custom-git/custom-git-bash/commit/1dbdc5ff827bcf3e44548d21280530e63ddeeabf)) |
0 commit comments