diff --git a/CHANGELOG.md b/CHANGELOG.md index 98eed60..c661f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.5.0](https://github.com/linrongbin16/gitlinker.nvim/compare/v5.4.0...v5.5.0) (2026-06-07) + + +### Features + +* **actions:** support open link from powershell wsl ([#284](https://github.com/linrongbin16/gitlinker.nvim/issues/284)) ([#292](https://github.com/linrongbin16/gitlinker.nvim/issues/292)) ([e0b0c99](https://github.com/linrongbin16/gitlinker.nvim/commit/e0b0c99d6d70fdcf18f10ff4939ae32ee98c9c57)) +* respect vim.ui.open ([#303](https://github.com/linrongbin16/gitlinker.nvim/issues/303)) ([bfb1bae](https://github.com/linrongbin16/gitlinker.nvim/commit/bfb1bae40e7d03330d1eaf7f79397806e15340cc)) + + +### Bug Fixes + +* **setup:** detect whether plugin is loaded with global variable ([#301](https://github.com/linrongbin16/gitlinker.nvim/issues/301)) ([d7adb5e](https://github.com/linrongbin16/gitlinker.nvim/commit/d7adb5e4ba5bab4fd443a3f4c46af3f4c864685d)) +* **wsl:** fix windows wsl2 detection ([#295](https://github.com/linrongbin16/gitlinker.nvim/issues/295)) ([bbe2a12](https://github.com/linrongbin16/gitlinker.nvim/commit/bbe2a1254fc8fce21f3bbf9a020266a1c49799f7)) + ## [5.4.0](https://github.com/linrongbin16/gitlinker.nvim/compare/v5.3.0...v5.4.0) (2026-01-16) diff --git a/version.txt b/version.txt index 8a30e8f..d50359d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.4.0 +5.5.0