You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add mise tasks template provider ([#414](https://github.com/stevearc/overseer.nvim/issues/414)) ([00e01e6](https://github.com/stevearc/overseer.nvim/commit/00e01e68b92773fcd1fcd530c126faf2b6851007))
9
+
* add win border option for task win and form ([#468](https://github.com/stevearc/overseer.nvim/issues/468)) ([7fc4d8f](https://github.com/stevearc/overseer.nvim/commit/7fc4d8feb3df05bb9e7b71a876c828c90231c814))
10
+
* config option to disable template providers ([4c796a6](https://github.com/stevearc/overseer.nvim/commit/4c796a69f886a270ea62e8509bbc1f72438b8946))
11
+
***npm:** add support for glob pattern in npm workspaces and pnpm-workspaces.yaml ([#463](https://github.com/stevearc/overseer.nvim/issues/463)) ([42d15cd](https://github.com/stevearc/overseer.nvim/commit/42d15cd7846f9198eb4bdc08c85a653effc05b76))
12
+
***on_output_quickfix:** param to focus quickfix window on open ([ebe6030](https://github.com/stevearc/overseer.nvim/commit/ebe6030cb635d36d8df7316716ba3e75b72e2618))
13
+
14
+
15
+
### Bug Fixes
16
+
17
+
***cargo:** add schedule_wrap to cargo command callback (fix [#456](https://github.com/stevearc/overseer.nvim/issues/456)) ([36298ea](https://github.com/stevearc/overseer.nvim/commit/36298eab791cca87ac3a228933413d094423400e))
18
+
* fileWorkspaceFolder should respect current opened file ([#434](https://github.com/stevearc/overseer.nvim/issues/434)) ([b071fb5](https://github.com/stevearc/overseer.nvim/commit/b071fb5e1fa71f320fee0aa02e53f7f0621882a0))
19
+
* guard restarts against concurrent task dispose ([#465](https://github.com/stevearc/overseer.nvim/issues/465)) ([3a6c2cf](https://github.com/stevearc/overseer.nvim/commit/3a6c2cf66d7c8dab374bccf2409b27c607954c2a))
* make prev_task and next_task work ([#460](https://github.com/stevearc/overseer.nvim/issues/460)) ([00f16bd](https://github.com/stevearc/overseer.nvim/commit/00f16bd83e06d921dce308c262b3aeae596e2be0))
22
+
* replace deleted files.join with vim.fs.joinpath ([#469](https://github.com/stevearc/overseer.nvim/issues/469)) ([e423223](https://github.com/stevearc/overseer.nvim/commit/e4232238b940b3b39be66e029c92e98ef1f35e48))
23
+
***taskfile:** send correct target name in generator ([#466](https://github.com/stevearc/overseer.nvim/issues/466)) ([9b6811c](https://github.com/stevearc/overseer.nvim/commit/9b6811cf677e35f6cfaee743db1f1284e3556668))
24
+
***windows:** normalize file path before extracting module name ([#459](https://github.com/stevearc/overseer.nvim/issues/459)) ([1023f1c](https://github.com/stevearc/overseer.nvim/commit/1023f1c0e9096c0e309dc419c3406208689670fb))
0 commit comments