File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ All notable changes to the Cloudinary VS Code extension will be documented in th
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.3] - 2026-02-03
9+
10+ ### Added
11+ - ** New upload UI** - Simpler UI with easy drag and dropping of files directly onto the upload widget with visual feedback
12+ - ** Upload progress tracking** - Real-time progress indicators for file uploads
13+ - ** Uploaded asset gallery** - View thumbnails of recently uploaded assets with quick actions
14+ - ** Dynamic folder selection** - Select target folder directly in upload widget
15+ - ** View Options command** - New unified command for filtering and sorting assets
16+ - ** Status bar folder mode** - Shows whether environment uses Dynamic or Fixed folder mode
17+ - ** Developer documentation** - Architecture guides in ` docs/ ` folder
18+
19+ ### Changed
20+ - ** Upload presets are now optional** - Omit preset to use signed uploads (previously required)
21+ - Improved asset preview metadata display
22+ - Refactored webview system with external CSS/JS for better maintainability
23+
24+ ### Fixed
25+ - ** Chunked upload for large files** - Files over 100MB now upload reliably using chunked upload API
26+ - Prevented duplicate preview panels opening for the same asset
27+
28+ ### Removed
29+ - "Load More Assets" command (replaced by automatic loading indicator)
30+ - Separate "Set Resource Filter" and "Set Sort Order" commands (replaced by "View Options")
31+
832## [ 0.1.2] - 2025-11-13
933
1034### Fixed
Original file line number Diff line number Diff line change 33 "publisher" : " Cloudinary" ,
44 "displayName" : " Cloudinary" ,
55 "description" : " Easily find and manage your Cloudinary assets directly from Visual Studio Code." ,
6- "version" : " 0.1.2 " ,
6+ "version" : " 0.1.3 " ,
77 "icon" : " resources/cloudinary_icon_blue.png" ,
88 "repository" : {
99 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments