diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b958a..e58c6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,15 @@ * **yazi:** powershell splits `%*` by white-spaces not by end-of-line ([6fa640d](https://github.com/YeferYV/RetroNvim/commit/6fa640d7c98189f052bbe946fefbcdf8e054d573)) * **yazi:** removing devour which is not supported on wayland ([d8fd227](https://github.com/YeferYV/RetroNvim/commit/d8fd22767700e4ab0cf7b85cf4cb89673b855587)) +## [0.4.5](https://github.com/YeferYV/RetroNvim/compare/v0.4.4...v0.4.5) (2026-03-12) + + +### Bug Fixes + +* **nvim:** nightly neovim CSI-U doesn't detect `shift+number` from kitty keyboard protocol on Windows ([b839964](https://github.com/YeferYV/RetroNvim/commit/b8399643102a7c374620531c5fda44f7745c07b4)) +* **nvim:** treesitter support from helix ([72acbef](https://github.com/YeferYV/RetroNvim/commit/72acbef51b6223fd465f71f420d2f368b9f7bc75)) +* **powershell:** code.exe doesn't support `--locate-shell-integration-path` ([9664008](https://github.com/YeferYV/RetroNvim/commit/96640080bb2714fe373fc18ef0230cf9658086c1)) + ## [0.4.4](https://github.com/YeferYV/RetroNvim/compare/v0.4.3...v0.4.4) (2026-03-07) diff --git a/package.json b/package.json index 109c215..674095b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "name": "YeferYV", "url": "https://github.com/YeferYV" }, - "version": "0.4.4", + "version": "0.4.5", "engines": { "vscode": "^1.85.0" },