Skip to content

Releases: stevearc/overseer.nvim

v1.4.0

16 May 19:17
8278265
Compare
Choose a tag to compare

1.4.0 (2024-05-16)

Features

Bug Fixes

  • add missing space after running glyph (#282) (dd701ed)
  • eslint and jshint problem matcher patterns (#260) (4855aef)
  • if fetching task by tags, ignore tasks with no tags (#252) (d3f9a02)
  • npm: smarter package.json file detection (#250) (facb48f)
  • problem matcher uses message from non-loop pattern (#247) (93cf38a)
  • refactor deprecated methods in neovim 0.10 (c1bbc26)
  • remove calls to deprecated tbl_add_reverse_lookup (b72f6d2)
  • run_in_cwd runs in current buffer by default (e532dbb)
  • set default winblend to 0 (#292) (7dc625d)
  • update type definitions for overseer.setup() (7ae60fc)
  • update type definitions for overseer.setup() (#289) (cd46ead)

v1.3.1

23 Dec 15:48
8e701da
Compare
Choose a tag to compare

1.3.1 (2023-12-23)

Bug Fixes

  • can close overseer sidebar if it's the last window open (#218) (ffd7be7)
  • cargo-make task search pattern (#227) (95bd2d4)
  • disallow empty bundle name (#223) (400e762)
  • don't open new buffer when closing overseer task list (5e84981)
  • incorrect handling of vim.fn.executable return value (6f462a6)
  • mix: invoke in the folder of the mix.exs (#241) (27795de)
  • on_result_diagnostics_quickfix preserves window focus (#237) (6e3ab7e)
  • remove type restriction when searching for justfile (#222) (0be4966)
  • set cwd to package dir in npm template (#228) (1e64be8)
  • support 'note' and 'info' quickfix types in on_result_diagnostics (#220) (4b811f8)

v1.3.0

06 Oct 03:56
62e8125
Compare
Choose a tag to compare

1.3.0 (2023-10-06)

Features

Bug Fixes

  • concatenate nil (#209) (8065976)
  • ignore case when searching for "justfile", support hidden files (#198) (2749d88)
  • is_absolute function on windows (ae0c54c)
  • lazy-load dap when patching (#213) (b24a027)
  • npm task type for VS Code tasks (#211) (dbc7bcf)
  • on_output_write_file creates parent dir if necessary (b24e90d)
  • parent tasks sort to top above dependencies (#199) (4e654e1)
  • save and restore sidebar window view (#216) (3258e2a)
  • VSCode problem matcher conversion to parser (#211) (83a22c0)

v1.2.0

13 Sep 06:56
fc35ba7
Compare
Choose a tag to compare

1.2.0 (2023-09-13)

Features

Bug Fixes

  • expose the patch_dap method (c1ef281)
  • guard teardown in task bundle selector (#192) (c6ec203)
  • resession extension only saves data if any tasks present (8a83090)
  • search for VS Code tasks in cwd first (#188) (b1cd700)

v1.1.0

01 Sep 23:46
19aac04
Compare
Choose a tag to compare

1.1.0 (2023-09-01)

Features

  • add additional commands to cargo (#172) (514a5e1)
  • add buffer-local variable linking buffers to task ID (#169) (4d046a1)

Bug Fixes

  • chunk lost when parsing output from stdout (#185) (d4118da)
  • gcc problem matcher regular expression on windows (#178) (4f8ea34)
  • invalid highlight group for neovim 0.8 (b44fd57)
  • orchestrator strategy can set cwd for individual tasks (#174) (16ac26a)
  • orchestrator tasks clobber cwd set by builder function (#180) (cdee07c)
  • precalculate VS Code task variables (#181) (020f63d)
  • shell task accepts components and strategy params (#182) (18c06d3)
  • type errors and annotations (667dc5f)

v1.0.0

27 Jun 21:31
5564d0d
Compare
Choose a tag to compare

1.0.0 (2023-06-27)

⚠ BREAKING CHANGES

  • don't auto-add on_result_diagnostics to VS Code tasks (#163)
  • search for tasks relative to open file
  • announce new requirement for Neovim 0.8+
  • restart_on_save component param "path" -> "paths"
  • Support for VS Code Azure func tasks

Features

  • accepte 'None' binding to avoid default bindings (3c69de0)
  • add problemMatcher from vscode-cpptools (d1858b0)
  • add 'order' to params to allow defining UI order (0aeba9b)
  • add a 'shell' template for running raw commands (05835f6)
  • add a composer template (574d7ed)
  • add action to open task buffer in horizontal split (57b1d3d)
  • add an "unwatch" action (#51) (2717605)
  • add better resession support (2fbfcd1)
  • add default_template_prompt config option (#18) (f8b3ffa)
  • add diagnostic report to template list command for :OverseerInfo (0b16a1e)
  • add new prompt value 'avoid' and rework 'allow' (#57) (1f3cd54)
  • add on_preprocess_result event (#117) (b5f1632)
  • add open_on_exit param for on_output_quickfix component (7e094f6)
  • add OpenSplit to task list bindings (bc3e0a6)
  • add options to run task save/load non-interactively (1754c35)
  • add overseer.hook_template (d410e8f)
  • add OverseerClearCache command (ca1cf5e)
  • add quit_on_exit option for toggleterm strategy (60e4e10)
  • add resession.nvim extension (6fd97ed)
  • add support for cargo clippy (3f13587)
  • Add support for cargo-make (c26b02d)
  • add support for just tasks (#22) (6849468)
  • add template_timeout config option (#43) (725b57e)
  • add unique component (#32) (a9b64d4)
  • allow easy access to VS Code-style problem matchers (56e53a4)
  • allow neotest strategy components to be a function (92e8a0d)
  • allow template generators to be async (ce49d52)
  • automatic caching of template providers (49c22ec)
  • automatically clear template cache when files are written (3814cd4)
  • bindings to scroll preview or output windows (#140) (2227cbe)
  • Can add and remove template hooks (a13cc55)
  • cargo: add run subcommand (96a055d)
  • cargo: change conditional callback function (b765b90)
  • catch and log errors in lazy setup functions (3427960)
  • component that notifies on task result (be3b36b)
  • conditions for template hooks (#38) (325c9e4)
  • config option to set which tasks get saved to a bundle (c4249c5)
  • config: add OpenQuickFix binding as <C-q> (b2b3448)
  • confirm dialog places options on one line when possible (e99df08)
  • dependencies component can define deps as a raw task definition (adb93c4)
  • dependencies component supports template params (0fe07f4)
  • expand cmd in shell template (#49) (dee3dc6)
  • expose form bindings in config (7bcdef9)
  • Expose list_tasks in top-level API (de7cb6b)
  • Expose load_template in the API (d51658b)
  • fallback to parsing make output if treesitter parser missing (e997030)
  • helper for creating watch task output parsers (8ef2b30)
  • jobstart strategy can use raw buffer as renderer (#65) (d67b8de)
  • keymaps to close and exit forms (d8a4cbe)
  • mechanism for tasks to supply default params to components (#33) (a40811d)
  • neotest integration streaming support (91a5636)
  • neotest tasks attempt to include the position in the name (c6767d2)
  • new action "retain" to prevent task from being disposed after complete (05b6651)
  • new capabilities and refactoring for on_output_quickfix (9cef54a)
  • new component to display task run duration (df7b6e5)
  • new run_after component to run tasks after a task completes (5b9c81a)
  • new strategy that uses jobstart instead of termopen (45351f5)
  • npm template provider loads workspace tasks (d0005bb)
  • npm: detect pnpm (612f8b0)
  • on_output_parse can handle watch task output (28b92c0)
  • option to not autostart tasks when l...
Read more