Skip to content

v2.4

Compare
Choose a tag to compare
@armindarvish armindarvish released this 17 Apr 16:01
· 44 commits to main since this release
3a35259

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