Skip to content

v2.0

Compare
Choose a tag to compare
@armindarvish armindarvish released this 19 Dec 05:16
· 203 commits to main since this release
1acaf7b

Summary

Major update that enables several new features, including:

  • Ability to switch accounts (multi-account)
  • Support for alternative hosts (e.g. GitHub Enterprise)
  • Ability to add comments to issues/PRs without the forge package
  • Ability to do code review (comments on PRs, comments on code lines in a PR, ...)
  • Ability to create repositories, issues or pull requests from within emacs (e.g. support =gh repo create=)
  • Introduces minor modes:
    consult-gh-embark-mode: for enabling/disabling embark actions
    consult-gh-forge-mode: for enabling/diabling forge integration
    consult-gh-issue-view-mode: for buffers that view issues
    consult-gh-pr-view-mode: for buffers that view pull requests
    consult-gh-topics-edit-comment-mode: for editing comments

For more details, see the CHANGELOG.org

What's Changed

New Contributors

Full Changelog: 1.0...v2.0