Skip to content

Commit 6c2f687

Browse files
chore(release): v1.0.0 → v1.1.0
1 parent b953a46 commit 6c2f687

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [1.1.0](https://github.com/neovim-idea/switcher-nvim/compare/v1.0.0...v1.1.0) (2025-12-20)
2+
3+
### 📖 Docs
4+
5+
* updated gif ([c491197](https://github.com/neovim-idea/switcher-nvim/commit/c491197d67ca1b1f1b69fa4bac9e7c411a1a80eb))
6+
* updated Readme ([60f22ab](https://github.com/neovim-idea/switcher-nvim/commit/60f22abaabd1e91911726e1ae359405a2e9dde27))
7+
8+
### ✨ Features
9+
10+
* configurable indicators & README updates ([a2331dd](https://github.com/neovim-idea/switcher-nvim/commit/a2331dd2b1b33a8a31bc5d31b2b397bae9b10f11))
11+
* splitted into multiple files (wip) ([c9475e1](https://github.com/neovim-idea/switcher-nvim/commit/c9475e1dc082eaded229e6bcd4fcd39760167abf))
12+
* walk across files forwards & backwards ([c0958d0](https://github.com/neovim-idea/switcher-nvim/commit/c0958d0b7aacc409733b4497b0c59b91ab246af4))
13+
14+
### 🩹 Fixes
15+
16+
* add chevron for the current selection ([67c3bc5](https://github.com/neovim-idea/switcher-nvim/commit/67c3bc5651abd7b9b398a600daa479e86ab0397b))
17+
* added colored icons ([6b83254](https://github.com/neovim-idea/switcher-nvim/commit/6b83254474357a697fd9a13537c65e5a716983fd))
18+
* correct highlight positioning for nerdfonts characters as well ([e0e3bc0](https://github.com/neovim-idea/switcher-nvim/commit/e0e3bc0d5ab35b3adef25288bbcc421b9813b2c1))
19+
* extend highlights for improved styling ([22915ec](https://github.com/neovim-idea/switcher-nvim/commit/22915ec4ed19c3dc3c134ba78c9a8ef3f9f38601))
20+
* hide chevron of any length ([6173c5e](https://github.com/neovim-idea/switcher-nvim/commit/6173c5e91fe0958fd6eea2d22c104d73f6ba817c))
21+
* make sure to render properly chevrons of any lenght (or nil) ([5c2525f](https://github.com/neovim-idea/switcher-nvim/commit/5c2525f6d22b0d9f4cc565659c79230b86585911))
22+
* minor glitch when crossing boundaries ([afddbd9](https://github.com/neovim-idea/switcher-nvim/commit/afddbd98e7cf779a7c165672ac54ade68cce1d42))
23+
* properly sync the highlighted item ([1c7e419](https://github.com/neovim-idea/switcher-nvim/commit/1c7e419d9e8b19b6b6d2ad539bb2351b40a06e75))
24+
* reset the selection after opening the buffer, and start from the 2nd item ([c270a20](https://github.com/neovim-idea/switcher-nvim/commit/c270a201c79eba8f957adfa1b3618855df6105ee))
25+
* updated README & slight improvements in plugin ([17dfdbd](https://github.com/neovim-idea/switcher-nvim/commit/17dfdbdf0bfc97c8138edc39ed572bff4f2f77eb))
26+
* useless state-- ([3ce6bf2](https://github.com/neovim-idea/switcher-nvim/commit/3ce6bf219d856b0bce12fc1db98a737bbd8cd983))
27+
128
## [1.0.0](https://github.com/neovim-idea/switcher-nvim/compare/...v1.0.0) (2025-12-15)
229

330
### 📖 Docs

0 commit comments

Comments
 (0)