From 8e701da79f3fd7c44c3e8ad1aed6512aedc50191 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 07:47:36 -0800 Subject: [PATCH] chore(master): release 1.3.1 (#221) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e332083..8d204e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.3.1](https://github.com/stevearc/overseer.nvim/compare/v1.3.0...v1.3.1) (2023-12-23) + + +### Bug Fixes + +* can close overseer sidebar if it's the last window open ([#218](https://github.com/stevearc/overseer.nvim/issues/218)) ([ffd7be7](https://github.com/stevearc/overseer.nvim/commit/ffd7be72399715112e1a4908d6587fa7ea805a26)) +* cargo-make task search pattern ([#227](https://github.com/stevearc/overseer.nvim/issues/227)) ([95bd2d4](https://github.com/stevearc/overseer.nvim/commit/95bd2d45af543238e25919ad2d9793a8cf61ac38)) +* disallow empty bundle name ([#223](https://github.com/stevearc/overseer.nvim/issues/223)) ([400e762](https://github.com/stevearc/overseer.nvim/commit/400e762648b70397d0d315e5acaf0ff3597f2d8b)) +* don't open new buffer when closing overseer task list ([5e84981](https://github.com/stevearc/overseer.nvim/commit/5e8498131867cd1b7c676ecdd1382ab2fd347dde)) +* incorrect handling of vim.fn.executable return value ([6f462a6](https://github.com/stevearc/overseer.nvim/commit/6f462a61ce9a5f47743cbf78454bed14a855eb03)) +* **mix:** invoke in the folder of the mix.exs ([#241](https://github.com/stevearc/overseer.nvim/issues/241)) ([27795de](https://github.com/stevearc/overseer.nvim/commit/27795de05f6f72fd1bc19b6cbba287e2516f37f9)) +* on_result_diagnostics_quickfix preserves window focus ([#237](https://github.com/stevearc/overseer.nvim/issues/237)) ([6e3ab7e](https://github.com/stevearc/overseer.nvim/commit/6e3ab7e803dbda13fa6270f1b37ad68bad8141e5)) +* remove type restriction when searching for justfile ([#222](https://github.com/stevearc/overseer.nvim/issues/222)) ([0be4966](https://github.com/stevearc/overseer.nvim/commit/0be4966c0bd2010eaabd5b4b8e34902807b756fb)) +* set cwd to package dir in npm template ([#228](https://github.com/stevearc/overseer.nvim/issues/228)) ([1e64be8](https://github.com/stevearc/overseer.nvim/commit/1e64be857562607041d02ee775f593f3a01f9137)) +* support 'note' and 'info' quickfix types in on_result_diagnostics ([#220](https://github.com/stevearc/overseer.nvim/issues/220)) ([4b811f8](https://github.com/stevearc/overseer.nvim/commit/4b811f8283dde37b38cb369a6397933c30eacaf3)) + ## [1.3.0](https://github.com/stevearc/overseer.nvim/compare/v1.2.0...v1.3.0) (2023-10-06)