Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 02:33
c136856

1.5.0 (2024-11-11)

Features

  • add a plug binding for disposing a task (b99f582)
  • allow template params to be a function (#86) (e90c397)
  • API to register a component alias (05e4f72)
  • change default task list position to the bottom (d070abc)
  • component to show real-time notification with output summary (#356) (cbcabf2)
  • highlight focused task in task list (362f78d)
  • new open_output component (#306) (76561a4)
  • on_complete_dispose can wait until task buffer has been seen (9162631)
  • on_result_diagnostics_trouble component to integrate with trouble.nvim (cc33e6e)
  • vscode: support presentation.reveal and presentation.revealProblems (2d52e80)

Bug Fixes

  • add debug logging to on_complete_dispose (d78fa84)
  • allow setting toggleterm size in strategy (#328) (d82f207)
  • always parse make output to find tasks (#280) (f7507de)
  • cmp completion supports more characters (#340) (09d07e3)
  • crash when aborting task watch form (03cbbb7)
  • dap: stop debugging if preLaunchTask fails (#344) (236e60c)
  • define clear rules for when task list focus should change (a6dc060)
  • delete task bundle on save if no tasks and on_conflict=overwrite (#374) (c416be5)
  • disable template caching unless provider specifically enables it (6511b0e)
  • don't warn on user defined vscode variables (#325) (98ce1c8)
  • focus race condition when adding new components (#311) (09b1839)
  • form: handle enum values with special characters (#341) (6fdb72e)
  • fzf-lua crash when running OverseerTaskAction (8438119)
  • go-task: fix template to set working dir for task (#295) (5fc6848)
  • handle consumer access before neotest is initialized (#352) (a2734d9)
  • miscalculation in task focus logic (9e3b11a)
  • number column randomly appears when opening output (#371) (6f8bc37)
  • orchestrator can take template definitions or task definitions (#273) (a12d886)
  • orchestrator strategy allows empty task lists (#309) (29dd31d)
  • orchestrator tasks sometimes not recognized (#379) (25a9c64)
  • pass cwd for cargo-make and deno tasks (#337) (8e4ca87)
  • preview scroll shortcuts (#312) (9420d58)
  • proper escaping for single quotes (#308) (fbf5330)
  • properly catch errors in run_in_fullscreen_win (#377) (9f2145e)
  • provide full stacktrace when provider errors (80156d8)
  • return on_result_diagnostics to default_vscode group (e5723f2)
  • scrolling shortcuts work for all output windows (#312) (6271cab)
  • small fixes to VSCode variable interpolation (87526ba)
  • strip newlines before rendering (#364) (965f815)
  • support bun.lock (#361) (e933735)
  • toggleterm: better integration with the 'open' actions (#159) (6a4008d)
  • toggleterm: exit for fish shell (#345) (2c1ef39)
  • toggleterm: various issues with toggleterm strategy (1f5f271)
  • use listener hooks for nvim-dap instead of monkey patching (ecdfbac)
  • use the default toggleterm direction by default (#332) (cbcdcba)
  • vscode task hide option was not set correctly (#329) (2a540de)
  • warn when nvim-dap is too old to be supported (#307) (d13ef57)