Skip to content

Releases: imlinhanchao/vsc-markdown-image

1.1.38 Release

24 Feb 02:21

Choose a tag to compare

  • Supports Azure Blob Storage Passwordless authentication method.

1.1.37 Release

17 Feb 06:02

Choose a tag to compare

  • Add support for Azure Storage.

1.1.36 Release

22 Aug 07:10

Choose a tag to compare

  • Fixed the issue where the placeholder filename was not using the value calculated by fileNameFormat.

1.1.35 Release

30 Jun 03:34

Choose a tag to compare

Fixed

  • Fixed the issue where only the first occurrence of the same variable for fileNameFormat was effective.

1.1.34 Release

28 Jun 07:08

Choose a tag to compare

Added

  • Added a new setting item markdown-image.base.altFormat to set the placeholder for image code.

1.1.33 Release

04 Jun 15:04

Choose a tag to compare

Added

  • Added a new setting item markdown-image.base.uploadMethods to support concurrent uploads with multiple upload methods. closed #75 #29
  • Added a new setting item markdown-image.base.fileFormat to set the file format for saving clipboard images. closed #99
  • Supported pasting images into unconventional editing windows.

Deprecated

  • Removed the deprecated Coding image upload method.

1.1.30 Release

15 May 03:19

Choose a tag to compare

Added

  • Added new setting markdown-image.github.httpProxy to settting GitHub http proxy.

1.1.29 Release

02 May 14:34

Choose a tag to compare

Fixed

  • Fix failed to get image from clipboard on deepin. Closed #91 #92 .

1.1.28 Release

10 Apr 03:11

Choose a tag to compare

Added

  • Support group setting.
  • Add support for remote mode.
  • Add SFTP upload method.
  • Includes the following new settings:
    • markdown-image.sftp.host
    • markdown-image.sftp.port
    • markdown-image.sftp.username
    • markdown-image.sftp.password
    • markdown-image.sftp.privateKeyPath
    • markdown-image.sftp.path
    • markdown-image.sftp.referencePath

1.1.27 Release

07 Apr 01:21

Choose a tag to compare

  • Add support for S3 compatible providers.
  • Includes the following new settings:
    • markdown-image.s3.endpoint
    • markdown-image.s3.region
    • markdown-image.s3.bucketName
    • markdown-image.s3.accessKeyId
    • markdown-image.s3.secretAccessKey