Skip to content

Commit 743cb2c

Browse files
committed
Release v1.11.0: color columns, Codicon menu icons, select-all corner, unfreeze all, menu and popup fixes
1 parent 2b869e9 commit 743cb2c

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ src/**
99
docs/**
1010
test/**
1111
test_data/**
12+
samples/**
1213
!media/**
1314
node_modules/**
1415
.vscode-test/**

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to CSV Grid Editor are documented here.
44

5+
## [1.11.0] - 2026-06-15
6+
7+
### Added
8+
- **Column color mode** - A new toolbar toggle gives every data column its own theme-aware background tint, so wide tables are easier to scan and columns are easy to tell apart (requested in [#16](https://github.com/Robin-Reiche/csv-grid-editor/issues/16)). Each column gets a distinct hue spread by golden-angle rotation, so adjacent columns stay far apart on the color wheel even after you insert or delete one. The tint is a translucent overlay that adapts to light, dark and high-contrast themes and never fights the text, and existing highlights (range selection, find matches, duplicates and frozen rows) keep painting clearly on top. The toggle is remembered across files and sessions, like zoom.
9+
- **Select all from the corner** - Click the top-left corner of the grid to select every cell at once, the same as a spreadsheet ([#12](https://github.com/Robin-Reiche/csv-grid-editor/pull/12)).
10+
- **Unfreeze all** - Clear every frozen row and column in one action instead of unfreezing them one at a time ([#14](https://github.com/Robin-Reiche/csv-grid-editor/pull/14)).
11+
12+
### Changed
13+
- **Menu icons use Codicons** - Context-menu and dropdown icons were emoji that rendered differently on each platform. They now use VS Code's Codicon set, so they match the rest of the editor and look the same everywhere ([#11](https://github.com/Robin-Reiche/csv-grid-editor/pull/11)).
14+
15+
### Fixed
16+
- **Menus and popups behave correctly** - An open menu or dropdown stayed open when you opened another, and the context menu and rename popup could land in the wrong spot. Opening a menu now closes any other, and popups line up with the cell or header they belong to (reported in [#15](https://github.com/Robin-Reiche/csv-grid-editor/issues/15)).
17+
518
## [1.10.1] - 2026-06-13
619

720
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csv-grid-editor",
33
"displayName": "CSV Grid Editor: CSV & TSV Viewer",
44
"description": "Open, view and edit CSV and TSV files in a fast sortable filterable grid. Inline editing, find and replace, freeze rows, column stats, Excel copy and paste and export to JSON. Free.",
5-
"version": "1.10.1",
5+
"version": "1.11.0",
66
"publisher": "RobinReiche",
77
"license": "MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)