Skip to content

Latest commit

Β 

History

History
44 lines (28 loc) Β· 1.93 KB

File metadata and controls

44 lines (28 loc) Β· 1.93 KB

Changelog

All notable changes to the DevStock extension will be documented here.

[1.0.4] - 2025-03-02

✨ Improvement

  • Zero-config experience β€” Built-in API keys for Unsplash, Pexels, and Pixabay. Users no longer need to configure their own API keys to start using the extension.
  • Simplified welcome message β€” removed "Configure API Keys" prompt since the extension works out-of-the-box.

[1.0.3] - 2025-02-23

πŸ› Bug Fixes

  • Fixed all webview icons not showing β€” Codicons CSS/fonts were excluded from the VSIX bundle by .vscodeignore. Added whitelist rule for @vscode/codicons/dist.
  • Fixed invalid icon name β€” codicon-camera doesn't exist; replaced with codicon-device-camera.

[1.0.2] - 2025-02-23

πŸ› Bug Fix

  • Redesigned activity bar SVG icon to match the gallery-style PNG icon (stacked cards with mountains and sun). Uses filled paths for better VS Code rendering compatibility.

[1.0.1] - 2025-02-23

πŸ› Bug Fix

  • Fixed activity bar icon not displaying. Replaced embedded-raster SVG with a proper vector SVG using currentColor for theme compatibility.

[1.0.0] - 2025-02-23

πŸš€ Initial Release

  • Triple-Engine Search β€” Unified access to Unsplash, Pexels, and Pixabay
  • Premium Lightbox β€” Fullscreen high-resolution image preview
  • Context-Aware Insertion β€” Auto-detects HTML, Markdown, CSS, JSX, and plain URL
  • Smart CSS/JSX Detection β€” Avoids double-wrapping url() or src={}
  • Local Downloads β€” Save images directly to your project folder
  • Magic Trigger β€” Type {/img} to instantly open search (customizable)
  • Keyboard Navigation β€” Arrow keys to navigate grid, Enter to preview, Escape to close
  • Rate Limit Awareness β€” Real-time API usage tracking with visual indicators
  • Workspace Trust β€” Downloads only work in trusted workspaces
  • Production Logger β€” Dedicated "DevStock" output channel for debugging