Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

85 lines (63 loc) · 3.25 KB

Change Log

All notable changes to the "vscode-azurestorage" extension will be documented in this file.

0.5.0 - 2018-12-11

Fixed

Added

0.4.2 - 2018-09-28

Fixed

  • Can get a command not found error attempting to run some commands before extension is activated #232

0.4.1 - 2018-07-30

Changed

  • Static website functionality is now enabled always in the extension (azureStorage.preview.staticWebsites setting has been removed)

Added

  • "Browse Static Website…" will bring up a storage account's primary web endpoint in a browser (see Deploy to Static Website)

Fixed

  • Can now browse directly after deploying (no need to go to Portal to get primary web endpoint)
  • Ensure storage account can support hosted websites and that it is enabled when deploying, browsing etc., fixes #174, #175
  • Ensure website hosting has an index document set when browsing (to avoid getting a 404 error)

0.4.0 - 2018-06-18

Added

  • Deploy to static websites (preview feature, must be enabled first)

0.3.1 - 2018-05-09

Added

  • Newly-created blobs and files are now opened immediately in the editor
  • Copy URL to clipboard (blob, blob container, file, directory, or file share)

Changed

  • Moved Azure Storage Explorer to new Azure view container instead of file explorer

0.3.0 - 2018-04-05

Added

  • Upload and download block blobs with text contents, up to 4MB
  • Refresh menu added to additional nodes in the tree
  • New filter button on subscription nodes to make selecting Azure subscriptions easier

Fixed

  • Saving a blob from the editor will no longer cause loss of content type and other properties
  • Will no longer overwrite an existing blob when creating a new one with the same name
  • Removed redundant Close button in some dialogs

0.2.0 - 2018-02-02

Added

  • Create and delete blob containers, file shares, queues and tables
  • Create empty block blobs (text only), files and directories
  • Delete blobs, files and directories

Fixed

  • Improved error handling

0.1.3 - 2017-12-15

Added

  • Changed TreeItems to use the common ui library 'vscode-azureextensionui'.

Fixed

  • Fixed hash-mismatch issue for Blob and File Download by using 'ToLocalFile' instead of 'ToText' download methods.

0.1.2 - 2017-12-13

Fixed

  • Resolved extension loading issue on Windows machines.

0.1.1 - 2017-12-08

Fixed

  • Updated package to have better description.

0.1.0 - 2017-12-08

Added

  • Explore Blob Containers, File Shares, Queues and Tables
  • Access Connection String and Primary Key
  • Edit Block Blobs and Files
  • Open in Storage Explorer for memory or computationally heavy tasks.