From a5f2fbd0115c24a95ddfdaf0fdebc436c21011c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 03:20:05 +0000 Subject: [PATCH] chore(main): release 0.4.9 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d03468..543e420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,18 @@ * **zsh:** getting multiples ~/.cache/zcompdump.some-id + hide suggestion after pressing tab ([8cad67f](https://github.com/YeferYV/RetroNvim/commit/8cad67f2d5f59a17fa5d87cec381cf2074e89c3a)) * **zsh:** OSC 11 and DECRQM sequences leaks on yazi inside terax workaround ([b87df6d](https://github.com/YeferYV/RetroNvim/commit/b87df6d2f0042d5c7c2c5009e9002803582d8d2a)) +## [0.4.9](https://github.com/YeferYV/RetroNvim/compare/v0.4.8...v0.4.9) (2026-08-09) + + +### Bug Fixes + +* **.conda:** aarch64 support ([e2980f9](https://github.com/YeferYV/RetroNvim/commit/e2980f99f1de3bd00874cc71779332ff95891c72)) +* **mise.yaml:** mise from conda-forge doesn't work on windows ([415d918](https://github.com/YeferYV/RetroNvim/commit/415d91843458c8dfc1eb87141156777b2795bfbb)) +* **retronvim.yaml:** trampoline not generating shim from nvim.cmd ([d7cbb37](https://github.com/YeferYV/RetroNvim/commit/d7cbb37cc223e08d443ffb5c203bb386fd562774)) +* **retronvim.yaml:** trampoline_configuration/nvim.json prefers nvim.exe instead of nvim.cmd ([b59e1b5](https://github.com/YeferYV/RetroNvim/commit/b59e1b50f05ff9903d9ab65cc5200fd74ed6e3e0)) +* **zsh:** `ctrl+r` conflicts with builtin `zsh-autosuggestions` ([ad52cfc](https://github.com/YeferYV/RetroNvim/commit/ad52cfc9748b840d707a2aba4686c08e8f3bb932)) +* **zsh:** builtin zsh-autosuggestion clear ghost text after pressing enter ([c993f09](https://github.com/YeferYV/RetroNvim/commit/c993f09ec0e43c406138409477103ba0fe275b5c)) + ## [0.4.8](https://github.com/YeferYV/RetroNvim/compare/v0.4.7...v0.4.8) (2026-06-15) diff --git a/package.json b/package.json index f2bffab..78f1070 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "name": "YeferYV", "url": "https://github.com/YeferYV" }, - "version": "0.4.8", + "version": "0.4.9", "engines": { "vscode": "^1.85.0" },