Version 1.2.61
  • 03 Sep 2021
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Version 1.2.61

  • Dark
    Light
  • PDF

Article summary

May 2018

Version 1.2.61

Azure File Storage

  • 1st version with support for managing files in your Azure Storage accounts.

  • Following features are supported:

    • List Files:
      • List files in a file share.
    • Upload:
      • Upload one or more files and folders from your local computer into a file share.
      • Drag/drop supported.
      • Optionally GZIP compress files before uploading (ideal for HTML/JS/CSS/Image files).
      • Upload behavior is highly configurable.
    • Download:
      • Download one or more files/folders or an entire file share on your local computer.
      • Optionally GZIP decompress files if the content encoding of the file is set as "gzip".
      • Preserve file's last modified date/time.
      • Download behavior is highly configurable.
    • Copy/Paste:
      • Copy one or more files/folders or all files/folders in a file share to another file share or blob container in same or different storage account.
    • File Share Snapshots:
      • Take new snapshot of a file share.
      • List snapshots of a file share.
      • Download files/folders from a file share snapshot.
      • Delete file share snapshot.
      • One click share snapshot restore.
      • View files and folders in a share snapshot.
      • Copy all files/folders of a file share snapshot to another file share or blob container in same or different storage account.
    • Delete Files/Folders:
      • Ability to delete one or more files/folders.
    • Set File Properties:
      • Ability to set properties (cache-control, content-encoding, content-language, content-type, content-disposition, and content-md5) of a single file.
      • Ability to set properties (cache-control, content-encoding, and content-language) of multiple files or all files in a file share.
    • File/Folder Metadata:
      • Ability to manage metadata of a single file/folder.
    • File Shared Access Signature:
      • Ability to create shared access signature for a single file.
    • Rename File/Folder:
      • Ability to rename either a single file or a folder.
    • Export Files/Folders List:
      • Export list of files/folders in a file share in CSV format.

Quick Open Blob Container/File Share/Queue

  • With this release we have included a "Quick Open" functionality which provides a faster way to open up a blob container, file share or queue to manage the contents inside them. Through this functionality you simply provide the name of the blob container/file share or queue and the application will open up a tab for that. No need for you to find desired blob container/file share/queue through treeview.

Installer

  • With this release, we have changed the installers for all platforms.

    • For Windows installer, we have switched from ClickOnce kind of installer to standard Windows installer.
    • For Mac installer, we have removed zip file based installer and opted for dmg file based installer.
    • For Linux installer, we have removed all installers (deb, rpm, and tar.gz) and provided an AppImage file instead.
    • New versions of the application have a better interface for installing updates.
    • Now Linux version of the application also supports auto updates (previously it was just for Windows and Mac)

Signout & Exit

  • In this release we have included "Signout & Exit" feature. This functionality will remove your account information before exiting so that you can sign in into the application using a different credentials when you use the application next time.

Was this article helpful?

What's Next