Skip to content

Commit fdc0441

Browse files
chore(main): release 0.4.3
1 parent da27ca6 commit fdc0441

File tree

2 files changed

+35
-16
lines changed

2 files changed

+35
-16
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@
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-12-04)
10+
11+
12+
### Bug Fixes
13+
14+
* **extension.js:** faster way to open yazi ([da27ca6](https://github.com/YeferYV/RetroNvim/commit/da27ca6853ad8c22baee7a212dfb0fb9a0d34523))
15+
* **keybinding.json:** `!inputFocus` doesn't trigger search key `/` ([7edfe73](https://github.com/YeferYV/RetroNvim/commit/7edfe730adf3b88562dddf8c32ea77772643d04c))
16+
* **nvim:** `jk` on visual mode is slow ([7d3a181](https://github.com/YeferYV/RetroNvim/commit/7d3a18143a82f0ae00816540da175a0bcb9a96dc))
17+
* **nvim:** `preview git hunk` deleted hunk takes out one line + terminal keymaps ([29a8e0a](https://github.com/YeferYV/RetroNvim/commit/29a8e0a70b0ab761a1df8ac52e93f547c26f52af))
18+
* **nvim:** `preview git hunk` with `[directory]` now works ([ec679bb](https://github.com/YeferYV/RetroNvim/commit/ec679bbf08928e490aba0b296f9a37fb7adccefa))
19+
* **nvim:** consolelog.nvim freezes mini.starter ([95092fc](https://github.com/YeferYV/RetroNvim/commit/95092fcace59aade80610183d59c14a20c792dcd))
20+
* **nvim:** file change detection used by `next dev --turbopack`, `git`, etc ([97d038f](https://github.com/YeferYV/RetroNvim/commit/97d038fc28d0a428d45dfdbc7a68e409f3701b42))
21+
* **nvim:** manually start ConsoleLog since it breaks mini.starter ([f5f4800](https://github.com/YeferYV/RetroNvim/commit/f5f48006561907bb21f69817a5659de1448d615e))
22+
* **powershell:** bracket directory support + auto close for yazi ([d626ccb](https://github.com/YeferYV/RetroNvim/commit/d626ccb78cf27484f12cff68cbb6df38212faf59))
23+
* **settings.json:** vscode's git cannot find retronvim's git ([324ba7f](https://github.com/YeferYV/RetroNvim/commit/324ba7f0d9bc7b9c2bde6e59e7690b6e5250b032))
24+
* **yazi:** fzf sorted ([658fa44](https://github.com/YeferYV/RetroNvim/commit/658fa4483d47d6ea480549e70ddfdde9c4b53d98))
25+
* **yazi:** now powershell can be open inside bracket directory e.g. [directory] ([066713f](https://github.com/YeferYV/RetroNvim/commit/066713f3d0680c07b68c12dd25503a11c5290d24))
26+
* **yazi:** removing devour which is not supported on wayland ([d8fd227](https://github.com/YeferYV/RetroNvim/commit/d8fd22767700e4ab0cf7b85cf4cb89673b855587))
27+
928
## [0.4.2](https://github.com/YeferYV/RetroNvim/compare/v0.4.1...v0.4.2) (2025-11-08)
1029

1130

package.json

Lines changed: 16 additions & 16 deletions
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
},
@@ -55,16 +55,16 @@
5555
"url": "https://github.com/YeferYV/RetroNvim/issues"
5656
},
5757
"contributes": {
58-
"commands": [
59-
{
60-
"command": "retronvim.yazi",
61-
"title": "RetroNvim: Yazi"
62-
},
63-
{
64-
"command": "retronvim.lazygit",
65-
"title": "RetroNvim: Lazygit"
66-
}
67-
],
58+
"commands": [
59+
{
60+
"command": "retronvim.yazi",
61+
"title": "RetroNvim: Yazi"
62+
},
63+
{
64+
"command": "retronvim.lazygit",
65+
"title": "RetroNvim: Lazygit"
66+
}
67+
],
6868
"themes": [
6969
{
7070
"label": "retronvim_base16",
@@ -2472,11 +2472,11 @@
24722472
"key": "y",
24732473
"name": "+File Manager (alt+y reopens)",
24742474
"bindings": [
2475-
{
2476-
"key": "y",
2477-
"name": "yazi file manager",
2478-
"command": "retronvim.yazi"
2479-
},
2475+
{
2476+
"key": "y",
2477+
"name": "yazi file manager",
2478+
"command": "retronvim.yazi"
2479+
},
24802480
{
24812481
"key": "Y",
24822482
"name": "print sequence to export `y` command (on current terminal)",

0 commit comments

Comments
 (0)