From 4e59e62591a6c9d293f46365b2db068cf51529bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 15:02:12 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fab47e2..960bbc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.4.0](https://github.com/hat0uma/csvview.nvim/compare/v1.3.0...v1.4.0) (2026-05-02) + + +### Features + +* Add `CsvViewInfo` command ([#88](https://github.com/hat0uma/csvview.nvim/issues/88)) ([da4106d](https://github.com/hat0uma/csvview.nvim/commit/da4106db5c44bfdccd0f76142c0f2740bcae8e5c)) +* **parser:** add comment_lines option to skip header metadata lines ([#87](https://github.com/hat0uma/csvview.nvim/issues/87)) ([1f40995](https://github.com/hat0uma/csvview.nvim/commit/1f409951516db0d5babaa1f44842a9a882babdd3)) +* **view:** support left and right column spacing ([#95](https://github.com/hat0uma/csvview.nvim/issues/95)) ([5c22774](https://github.com/hat0uma/csvview.nvim/commit/5c22774c3ecc7f8883af5d143b366e45b1f0875d)) + + +### Bug Fixes + +* 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)) +* **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)) +* **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)) +* **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)) +* **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)) + + +### Performance Improvements + +* **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)) + ## [1.3.0](https://github.com/hat0uma/csvview.nvim/compare/v1.2.0...v1.3.0) (2025-07-23)