Skip to content

Releases: imlinhanchao/vsc-markdown-image

1.1.42 Release

02 Jul 00:38
Compare
Choose a tag to compare

Fixed

  • Fixed the issue where the path variable is not in Unix format when running at Microsoft Windows.

1.1.41 Release

14 Mar 15:18
Compare
Choose a tag to compare

Added

  • Added a new setting item markdown-image.s3.config to config s3 client.

Fixed

  • Fixed the s3 cdn url generate wrong.

1.1.40 Release

12 Mar 01:46
Compare
Choose a tag to compare
  • Added a new setting item markdown-image.s3.cdn to set the s3 cdn url.

1.1.39 Release

06 Mar 01:45
Compare
Choose a tag to compare
  • Add Content-Type to s3 upload method.

1.1.38 Release

24 Feb 02:21
Compare
Choose a tag to compare
  • Supports Azure Blob Storage Passwordless authentication method.

1.1.37 Release

17 Feb 06:02
Compare
Choose a tag to compare
  • Add support for Azure Storage.

1.1.36 Release

22 Aug 07:10
Compare
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
Compare
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
Compare
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
Compare
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.