Releases: imlinhanchao/vsc-markdown-image
Releases · imlinhanchao/vsc-markdown-image
1.1.49 Release
Fixed
- Fixed bug of format code by DIY.
1.1.48 Release
Fixed
- Fixed transparent background turning black when copy png Image on paste.
1.1.47 Release
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
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
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 theDIY
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
Fixed
- Fixed the issue where the
path
variable still had incomplete backslashes replaced.
1.1.42 Release
Fixed
- Fixed the issue where the
path
variable is not in Unix format when running at Microsoft Windows.
1.1.41 Release
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
- Added a new setting item
markdown-image.s3.cdn
to set the s3 cdn url.
1.1.39 Release
- Add
Content-Type
to s3 upload method.