From f1034cfe852cf62a0ebb12ae583f1477ea07e060 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 01:48:45 +0800 Subject: [PATCH] chore(master): release 8.3.0 (#146) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96d5892..4724f5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [8.3.0](https://github.com/Bekaboo/dropbar.nvim/compare/v8.2.1...v8.3.0) (2024-03-03) + + +### Features + +* **path:** support file preview for path source ([#86](https://github.com/Bekaboo/dropbar.nvim/issues/86)) ([0a557bd](https://github.com/Bekaboo/dropbar.nvim/commit/0a557bdbe3c8fbf0ba15d773c5d3b19a7214de95)) +* **sources-path & configs:** add `opts.sources.path.preview` ([0a557bd](https://github.com/Bekaboo/dropbar.nvim/commit/0a557bdbe3c8fbf0ba15d773c5d3b19a7214de95)) + + +### Bug Fixes + +* **sources-path:** indexing nil value when previewing dirs/links, etc. ([0a557bd](https://github.com/Bekaboo/dropbar.nvim/commit/0a557bdbe3c8fbf0ba15d773c5d3b19a7214de95)) + ## [8.2.1](https://github.com/Bekaboo/dropbar.nvim/compare/v8.2.0...v8.2.1) (2024-02-24)