Releases: imlinhanchao/vsc-markdown-image
Releases · imlinhanchao/vsc-markdown-image
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.
1.1.38 Release
- Supports Azure Blob Storage Passwordless authentication method.
1.1.37 Release
- Add support for Azure Storage.
1.1.36 Release
- Fixed the issue where the placeholder
filename
was not using the value calculated byfileNameFormat
.
1.1.35 Release
Fixed
- Fixed the issue where only the first occurrence of the same variable for
fileNameFormat
was effective.
1.1.34 Release
Added
- Added a new setting item
markdown-image.base.altFormat
to set the placeholder for image code.