v2.4
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
- Update default actions and permission checks in consult-gh by @armindarvish in #224
- fix docstring by @armindarvish in #225
- Enhance consult-gh with refactored completion functions, and some overall improvement of behavior and peformance by @armindarvish in #228
- fix auth switch hook to update orgs by @armindarvish in #229
- Improved Embark Actions Organization and Readability in consult-gh by @armindarvish in #230
Full Changelog: v2.3...v2.4