Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored and github-actions[bot] committed Aug 9, 2024
1 parent 665fe70 commit e48101b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## <a name="v0.4.0">v0.4.0</a> - 2024-08-09

This release adds support for configuring the behavior of git-spice
with use of the `git config` command.
See <https://abhinav.github.io/git-spice/cli/config/> for details.

### Added
- Support defining custom shorthands with git-config by setting `spice.shorthand.*`.
- submit: Support opting out or reducing navigation comment frequency with the --nav-comment flag. The spice.submit.navigationComment configuration option may be used for the same purpose.
- Add `spice.log.all` option to always set --all for `gs log long` and `gs log short`.
- auth: Allow setting GitHub URLs with git-config.
- cli: Support custom shorthands with the `spice.shorthand.*` configuration option.
- submit: Support opting out or reducing navigation comment frequency with the --nav-comment flag.
The accompanying `spice.submit.navigationComment` configuration option may also be used instead.
- log: Add a `spice.log.all` configuration option to default to `--all` for `gs ls` and `gs ll`.
- GitHub Enterprise: Allow setting the GitHub URL and API URL with the
`spice.forge.github.url` and `spice.forge.github.apiUrl` configuration options.
### Changed
- GitHub Enterprise: `GITHUB_API_URL` is now optional. If not set, we'll guess it from the GitHub URL.

Expand Down

0 comments on commit e48101b

Please sign in to comment.