Skip to content

0.9.0

Compare
Choose a tag to compare
@nedbat nedbat released this 24 Apr 20:51
· 112 commits to main since this release

Added

  • GitHub enterprise support: you can use URLs pointing to your own GitHub Enterprise installation. Only a single host can be used. Thanks, Henry Gessau.
  • A "search:" entry in the configuration file will find issues or pull requests matching the query.
  • Items in the configuration file can have title: to set an explicit title.

Deprecated

  • The pull_requests: configuration setting is deprecated in favor of search:. pull_requests: org:my_org becomes search: org:my_org is:pr.