Skip to content

Releases: armindarvish/consult-gh

v2.1

07 Jan 14:03
368ef0e
Compare
Choose a tag to compare

Summary

Fixes bugs in v2.0 and updates Emacs requirement to Emacs>30.0.

What's Changed

Full Changelog: v2.0...v2.1

v2.0

19 Dec 05:16
1acaf7b
Compare
Choose a tag to compare

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

V1.0

28 Jul 21:29
077c076
Compare
Choose a tag to compare

Summary

Updates to asynchronous process, which alllows searching asynchronously using consult-async.

Adds some important new features:

  • search for pull-requests, codes, files, ...
  • integration with magit/forge
  • better implementation of cloning/forking, ...
  • built-in support for creating new repositories

What's Changed

New Contributors

Full Changelog: 0.12...1.0

V0.12

08 Oct 20:28
Compare
Choose a tag to compare

This is the last release before the major update to use consult-sync.

First Release

29 Jun 14:52
9fc046e
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
Merge pull request #33 from armindarvish/develop

minor refactor in consult-gh-embrak