Skip to content

Releases: imlinhanchao/vsc-markdown-image

1.1.38 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 24 Feb 02:21
  • Supports Azure Blob Storage Passwordless authentication method.

1.1.37 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 17 Feb 06:02
  • Add support for Azure Storage.

1.1.36 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 22 Aug 07:10
  • Fixed the issue where the placeholder filename was not using the value calculated by fileNameFormat.

1.1.35 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 30 Jun 03:34

Fixed

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

1.1.34 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 28 Jun 07:08

Added

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

1.1.33 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 04 Jun 15:04

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

Choose a tag to compare

@imlinhanchao imlinhanchao released this 15 May 03:19

Added

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

1.1.29 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 02 May 14:34

Fixed

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

1.1.28 Release

Choose a tag to compare

@imlinhanchao imlinhanchao released this 10 Apr 03:11

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

Choose a tag to compare

@imlinhanchao imlinhanchao released this 07 Apr 01:21
  • 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