Skip to content

Commit fd3c5c6

Browse files
chore(main): release 1.0.0
1 parent 5f741bb commit fd3c5c6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-09-14)
4+
5+
6+
### Features
7+
8+
* better prompt menu, support visual selection ([fb1370b](https://github.com/shortcuts/search-and-replace.nvim/commit/fb1370b7aad09197d2d40aba64e467152350fcba))
9+
* debounce replace by reference ([2fc94f9](https://github.com/shortcuts/search-and-replace.nvim/commit/2fc94f999902af24fe1e8ff2c0b278e62ecef17b))
10+
* default buffer opts ([f1473c6](https://github.com/shortcuts/search-and-replace.nvim/commit/f1473c642d598f878ab2a3fe7d1c7a43c4e5b7e4))
11+
* mappings ([0e04b66](https://github.com/shortcuts/search-and-replace.nvim/commit/0e04b663e9e64a4d4a64cbc91525cb0eb7277775))
12+
* search and replace in project and by references ([95fbe9f](https://github.com/shortcuts/search-and-replace.nvim/commit/95fbe9f9fea0463db46081505b64a18daa9eddf8))
13+
* undo replace ([9ed12f4](https://github.com/shortcuts/search-and-replace.nvim/commit/9ed12f48b1b44b5d2137a128bd08e0dd6396841c))
14+
15+
16+
### Bug Fixes
17+
18+
* backup qflist ([439745c](https://github.com/shortcuts/search-and-replace.nvim/commit/439745cfcfbed51c036f2205c416f430bdcf6033))
19+
* len compute ([692479e](https://github.com/shortcuts/search-and-replace.nvim/commit/692479eda6c5a6903b306cca50c7d4f7f32e4b45))
20+
* no early return in mapping create ([72c6315](https://github.com/shortcuts/search-and-replace.nvim/commit/72c6315b5e134e2bf3745bd50c52682cac751577))
21+
* remove changelog ([4227bd3](https://github.com/shortcuts/search-and-replace.nvim/commit/4227bd35748fcdcfa1f5fe650bb95f67ae0ca137))
22+
* replace leftover ([dfe9563](https://github.com/shortcuts/search-and-replace.nvim/commit/dfe956302dbad859d842bcfdcc316fedc2c40db4))
23+
* restore backup ([86495ab](https://github.com/shortcuts/search-and-replace.nvim/commit/86495ab0db111e012be2406fa9124af3b928c6ab))
24+
* stopinsert anytime ([5f741bb](https://github.com/shortcuts/search-and-replace.nvim/commit/5f741bb8b12ebdbdbdf87095bdbb89a8fbbd3173))
25+
* tests ([eea2014](https://github.com/shortcuts/search-and-replace.nvim/commit/eea2014723353a0fc5b4e6df7aa3b763efb766fe))
26+
* title in popup ([6e5f467](https://github.com/shortcuts/search-and-replace.nvim/commit/6e5f467842add16f9a6a7d971f1dde4926bfdad4))
27+
* undo and default prompt value ([4e8d95e](https://github.com/shortcuts/search-and-replace.nvim/commit/4e8d95e806be99eb5a30b088ce3d0d60b1375ca2))
28+
* update separately ([f3a8f5e](https://github.com/shortcuts/search-and-replace.nvim/commit/f3a8f5e91df7cb8e42a86d1d34e793092da8abd7))

0 commit comments

Comments
 (0)