Skip to content

Commit a7be7c9

Browse files
chore(main): release 1.3.1
1 parent 4c4db58 commit a7be7c9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/hat0uma/csvview.nvim/compare/v1.3.0...v1.3.1) (2025-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow enable/disable/toggle without explicit `setup` call ([#75](https://github.com/hat0uma/csvview.nvim/issues/75)) ([a74fdee](https://github.com/hat0uma/csvview.nvim/commit/a74fdee6810f17e9baadbfe7d6488f61954e6ac8))
9+
* **jump:** correct jump to the end of an empty field ([#76](https://github.com/hat0uma/csvview.nvim/issues/76)) ([bbab4c2](https://github.com/hat0uma/csvview.nvim/commit/bbab4c2f808fd8e11ec8dfdd128251aadba566a1))
10+
* **sticky_header:** Improve window cleanup and error handling ([#73](https://github.com/hat0uma/csvview.nvim/issues/73)) ([0994095](https://github.com/hat0uma/csvview.nvim/commit/09940956f538f074a5813f7949c700536b642e1f))
11+
* **sticky_header:** use vim.schedule for window close during BufUnload ([#84](https://github.com/hat0uma/csvview.nvim/issues/84)) ([860bd8c](https://github.com/hat0uma/csvview.nvim/commit/860bd8c4edacf709391058e337445217d995dd69))
12+
* **view:** Prevent screen flickering during CSV editing ([#71](https://github.com/hat0uma/csvview.nvim/issues/71)) ([99b327c](https://github.com/hat0uma/csvview.nvim/commit/99b327ca97cabd242de0f2ddca7fbc7d378b84a7))
13+
14+
15+
### Performance Improvements
16+
17+
* **parser,metrics:** parsing with event-based architecture and FFI optimization ([#86](https://github.com/hat0uma/csvview.nvim/issues/86)) ([4c4db58](https://github.com/hat0uma/csvview.nvim/commit/4c4db582c5406b5cfaded6303cb120dc27cf6b70))
18+
319
## [1.3.0](https://github.com/hat0uma/csvview.nvim/compare/v1.2.0...v1.3.0) (2025-07-23)
420

521

0 commit comments

Comments
 (0)