|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to the Cloudinary VS Code extension will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.1.0] - 2024-01-XX |
| 9 | + |
| 10 | +### Added |
| 11 | +- **Asset Explorer** - Browse Cloudinary folders and assets in VS Code Tree View |
| 12 | +- **Search & Filter** - Find assets by public ID or filter by resource type (image, video, raw) |
| 13 | +- **Optimized Preview** - Preview images and videos with automatic format and quality optimization |
| 14 | +- **Right-click Actions** - Copy Public ID, Secure URL, or Optimized URL directly from context menu |
| 15 | +- **Upload Widget** - Upload files directly to Cloudinary from VS Code with upload preset selection |
| 16 | +- **Environment Switching** - Switch between multiple Cloudinary product environments |
| 17 | +- **Status Bar Indicator** - Shows active Cloudinary environment in VS Code status bar |
| 18 | +- **Configuration Management** - Support for both global and workspace-specific configuration files |
| 19 | +- **Welcome Screen** - Getting started guide for new users |
| 20 | +- **Error Handling** - Comprehensive error handling with user-friendly messages |
| 21 | + |
| 22 | +### Features |
| 23 | +- Tree view integration with VS Code Activity Bar |
| 24 | +- Drag and drop support in upload widget |
| 25 | +- Asset refresh functionality |
| 26 | +- Support for both fixed and dynamic folder modes |
| 27 | +- Configurable upload presets |
| 28 | +- Beta version with ongoing feature development |
| 29 | + |
| 30 | +### Technical |
| 31 | +- Built with TypeScript |
| 32 | +- Uses Cloudinary Admin API for asset management |
| 33 | +- Integrates Cloudinary Upload Widget |
| 34 | +- Comprehensive test suite |
| 35 | +- ESLint code quality checks |
| 36 | +- VS Code Extension API compliance |
0 commit comments