From c9d27f0c52bc995646d5ba5bf39df21d848b81f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:02:44 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- CHANGELOG.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12dc2d4..b83f1c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,3 @@ -## [0.3.3](https://github.com/YeferYV/RetroNvim/compare/v0.3.2...v0.3.3) (2025-07-03) - - -### Bug Fixes - -* **ci:** PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for ripdrag build ([f7cb9a4](https://github.com/YeferYV/RetroNvim/commit/f7cb9a4220095bae2d84bae6ee97608d99b44e03)) -* **wezterm:** auto load retronvim's profile.ps1 ([525404e](https://github.com/YeferYV/RetroNvim/commit/525404e8691c353cd66f4bf32ed0a13d6c09c5a2)) - ## [0.4.3](https://github.com/YeferYV/RetroNvim/compare/v0.4.2...v0.4.3) (2026-03-07) @@ -115,6 +107,20 @@ * **kanata:** short scroll doesn't scroll wezterm ([acf7a09](https://github.com/YeferYV/RetroNvim/commit/acf7a09918badab47b9136712b3876ad7153d5bb)) * **yazi:** run detached mpv ([c2072ca](https://github.com/YeferYV/RetroNvim/commit/c2072cac6f059db52fcf939eb1b22cb9d31ddffc)) +## [0.3.3](https://github.com/YeferYV/RetroNvim/compare/v0.3.2...v0.3.3) (2025-07-03) + + +### Bug Fixes + +* **ci:** PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR for ripdrag build ([f7cb9a4](https://github.com/YeferYV/RetroNvim/commit/f7cb9a4220095bae2d84bae6ee97608d99b44e03)) +* **wezterm:** auto load retronvim's profile.ps1 ([525404e](https://github.com/YeferYV/RetroNvim/commit/525404e8691c353cd66f4bf32ed0a13d6c09c5a2)) + +## [0.3.2](https://github.com/YeferYV/RetroNvim/compare/v0.3.1...v0.3.2) (2025-07-02) + + +### Bug Fixes +* **ci:** release 0.3.1 generated and published package only for macos and fail to generate packages for linux and windows + ## [0.3.1](https://github.com/YeferYV/RetroNvim/compare/v0.3.0...v0.3.1) (2025-07-01) @@ -159,6 +165,16 @@ * **nvim:** rewriting a minimal flash.nvim since plugins tends to change (gets broken) ([9f70a5c](https://github.com/YeferYV/RetroNvim/commit/9f70a5cd7d3dea675d34fd260887c14c687fd5d6)) * **nvim:** vim.fn.sign_define() will be deprecated in neovim v0.12 ([05b2c5e](https://github.com/YeferYV/RetroNvim/commit/05b2c5ecc1f4c21bfb917a25f4acb036f1cc868d)) +## [0.2.3](https://github.com/YeferYV/RetroNvim/compare/v0.2.2...v0.2.3) (2025-02-15) + +### Bug Fixes + +- **nvim:** removing nvim-treesitter since LSP supports semantic token colorization and foldexpr ([94915f0](https://github.com/YeferYV/RetroNvim/commit/94915f021eb5522753818438575687f3c829e6f2)) +- **nvim:** `v:lua.vim.treesitter.foldexpr()` stops working on new opened buffers ([17b4006](https://github.com/YeferYV/RetroNvim/commit/17b40063823e3265208da221877d7d0c48d0538e)) +- **nvim:** `` is `{ silent = true}` (`:` is not) to prevent confirmation on small screen ([e307cee](https://github.com/YeferYV/RetroNvim/commit/e307ceea6227668d18c6cdd73abd352572191d0e)) +- **nvim:** indent_at_cursor = false (inside vscode) ([2b906d6](https://github.com/YeferYV/RetroNvim/commit/2b906d6cc3fb1c38d0032eee01cd598cdf85c9e3)) +- **zsh:** ZDOTDIR is overwrited by `code --locate-shell-integration-path` ([20ff9c0](https://github.com/YeferYV/RetroNvim/commit/20ff9c04651f80e9da829bd9416ae2966f122eea)) + ## [0.2.2](https://github.com/YeferYV/RetroNvim/compare/v0.2.1...v0.2.2) (2025-01-30)