From c1ba80ccf6b3bd8c7fc88fe2e61085131d44ad65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:36:33 +0200 Subject: [PATCH] chore(main): release 4.5.1 (#951) :robot: I have created a release *beep* *boop* --- ## [4.5.1](https://github.com/folke/noice.nvim/compare/v4.5.0...v4.5.1) (2024-09-18) ### Bug Fixes * dont redraw when exiting. Fixes [#936](https://github.com/folke/noice.nvim/issues/936). Fixes [#921](https://github.com/folke/noice.nvim/issues/921) ([8c6a024](https://github.com/folke/noice.nvim/commit/8c6a02438f869e79e4d343683bc198ebf4b10d49)) * **hacks:** dont close timer multiple times during exit ([86a4891](https://github.com/folke/noice.nvim/commit/86a4891583d2374fbd6183c16ed46dc00ce37fba)) * **hacks:** only redraw cursor when cmdline is active. Fixes [#950](https://github.com/folke/noice.nvim/issues/950). Fixes [#937](https://github.com/folke/noice.nvim/issues/937). Fixes [#923](https://github.com/folke/noice.nvim/issues/923) ([3373ab5](https://github.com/folke/noice.nvim/commit/3373ab568c7cbf83f1244eab922ece9aeccde1fb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba37a95..4a832ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.5.1](https://github.com/folke/noice.nvim/compare/v4.5.0...v4.5.1) (2024-09-18) + + +### Bug Fixes + +* dont redraw when exiting. Fixes [#936](https://github.com/folke/noice.nvim/issues/936). Fixes [#921](https://github.com/folke/noice.nvim/issues/921) ([8c6a024](https://github.com/folke/noice.nvim/commit/8c6a02438f869e79e4d343683bc198ebf4b10d49)) +* **hacks:** dont close timer multiple times during exit ([86a4891](https://github.com/folke/noice.nvim/commit/86a4891583d2374fbd6183c16ed46dc00ce37fba)) +* **hacks:** only redraw cursor when cmdline is active. Fixes [#950](https://github.com/folke/noice.nvim/issues/950). Fixes [#937](https://github.com/folke/noice.nvim/issues/937). Fixes [#923](https://github.com/folke/noice.nvim/issues/923) ([3373ab5](https://github.com/folke/noice.nvim/commit/3373ab568c7cbf83f1244eab922ece9aeccde1fb)) + ## [4.5.0](https://github.com/folke/noice.nvim/compare/v4.4.7...v4.5.0) (2024-07-25)