Releases: Kaiser-Yang/blink-cmp-git
Releases · Kaiser-Yang/blink-cmp-git
v3.0.0
BREAKING CHANGES
- no longer support sync mode
- no longer support non-pre-cache mode
What's Changed
- fix: escape characters in
magicby @nxwbxdy in #53 - ci: add a formatter by @Kaiser-Yang in #8
- Better async by @TheLeoP in #57
New Contributors
Full Changelog: v2.4.0...v3.0.0
v2.4.0
What's new?
- use
upstreamto get url, then fallback tooriginby default - highlight support for icon, kind name, id and title
What's Changed
- feat: highlight support by @Kaiser-Yang in #49
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's New?
- Commit support in octo files.
- More reasonable auto cache reloading.
What's Changed
- feat: octo-commit by @Kaiser-Yang in #46
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's new
- only fetch open PRs and issues by default
get_remoate_namesupport, default toorigin
Bugs fixed
- icons disappear
- disable
CLICOLOR_FORCE
What's Changed
- Fetch only open issues/PRs by default by @chrisgrieser in #45
New Contributors
- @chrisgrieser made their first contribution in #45
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's New
get_cwdsupport.
What's Changed
- fix:a typo by @MuntasirSZN in #32
- feat:
get_cwdoption by @Kaiser-Yang in #34
New Contributors
- @MuntasirSZN made their first contribution in #32
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Important
This will be a break feature for those who do some customization.
What's new
- use
apito get the information for issues and prs - fallback to
curlwhenghorglabare not installed get_tokensupport
What's Changed
- v2.0.0 by @Kaiser-Yang in #29
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's New
draftstate for prs of github- more detailed docs for configuring icons and highlight
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Important
This may be a break feature for those who configure separate_output.
What's new
- decouple
separate_ouput get_kind_name,get_label,get_documentation, andget_insert_textare available- fix error on
resolve_documentationof mention - remove nil and empty string from documentation
What's Changed
- refactor by @Kaiser-Yang in #25
Full Changelog: v0.5.0...v1.0.0
v0.5.0
What's New
- gitlab support
- more resonable default documentation
What's Changed
- v0.5.0 by @Kaiser-Yang in #22
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's New
- get all states (open, close, merged) issues and prs by default
- sorters support, those below are default sorters:
- sort commits by date
- sort contributors by the number of contributions
- sort issues and pr as: open issues, open PRs, closed issues, merged PRs, closed PRs.
Full Changelog: v0.3.2...v0.4.0