Skip to content

Commit 11ae170

Browse files
committed
Release v1.3.2: Fix Marketplace badges showing "Retired Badge"
shields.io's /visual-studio-marketplace/* endpoint has been discontinued and now serves the literal text "Retired Badge" as the value. Switched all three badges (version, installs, rating) to vsmarketplacebadges.dev, a community-maintained service that queries the live Marketplace gallery API and renders real values.
1 parent 5868e23 commit 11ae170

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.3.2] - 2026-05-03
6+
7+
### Fixed
8+
- README: Marketplace badges now display real version, install count, and rating instead of the literal "Retired Badge" text. The previous shields.io endpoint relied on a Microsoft API that has been discontinued; switched to vsmarketplacebadges.dev which queries the live Marketplace gallery.
9+
510
## [1.3.1] - 2026-05-03
611

712
### Changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CSV Grid Editor
22

3-
[![VS Marketplace](https://img.shields.io/visual-studio-marketplace/v/RobinReiche.csv-grid-editor?label=Marketplace&style=for-the-badge&logo=visualstudiocode&logoColor=white&color=007ACC)](https://marketplace.visualstudio.com/items?itemName=RobinReiche.csv-grid-editor)
4-
[![Installs](https://img.shields.io/visual-studio-marketplace/i/RobinReiche.csv-grid-editor?label=Installs&style=for-the-badge&logo=visualstudiocode&logoColor=white&color=4EC9B0)](https://marketplace.visualstudio.com/items?itemName=RobinReiche.csv-grid-editor)
5-
[![Rating](https://img.shields.io/visual-studio-marketplace/r/RobinReiche.csv-grid-editor?label=Rating&style=for-the-badge&logo=visualstudiocode&logoColor=white&color=E5BC4B)](https://marketplace.visualstudio.com/items?itemName=RobinReiche.csv-grid-editor&ssr=false#review-details)
3+
[![Version](https://vsmarketplacebadges.dev/version-short/RobinReiche.csv-grid-editor.svg?style=for-the-badge&label=Marketplace&color=007ACC)](https://marketplace.visualstudio.com/items?itemName=RobinReiche.csv-grid-editor)
4+
[![Installs](https://vsmarketplacebadges.dev/installs-short/RobinReiche.csv-grid-editor.svg?style=for-the-badge&label=Installs&color=4EC9B0)](https://marketplace.visualstudio.com/items?itemName=RobinReiche.csv-grid-editor)
5+
[![Rating](https://vsmarketplacebadges.dev/rating-short/RobinReiche.csv-grid-editor.svg?style=for-the-badge&label=Rating&color=E5BC4B)](https://marketplace.visualstudio.com/items?itemName=RobinReiche.csv-grid-editor&ssr=false#review-details)
66

77
A fast, feature-rich CSV/TSV editor for Visual Studio Code. Opens CSV files in a sortable, filterable, editable grid — right inside your editor, no external tools needed.
88

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",
44
"description": "View and edit CSV/TSV files in a sortable, filterable grid with auto-fit columns, zoom, and theme integration",
5-
"version": "1.3.1",
5+
"version": "1.3.2",
66
"publisher": "RobinReiche",
77
"license": "MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)