Skip to content

Releases: imlinhanchao/vsc-markdown-image

1.1.49 Release

13 Feb 09:47
Compare
Choose a tag to compare

Fixed

  • Fixed bug of format code by DIY.

1.1.48 Release

11 Feb 00:15
Compare
Choose a tag to compare

Fixed

  • Fixed transparent background turning black when copy png Image on paste.

1.1.47 Release

08 Feb 05:25
Compare
Choose a tag to compare

Fixed

  • Fixed multiple files could not be copied and pasted on Mac.
  • Fixed pasted rich text on Windows had garbled characters.

1.1.45 Release

07 Feb 02:41
Compare
Choose a tag to compare

Fixed

  • Fixed transparent background turning black when copy png Image on paste.

Updated

  • Support auto activate the extension when the markdown file is opened.

1.1.44 Release

06 Feb 07:00
Compare
Choose a tag to compare

Added

  • Added a new setting markdown-image.base.codeFormat to support setting the image code format.

Updated

  • Updated the setting markdown-image.base.codeType to add the DIY option, supporting custom image code formats.
  • Updated the setting markdown-image.base.altFormat to add support for the ${prompt} variable.

Fixed

  • Fixed the issue where disabling Encode caused addresses with spaces to fail to preview correctly.

1.1.43 Release

16 Sep 05:35
Compare
Choose a tag to compare

Fixed

  • Fixed the issue where the path variable still had incomplete backslashes replaced.

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.