From 61b2016e14c8f2d3af410f34ce166fb50fc91642 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:58:33 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.manifest.json b/.manifest.json index e18ee07..466df71 100644 --- a/.manifest.json +++ b/.manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8ad77fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [0.1.0](https://github.com/xvzc/bufsitter.nvim/compare/v0.0.0...v0.1.0) (2026-04-22) + + +### Features + +* add features section to README ([74bbd70](https://github.com/xvzc/bufsitter.nvim/commit/74bbd709fea3c7ea83140ec9f524ed8be6941c60)) +* add min_width/min_height, row/col defaults, trim_end option, and io comments ([08eca74](https://github.com/xvzc/bufsitter.nvim/commit/08eca749b133c8ea170d8c7fcf429036b1e50ecf)) +* add texts filter to cursor opts and update README usage example ([266c9e9](https://github.com/xvzc/bufsitter.nvim/commit/266c9e9509c7c7db3333f25bc1d5980aacc146ef)) +* add texts filter to cursor opts and update README with usage example ([62ddd62](https://github.com/xvzc/bufsitter.nvim/commit/62ddd62d53aa362edc747ca044f1aa9c5f03fa5b)) +* center floating window and support ratio-based width/height ([a3c916c](https://github.com/xvzc/bufsitter.nvim/commit/a3c916c709e4ee698eb1ca924b0f689b8abab4d3)) +* initial public release ([fb223b6](https://github.com/xvzc/bufsitter.nvim/commit/fb223b63c4c1eb245dff9db52412b0d16a786245)) +* resize floating window on VimResized ([7329d35](https://github.com/xvzc/bufsitter.nvim/commit/7329d359f712f741020f112323335a9d53f69049)) +* sync version.txt with manifest baseline ([d429000](https://github.com/xvzc/bufsitter.nvim/commit/d4290003de2d7b7afecf71c04b2ff376c4da3330)) + + +### Bug Fixes + +* access config via require('bufsitter').config directly ([01b1617](https://github.com/xvzc/bufsitter.nvim/commit/01b1617ea08a76546dc375b33ea28f41547bf1e8)) +* apply copilot review suggestions ([a60f6ed](https://github.com/xvzc/bufsitter.nvim/commit/a60f6ed8cd3117787215ebf10fa7ed5effb507a8)) +* guard setup() with vim.g.bufsitter_loaded to prevent config reset on reload ([cc30501](https://github.com/xvzc/bufsitter.nvim/commit/cc305018bf5cb381f2448853e7d4652e08e56c9a)) +* initialize M.config with defaults at module load time ([65116e0](https://github.com/xvzc/bufsitter.nvim/commit/65116e0ac9427ba38c933e7f39c6220499e4d74c))