Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 24 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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)


Expand Down Expand Up @@ -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:** `<cmd>` 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)


Expand Down