-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'trunk' into release for version 2.5.0
- Loading branch information
Showing
73 changed files
with
1,566 additions
and
1,183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,62 @@ | |
|
||
This changelog does not follow semantic versioning. | ||
|
||
## UNRELEASED | ||
|
||
### Added | ||
|
||
- Added a `-R` flag to the comment subcommand that allows you to | ||
reply to a comment with the given ID. | ||
|
||
### Fixed | ||
|
||
- In various configuration places and environment variables where | ||
boolean values are accepted you can now specify `true` as a truthy | ||
value. | ||
|
||
Submitted by: Gavin-John Noonan <[email protected]> | ||
|
||
- The configure script now exits gracefully whenever a required | ||
program couldn't be found. | ||
|
||
Reported by: Alexey Ugnichev <[email protected]> | ||
|
||
- A bug genereting invalid JSON when adding labels to a GitHub issue | ||
was fixed. | ||
|
||
- The reviews cache directory is now automatically created if it | ||
doesn't exist avoiding a 'No such file or directory' error when | ||
invoking the review action for the first time. | ||
|
||
Reported by: Bence Ferdinandy <[email protected]> | ||
|
||
- A few bugs in the patch parser have been fixed: | ||
|
||
- Under rare conditions hunk ranges were incorrectly parsed | ||
- Parser errors when a diff included lines starting with a backslash | ||
(e.g. when there is no newline at the end of file) were fixed | ||
|
||
Reported by: Bence Ferdinandy <[email protected]> | ||
|
||
- The installation location of the manual pages of gcli has been | ||
fixed. The latest release accidentially installed manual pages to | ||
`${DESTDIR}${PREFIX}/share/man` instead of | ||
`${DESTDIR}${PREFIX}/share/man/manX`. | ||
|
||
Reported by: Bence Ferdinandy <[email protected]> | ||
|
||
### Changed | ||
|
||
- The pipelines subcommand has been refactored to accept actions | ||
for pipelines. This allows cases where a pipeline triggers child | ||
pipelines to be handled properly. | ||
|
||
See `gcli-pipelines(1)` for documentation. | ||
|
||
Reported by: Bence Ferdinandy <[email protected]> | ||
|
||
### Removed | ||
|
||
## 2.4.0 (2024-June-28) | ||
|
||
### Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.