Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@herrhotzenplotz herrhotzenplotz released this 23 May 09:03
· 895 commits to release since this release

Version 1.1.0

This is version 1.1.0 of gcli.

Notes

I have changed the versioning scheme to major.minor.patch.

Please test and report bugs.

You can download autotoolized tarballs at: https://herrhotzenplotz.de/gcli/releases/gcli-1.1.0/

Bug Fixes

  • Fixed 'Validation failed' error with GitHub issues
  • Print an error message when missing actions for a specific item
    (like issues, pulls, etc.)
  • Prevent text pretty printer for accidentially skipping the string
    NUL-terminator
  • Fix segmentation fault when listing GitLab repositories
  • Enforce _XOPEN_SOURCE to be set to 600 in the build system, this
    fixes some warnings on glibc systems.

New features

  • Add an action to deassign issues from milestones (milestone -d in
    issues subcommand)
  • When merging pull requests delete the source branch by default
    now. This can be inhibited through the .gcli file or by specifying
    a flag to the merge action.
  • Add a -A filter option to the pulls subcommand that searches only
    for pull requests by a given author.