|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [3.0.0](https://github.com/RedsXDD/neopywal.nvim/compare/v2.6.0...v3.0.0) (2026-04-05) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* **config:** Overwriting highlight groups across both colorscheme styles now has to be done inside the "all" table, e.g.: |
| 9 | +* **config:** Overwriting colors across both colorscheme styles now has to be done inside the "all" table, e.g.: |
| 10 | +* **palette:** The "use_wallust" and "colorscheme_file" options have been removed in favour of the "use_palette" option. |
| 11 | +* **config:** remove "styles.lsp" backwards compatability |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* **config:** add "dark/light" options to "custom_colors" ([9d496c9](https://github.com/RedsXDD/neopywal.nvim/commit/9d496c98511520aec1433683d3c4c604d5a94d28)) |
| 16 | +* **config:** add "dark/light" options to "custom_highlights" ([1534b19](https://github.com/RedsXDD/neopywal.nvim/commit/1534b19c6b19d40989e9864e8647f0a438f26786)) |
| 17 | +* **editor:** improve diff syntax colors ([7e531e7](https://github.com/RedsXDD/neopywal.nvim/commit/7e531e71dc744874f331b23bed4a9458cda6c294)) |
| 18 | +* **editor:** improve Pmenu background color ([5f1b09b](https://github.com/RedsXDD/neopywal.nvim/commit/5f1b09ba761df6cc9a0a2d5380fdee0ae2206dfc)) |
| 19 | +* **editor:** improve TabLineSel highlight ([9b4e013](https://github.com/RedsXDD/neopywal.nvim/commit/9b4e01395fc88385f48fc1f1b4079a72077fc4e4)) |
| 20 | +* **get_colors:** make extra_colors param behaves as custom_colors ([9bd8c83](https://github.com/RedsXDD/neopywal.nvim/commit/9bd8c83ff78219dae43242625cefc7e440faf7c4)) |
| 21 | +* improve styles of dashboard plugins ([eb31878](https://github.com/RedsXDD/neopywal.nvim/commit/eb318782d782ee1357095766972a5b153a28793e)) |
| 22 | +* **interactive:** add interactive mode ([fa13d2a](https://github.com/RedsXDD/neopywal.nvim/commit/fa13d2a4a9e9b44049145a28775ccf4f02815807)) |
| 23 | +* **lsp:** improve LspReference highlights ([accafa2](https://github.com/RedsXDD/neopywal.nvim/commit/accafa2a3ee1da5f71f1895abedd68131fa82e39)) |
| 24 | +* **mini.icons:** improve fallback icon color ([9331a1c](https://github.com/RedsXDD/neopywal.nvim/commit/9331a1cf72ffd33ee285f05b07922d8a164947f7)) |
| 25 | +* **palette:** add "dark/light" palette options ([df179ff](https://github.com/RedsXDD/neopywal.nvim/commit/df179ff0697301164ec21215d9ab14e20bac18e9)) |
| 26 | +* **plugins:** add blink.cmp ([4534676](https://github.com/RedsXDD/neopywal.nvim/commit/453467601ecd6668797363f5fd6be333accf3c4f)) |
| 27 | +* **plugins:** add mini.snippets ([615e8c7](https://github.com/RedsXDD/neopywal.nvim/commit/615e8c7946cabde4eafe4f1fb3de508fedac8f18)) |
| 28 | +* **plugins:** add nvim-navbuddy ([61653ec](https://github.com/RedsXDD/neopywal.nvim/commit/61653ecd33fe4f08b370fcacec49a5eee9bd3910)) |
| 29 | +* **plugins:** add snacks.nvim ([26cceac](https://github.com/RedsXDD/neopywal.nvim/commit/26cceac0810f902b33c4fc63b32d164390ddb1c9)) |
| 30 | +* **plugins:** improve bg of "leap" plugins ([a07b63a](https://github.com/RedsXDD/neopywal.nvim/commit/a07b63a4ba80a76ba147bcab95f3e62c808efca8)) |
| 31 | +* **snacks:** add nvchad style ([943846c](https://github.com/RedsXDD/neopywal.nvim/commit/943846c2cb21d662b1986c7fdcb00535d4be34ff)) |
| 32 | +* **treesitter:** improve type highlights ([c40f105](https://github.com/RedsXDD/neopywal.nvim/commit/c40f105bc55e27b3a7ebc9ea8ba862cbbfc3eff4)) |
| 33 | +* **utils/color:** support hsl color space ([7b5b6b1](https://github.com/RedsXDD/neopywal.nvim/commit/7b5b6b112aec7c2c7efbe74cadf0424680ab0133)) |
| 34 | + |
| 35 | + |
| 36 | +### Bug Fixes |
| 37 | + |
| 38 | +* **config:** properly recompile if neovide is detected ([543bd93](https://github.com/RedsXDD/neopywal.nvim/commit/543bd93d2dd91a50f4f2065cac30239c369d5141)) |
| 39 | +* **editor:** eob characters being mistakenly visible ([b42301e](https://github.com/RedsXDD/neopywal.nvim/commit/b42301e4203f0416a82312593eead03f07b6505a)) |
| 40 | +* **mapper:** support non-existent modules ([a66a612](https://github.com/RedsXDD/neopywal.nvim/commit/a66a6120e937fcd89e0e4370c0e6f2dd2ff5968f)) |
| 41 | +* **mini.files:** wrong bg color for buffer titles ([b14a6b0](https://github.com/RedsXDD/neopywal.nvim/commit/b14a6b0ebfd198d5addf1da7947ca5d6b15670b4)) |
| 42 | +* **palette:** invalid path sep on windows ([928d112](https://github.com/RedsXDD/neopywal.nvim/commit/928d112194d26210545da735e73fee68568e2d79)) |
| 43 | + |
| 44 | + |
| 45 | +### Performance Improvements |
| 46 | + |
| 47 | +* **palettes:** convert palettes into .lua ([669eaae](https://github.com/RedsXDD/neopywal.nvim/commit/669eaae0e2aac566a023c01e3718d7a3866ae01a)) |
| 48 | + |
| 49 | + |
| 50 | +### Code Refactoring |
| 51 | + |
| 52 | +* **config:** remove "styles.lsp" backwards compatability ([c5abf50](https://github.com/RedsXDD/neopywal.nvim/commit/c5abf50d8af65814119d67a1b108e7b84215ba9e)) |
| 53 | + |
3 | 54 | ## [2.6.0](https://github.com/RedsXDD/neopywal.nvim/compare/v2.5.0...v2.6.0) (2024-08-09) |
4 | 55 |
|
5 | 56 |
|
|
0 commit comments