# Changelog

## 0.1.3

- Remove the default keybinding. Invoke via the command palette (`theSVG: Search Icons`) or bind your own under `Preferences: Open Keyboard Shortcuts`. Avoids shadowing any built-in VS Code chord.

## 0.1.2

- Default shortcut changed to `Cmd/Ctrl+Shift+Alt+I` to avoid the built-in Developer Tools chord on Windows and Linux
- Registry and SVG fetches now have a 15s timeout and are cancellable from the progress notification
- `Copy as JSX` handles more SVG attributes: `xlink:*`, `for`, `tabindex`, and inline `style="..."` strings are converted to valid JSX

## 0.1.1

- Switch icon registry to `thesvg.org/api/registry.json` (post Cloudflare migration)
- Fetch SVG content from `thesvg.org/icons/...` instead of jsDelivr for faster first paint
- Keep jsDelivr URL for the "Copy CDN Link" action
- Variant picker now surfaces the destination URL
- Action picker re-opens after choosing a variant so the flow completes in one pass

## 0.1.0

- Initial release
- Search, copy SVG, copy as JSX, copy CDN link, insert at cursor
- Variant support (default, mono, light, dark, wordmark, etc.)
