diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7bfc861 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +## 1.0.0 (2025-11-01) + + +### ⚠ BREAKING CHANGES + +* updates lazylock & removes gitui extra + +### Features + +* add avante-prompts.lua for AI-powered code and text assistance ([1a26a0e](https://github.com/jmarcelomb/nvim/commit/1a26a0ef1ba50a27835ffaf81e7c2e32b9feac50)) +* add codecompanion.nvim plugin ([321c2d0](https://github.com/jmarcelomb/nvim/commit/321c2d08fd8428ff64980e160fb19f4622397262)) +* add lsp_lines.nvim plugin for enhanced LSP diagnostics display ([e02dc6a](https://github.com/jmarcelomb/nvim/commit/e02dc6a856587c3d6d09216a66a4cd534ca96c39)) +* add nvim-dbee plugin for database management ([dc27660](https://github.com/jmarcelomb/nvim/commit/dc27660fdc2d9028ea41f56411b731192c16b9c5)) +* add release automation and dependency management ([be1b8ba](https://github.com/jmarcelomb/nvim/commit/be1b8bad10379e453a999e103648b5f797ce10ce)) +* add rustowl.lua plugin ([321c2d0](https://github.com/jmarcelomb/nvim/commit/321c2d08fd8428ff64980e160fb19f4622397262)) +* add sidekick ai integration for terminal assistant ([9d84fab](https://github.com/jmarcelomb/nvim/commit/9d84faba9ff2dd654f5e64f92b21502b3563d487)) +* add terminal mode escape keybind ([5e0749c](https://github.com/jmarcelomb/nvim/commit/5e0749cf40687582afdf22e8ca3acfe561d5407d)) +* add tmux language support to treesitter ([a2abfae](https://github.com/jmarcelomb/nvim/commit/a2abfaeb2258df0a66c84b024c611aadf149a03a)) +* add vim-fetch plugin for opening files with line numbers ([c01d7d2](https://github.com/jmarcelomb/nvim/commit/c01d7d28f66ff04e1154f202882e46618e0ce63e)) +* adds everforest colorscheme ([b3f73f8](https://github.com/jmarcelomb/nvim/commit/b3f73f8d59824e8590cf1ad9581e6b385ddd43d9)) +* **avante.lua:** Add Ollama API integration ([30d48c5](https://github.com/jmarcelomb/nvim/commit/30d48c53be9a6e02307de4e46db432f853e6616d)) +* changes gemini to copilot in avante & adds cattpuccin ([0423bf3](https://github.com/jmarcelomb/nvim/commit/0423bf345840542fb28440d7b604139723b45f2a)) +* **colorscheme:** add commented configuration options for kanagawa ([466c5fb](https://github.com/jmarcelomb/nvim/commit/466c5fba9098b95d15cc242e694506544b9342c0)) +* enhance codecompanion.nvim by adding prompts and keybinds ([ed102e2](https://github.com/jmarcelomb/nvim/commit/ed102e273a80e25f81e781563256f3604c45dbde)) +* **mini.trailspace:** Add mini.trailspace plugin for whitespace management and highlight ([a683a85](https://github.com/jmarcelomb/nvim/commit/a683a85c07d6fdaf5febea06a9a08d24f86ee643)) +* **oil:** add lazy loading, keybindings, and preview on open ([4798ff7](https://github.com/jmarcelomb/nvim/commit/4798ff7cd6483b8f96f3d0781f82342cb49b0f0b)) +* replace codecompanion with avante.nvim ([7793988](https://github.com/jmarcelomb/nvim/commit/77939880f1dbccee9d1ced321550d69b7b07b60c)) +* **sidekick:** enable tmux multiplexer and float layout ([6015fff](https://github.com/jmarcelomb/nvim/commit/6015ffff49301678ce1321c8c839648bec68a619)) +* update plugin dependencies to latest versions ([2388820](https://github.com/jmarcelomb/nvim/commit/23888201a54fe838555bb8d1085ed67b20eafcce)) +* **yazi:** enable stable version and netrw replacement ([a2f7fd2](https://github.com/jmarcelomb/nvim/commit/a2f7fd29588c7b166466fa2ad72dc1602305c7e2)) + + +### Bug Fixes + +* **dap:** restructure plugin config and enable dap-ui ([9fa15ff](https://github.com/jmarcelomb/nvim/commit/9fa15ff7132fee0c13c118c6fc73f89c4faa720d)) +* **lint:** configure python linters to use virtualenv ([8e975db](https://github.com/jmarcelomb/nvim/commit/8e975db8d98ab1b794e3947a7cb231a36b65fdc9)) +* removes snacks dependendy to yazi so it doenst crash dashboard ([0b9be1e](https://github.com/jmarcelomb/nvim/commit/0b9be1e12729faa5d27811af0b690328cc091354)) +* **rocks:** fix nvim-dap-python error ([304c000](https://github.com/jmarcelomb/nvim/commit/304c00076cb9f0f342630de86e15709df9dfb5ef)) + + +### Miscellaneous Chores + +* updates lazylock & removes gitui extra ([e9c04f1](https://github.com/jmarcelomb/nvim/commit/e9c04f1c72a6dce96ef21068e18e67e8726f0fa9)) diff --git a/lazyvim.json b/lazyvim.json index 80cecd5..36663e5 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -29,4 +29,4 @@ "NEWS.md": "11866" }, "version": 8 -} \ No newline at end of file +}