Skip to content

Commit 9581f9f

Browse files
chore(main): release 0.4.3
1 parent 97d038f commit 9581f9f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
* **ci:** PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for ripdrag build ([f7cb9a4](https://github.com/YeferYV/RetroNvim/commit/f7cb9a4220095bae2d84bae6ee97608d99b44e03))
77
* **wezterm:** auto load retronvim's profile.ps1 ([525404e](https://github.com/YeferYV/RetroNvim/commit/525404e8691c353cd66f4bf32ed0a13d6c09c5a2))
88

9+
## [0.4.3](https://github.com/YeferYV/RetroNvim/compare/v0.4.2...v0.4.3) (2025-11-24)
10+
11+
12+
### Bug Fixes
13+
14+
* **keybinding.json:** `!inputFocus` doesn't trigger search key `/` ([7edfe73](https://github.com/YeferYV/RetroNvim/commit/7edfe730adf3b88562dddf8c32ea77772643d04c))
15+
* **nvim:** `jk` on visual mode is slow ([7d3a181](https://github.com/YeferYV/RetroNvim/commit/7d3a18143a82f0ae00816540da175a0bcb9a96dc))
16+
* **nvim:** `preview git hunk` deleted hunk takes out one line + terminal keymaps ([29a8e0a](https://github.com/YeferYV/RetroNvim/commit/29a8e0a70b0ab761a1df8ac52e93f547c26f52af))
17+
* **nvim:** `preview git hunk` with `[directory]` now works ([ec679bb](https://github.com/YeferYV/RetroNvim/commit/ec679bbf08928e490aba0b296f9a37fb7adccefa))
18+
* **nvim:** consolelog.nvim freezes mini.starter ([95092fc](https://github.com/YeferYV/RetroNvim/commit/95092fcace59aade80610183d59c14a20c792dcd))
19+
* **nvim:** file change detection used by `next dev --turbopack`, `git`, etc ([97d038f](https://github.com/YeferYV/RetroNvim/commit/97d038fc28d0a428d45dfdbc7a68e409f3701b42))
20+
* **nvim:** manually start ConsoleLog since it breaks mini.starter ([f5f4800](https://github.com/YeferYV/RetroNvim/commit/f5f48006561907bb21f69817a5659de1448d615e))
21+
* **yazi:** fzf sorted ([658fa44](https://github.com/YeferYV/RetroNvim/commit/658fa4483d47d6ea480549e70ddfdde9c4b53d98))
22+
* **yazi:** removing devour which is not supported on wayland ([d8fd227](https://github.com/YeferYV/RetroNvim/commit/d8fd22767700e4ab0cf7b85cf4cb89673b855587))
23+
924
## [0.4.2](https://github.com/YeferYV/RetroNvim/compare/v0.4.1...v0.4.2) (2025-11-08)
1025

1126

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "YeferYV",
99
"url": "https://github.com/YeferYV"
1010
},
11-
"version": "0.4.2",
11+
"version": "0.4.3",
1212
"engines": {
1313
"vscode": "^1.85.0"
1414
},

0 commit comments

Comments
 (0)