From 9edf838ed4d89a90907f006c9e07a34b97f148b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:46:43 +0000 Subject: [PATCH] chore(main): release 2.4.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894980b..ccfd782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.4.0](https://github.com/cpea2506/one_monokai.nvim/compare/v2.3.0...v2.4.0) (2025-02-19) + + +### Features + +* **themes/diagnostics:** replace underline with `undercurl` for `DiagnosticUnderline*` groups ([#90](https://github.com/cpea2506/one_monokai.nvim/issues/90)) ([e6fc362](https://github.com/cpea2506/one_monokai.nvim/commit/e6fc36204a9a4491a96cea6503dd2d8b96df3f39)) +* **themes:** add support for `nvim-treesitter-context` ([#96](https://github.com/cpea2506/one_monokai.nvim/issues/96)) ([4d9b7be](https://github.com/cpea2506/one_monokai.nvim/commit/4d9b7be6b51d2d15efa6b1c3810ee13cd48411bf)) + + +### Bug Fixes + +* **themes/`TabLine`:** conform to transparent background config ([#94](https://github.com/cpea2506/one_monokai.nvim/issues/94)) ([424a137](https://github.com/cpea2506/one_monokai.nvim/commit/424a137da0e95f269e0920ada3eb7fe58006d3e3)) +* **themes/`TabLine`:** remove `reverse` cterm ([#92](https://github.com/cpea2506/one_monokai.nvim/issues/92)) ([5f3a1f1](https://github.com/cpea2506/one_monokai.nvim/commit/5f3a1f107765d8158fbe98dc0894b41cf5f8196a)) + ## [2.3.0](https://github.com/cpea2506/one_monokai.nvim/compare/v2.2.0...v2.3.0) (2024-05-27)