Skip to content

Releases: microsoft/vscode-azurestorage

v0.6.0

14 Feb 22:25
470cf7a
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

0.6.0 - 2019-02-14

Fixed

  • Web apps containing out, dist, or build folders will have more convenient defaults when deploying to a static website #176, #173
  • Validation of text file name during file creation #148

Added

  • Enabling, disabling and configuring static website capability from the extension #153, #277
  • Creating (GPv2) and deleting storage accounts from the extension #278, #291

v0.5.0

19 Dec 18:41
4eae922
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

v0.4.2

01 Oct 18:29
89708a7
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Fixed

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

v0.4.1

30 Jul 22:01
cbcddb7
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

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)

v0.4.0

19 Jun 18:54
256e76f
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

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

v0.3.1

10 May 19:19
46a4f81
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

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

v0.3.0

06 Apr 00:19
faf8843
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

v0.2.0

02 Feb 20:56
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

v0.1.3

15 Dec 23:17
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

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.

v0.1.2

13 Dec 19:12
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Fixed

  • Resolved extension loading issue on Windows machines.