All notable changes to the "CSV" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Fix readability issues for dark mode by optimizing saturation and lightness values.
- Pick system configured font values.
- Structured and Organised Code into multiple files for Maintainability.
- Add support for multi line values in CSV.
- Added vite build config and vite dependency to have bundled output file.
- Delegated the copying of Csv Array to Extension from WebView script.
- Initial release