Skip to content

Releases: Kaiser-Yang/blink-cmp-git

v3.0.0

09 May 12:20

Choose a tag to compare

BREAKING CHANGES

  • no longer support sync mode
  • no longer support non-pre-cache mode

What's Changed

New Contributors

Full Changelog: v2.4.0...v3.0.0

v2.4.0

16 Feb 07:13

Choose a tag to compare

What's new?

  • use upstream to get url, then fallback to origin by default
  • highlight support for icon, kind name, id and title

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

14 Feb 06:41

Choose a tag to compare

What's New?

  • Commit support in octo files.
  • More reasonable auto cache reloading.

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

13 Feb 09:22

Choose a tag to compare

What's new

  • only fetch open PRs and issues by default
  • get_remoate_name support, default to origin

Bugs fixed

  • icons disappear
  • disable CLICOLOR_FORCE

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

12 Feb 03:31

Choose a tag to compare

What's New

  • get_cwd support.

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

11 Feb 08:17

Choose a tag to compare

Important

This will be a break feature for those who do some customization.

What's new

  • use api to get the information for issues and prs
  • fallback to curl when gh or glab are not installed
  • get_token support

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0

10 Feb 11:21

Choose a tag to compare

What's New

  • draft state for prs of github
  • more detailed docs for configuring icons and highlight

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Feb 14:50

Choose a tag to compare

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, and get_insert_text are available
  • fix error on resolve_documentation of mention
  • remove nil and empty string from documentation

What's Changed

Full Changelog: v0.5.0...v1.0.0

v0.5.0

09 Feb 09:14

Choose a tag to compare

What's New

  • gitlab support
  • more resonable default documentation

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

08 Feb 09:38

Choose a tag to compare

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