Skip to content

Commit

Permalink
chore(master): release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2025
1 parent 35b729b commit 05884d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.6.0](https://github.com/stevearc/overseer.nvim/compare/v1.5.0...v1.6.0) (2025-01-16)


### Features

* template_dir config option ([#378](https://github.com/stevearc/overseer.nvim/issues/378)) ([2d00cdf](https://github.com/stevearc/overseer.nvim/commit/2d00cdf81f5a5e63a1ab11c7ffaf7540a67599c1))


### Bug Fixes

* error thrown in tasks.json does not contain tasks key ([#394](https://github.com/stevearc/overseer.nvim/issues/394)) ([8de1104](https://github.com/stevearc/overseer.nvim/commit/8de110400643a02aeddf266b772a05f63db2e625))
* increase scrollback for terminal buffers ([69c0837](https://github.com/stevearc/overseer.nvim/commit/69c0837a4a35d06dd9b4b3552ca18f02b6834dda))
* **on_output_quickfix:** handle 'open' parameter correctly ([65b20c5](https://github.com/stevearc/overseer.nvim/commit/65b20c5a084cc50e2d8e96979776f940b4be0ead))
* **on_output_quickfix:** handle large output more gracefully ([e734140](https://github.com/stevearc/overseer.nvim/commit/e734140137cdd25b4c31c0fb9bf22faa9c115dcc))
* **on_result_diagnostic:** treat `end_lnum < 1` as uninitialized ([#396](https://github.com/stevearc/overseer.nvim/issues/396)) ([35b729b](https://github.com/stevearc/overseer.nvim/commit/35b729b746a4d65c83efee5b5643f07c2c1105d2))
* run_in_fullscreen_win utility doesn't change window focus ([cf7410b](https://github.com/stevearc/overseer.nvim/commit/cf7410b0cdbb7e7b955a8f2eca0a35e9e7e7865f))
* scroll to end of task output when opening window ([2a2b6fe](https://github.com/stevearc/overseer.nvim/commit/2a2b6fe1e04dec2c2e5b6b4deec2894153002778))

## [1.5.0](https://github.com/stevearc/overseer.nvim/compare/v1.4.0...v1.5.0) (2024-11-11)


Expand Down

0 comments on commit 05884d0

Please sign in to comment.