From fd3c5c6140181db87347e072df26afcc560083a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 20:41:03 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d1c68f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## 1.0.0 (2025-09-14) + + +### Features + +* better prompt menu, support visual selection ([fb1370b](https://github.com/shortcuts/search-and-replace.nvim/commit/fb1370b7aad09197d2d40aba64e467152350fcba)) +* debounce replace by reference ([2fc94f9](https://github.com/shortcuts/search-and-replace.nvim/commit/2fc94f999902af24fe1e8ff2c0b278e62ecef17b)) +* default buffer opts ([f1473c6](https://github.com/shortcuts/search-and-replace.nvim/commit/f1473c642d598f878ab2a3fe7d1c7a43c4e5b7e4)) +* mappings ([0e04b66](https://github.com/shortcuts/search-and-replace.nvim/commit/0e04b663e9e64a4d4a64cbc91525cb0eb7277775)) +* search and replace in project and by references ([95fbe9f](https://github.com/shortcuts/search-and-replace.nvim/commit/95fbe9f9fea0463db46081505b64a18daa9eddf8)) +* undo replace ([9ed12f4](https://github.com/shortcuts/search-and-replace.nvim/commit/9ed12f48b1b44b5d2137a128bd08e0dd6396841c)) + + +### Bug Fixes + +* backup qflist ([439745c](https://github.com/shortcuts/search-and-replace.nvim/commit/439745cfcfbed51c036f2205c416f430bdcf6033)) +* len compute ([692479e](https://github.com/shortcuts/search-and-replace.nvim/commit/692479eda6c5a6903b306cca50c7d4f7f32e4b45)) +* no early return in mapping create ([72c6315](https://github.com/shortcuts/search-and-replace.nvim/commit/72c6315b5e134e2bf3745bd50c52682cac751577)) +* remove changelog ([4227bd3](https://github.com/shortcuts/search-and-replace.nvim/commit/4227bd35748fcdcfa1f5fe650bb95f67ae0ca137)) +* replace leftover ([dfe9563](https://github.com/shortcuts/search-and-replace.nvim/commit/dfe956302dbad859d842bcfdcc316fedc2c40db4)) +* restore backup ([86495ab](https://github.com/shortcuts/search-and-replace.nvim/commit/86495ab0db111e012be2406fa9124af3b928c6ab)) +* stopinsert anytime ([5f741bb](https://github.com/shortcuts/search-and-replace.nvim/commit/5f741bb8b12ebdbdbdf87095bdbb89a8fbbd3173)) +* tests ([eea2014](https://github.com/shortcuts/search-and-replace.nvim/commit/eea2014723353a0fc5b4e6df7aa3b763efb766fe)) +* title in popup ([6e5f467](https://github.com/shortcuts/search-and-replace.nvim/commit/6e5f467842add16f9a6a7d971f1dde4926bfdad4)) +* undo and default prompt value ([4e8d95e](https://github.com/shortcuts/search-and-replace.nvim/commit/4e8d95e806be99eb5a30b088ce3d0d60b1375ca2)) +* update separately ([f3a8f5e](https://github.com/shortcuts/search-and-replace.nvim/commit/f3a8f5e91df7cb8e42a86d1d34e793092da8abd7))