Skip to content

Releases: armindarvish/consult-gh

v2.6

14 Jul 22:51
82834b0
Compare
Choose a tag to compare

Summary

  • Adds support for Github Actions (workflows and runs) see #235
  • Fixes issues with conversion between markdown and org-mode (see #236)
  • Fixes other minor issues

What's Changed

  1. Add support for GitHub Actions workflows and runs by @armindarvish in #235

  2. Fix markdown to org conversion by handling failed regex matches by @armindarvish in #236

  3. Release Version 2.6 with GitHub Actions Support and Bug Fixes by @armindarvish in #237

  4. Update README by @armindarvish in #238

  5. * Add ability to rerun GitHub Actions runs and jobs by @armindarvish in #239

  6. * Add C-c C-c keybinding for consult-gh-run-view-mode to rerun workflows by @armindarvish in #240

    Full Changelog: v2.5.1...v2.6

v2.5.1

08 Jun 17:46
d640f86
Compare
Choose a tag to compare

Summary

Fixes an issue with parsing titles of topics (comments, issues, pull-requests, …) in non org-mode (e.g. gfm-mode, markddown-mode, etc.) buffers.

What's Changed

Full Changelog: v2.5...v2.5.1

v2.5

22 May 06:14
c3513c6
Compare
Choose a tag to compare

Summary

  • adds comprehensive release management features
  • adds tooltips
  • improves the performance of markdown to org-mode conversion

What's Changed

  • Update to v2.5 with Release Management, Tooltips, and more by @armindarvish in #231

Full Changelog: v2.4...v2.5

v2.4

17 Apr 16:01
3a35259
Compare
Choose a tag to compare

Summary

  • Refactors completion-at-point functions, and adds support for completing references to issues with title (e.g. =#title= now can be competed to issue number), and improved the overall behavior of completion functions.
  • Fixes an issue with loading the repo without the internet (see #226) by deferring loading user organizations list.
  • Fixes handling of project names that contain "," in their name.
  • Fixes the default key binding for "C-c C-c" in consult-gh-pr-view-mode buffers to comment on codes inside a source block.
  • Fixes adding repos to history when using consult-gh-orgs
  • Adds consult-gh-dashboard-state-to-show to filter items in the dashboard by their state (open or closed)
  • Other minor fixes

What's Changed

Full Changelog: v2.3...v2.4

v2.3

10 Mar 04:00
a1c307d
Compare
Choose a tag to compare

Summary

Major update that adds new features.

BREAKING CHANGEs:

  • update consult dependency to version 2.0 to use the new consult API.

OTHER MAJOR CHANGES:

  • adds integration with pr-review package (see consult-gh-with-emacs-pr-review.el)
  • change the default actions to viewing within Emacs.
  • add the ability to load sections in issues or prs (like comments, commits, ...) dynamically
  • improve creating pull requests (add ability to see diffs, commits, etc.)
  • fix permission check when editing issues or prs.
  • add a new minor-mode consult-gh-misc-view-mode

What's Changed

Full Changelog: v2.2...v2.3

v2.2

16 Jan 16:36
987b670
Compare
Choose a tag to compare

Summary

Improve embark actions and menus, reduce dependencies, and improve backward compatibility for emacs version <30

What's Changed

Full Changelog: v2.1...v2.2

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.