Skip to content

Commit

Permalink
📃 docs: update version and Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
imlinhanchao committed Mar 11, 2024
1 parent 00b7264 commit 7e03d5d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Change Log
All notable changes to the "markdown-image" extension will be documented in this file.

## [1.1.40] - 2024-03-11

### Added
- Added a new setting item `markdown-image.s3.cdn` to set the s3 cdn url.

## [1.1.39] - 2024-03-06

### Added
- Add `Content-Type` to s3 upload method.

## [1.1.38] - 2024-02-24

### Added
- Supports Azure Blob Storage Passwordless authentication method.

## [1.1.37] - 2024-02-17

### Added
- Add support for Azure Storage.

## [1.1.36] - 2023-08-22
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ These values can be found in your S3 service provider dashboard
- `markdown-image.s3.bucketName`: The name of the S3 bucket to upload images to. Access to the bucket should be public.
- `markdown-image.s3.accessKeyId`: Your S3 API access key ID.
- `markdown-image.s3.secretAccessKey`: Your S3 secret access key.
- `markdown-image.s3.cdn`: Your S3 CDN Url. You can use variable `${bucket}` `${region}` `${pathname}` and `${filepath}`. For example: `https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`.

### SFTP Settings

Expand Down Expand Up @@ -151,6 +152,9 @@ These values can be found in your S3 service provider dashboard

## Release Notes

### 1.1.40
- Added a new setting item `markdown-image.s3.cdn` to set the s3 cdn url.

### 1.1.39
- Add `Content-Type` to s3 upload method.

Expand Down
4 changes: 4 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ sudo yum install xclip
- `markdown-image.s3.bucketName`: 你的 S3 存储桶名称。存储桶访问权限应该是公开的。
- `markdown-image.s3.accessKeyId`: 你的 S3 access key ID。
- `markdown-image.s3.secretAccessKey`: 你的 S3 secret access key。
- `markdown-image.s3.cdn`: 设置你的 S3 CDN URL。你可以使用变量 `${bucket}` `${region}` `${pathname}` and `${filepath}`。比如:`https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`

### SFTP 设置项目

Expand Down Expand Up @@ -158,6 +159,9 @@ sudo yum install xclip

## 发布历史

### 1.1.40
- 添加了新设置项目 `markdown-image.s3.cdn` 用于设置 s3 CDN 地址。

### 1.1.39
- 为 s3 上传方法添加了 `Content-Type`

Expand Down
4 changes: 4 additions & 0 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ sudo yum install xclip
- `markdown-image.s3.bucketName`: 你的 S3 存儲桶名稱。存儲桶訪問權限應該是公開的。
- `markdown-image.s3.accessKeyId`: 你的 S3 access key ID。
- `markdown-image.s3.secretAccessKey`: 你的 S3 secret access key。
- `markdown-image.s3.cdn`: 設定你的 S3 CDN URL。你可以使用變數 `${bucket}` `${region}` `${pathname}` and `${filepath}`。比如:`https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`

### SFTP 設置項目

Expand Down Expand Up @@ -152,6 +153,9 @@ sudo yum install xclip

## 發布歷史

### 1.1.40
- 新增了新設定項目 `markdown-image.s3.cdn` 用於設定 s3 CDN 位址。

### 1.1.39
- 為 s3 上傳方法新增了 `Content-Type`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "markdown-image",
"displayName": "Markdown Image",
"description": "Easy to insert a image to markdown",
"version": "1.1.39",
"version": "1.1.40",
"publisher": "hancel",
"engines": {
"vscode": "^1.62.0"
Expand Down
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"markdown-image.s3.bucketName": "Your S3 bucket name.",
"markdown-image.s3.accessKeyId": "Your S3 access key ID.",
"markdown-image.s3.secretAccessKey": "Your S3 secret access key.",
"markdown-image.s3.cdn": "Set Your S3 CDN Url. You can use variable `${bucket}` `${region}` `${pathname}` and `${filepath}`. For example: `https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`",
"markdown-image.s3.cdn": "Your S3 CDN Url. You can use variable `${bucket}` `${region}` `${pathname}` and `${filepath}`. For example: `https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`.",
"markdown-image.sftp.host": "The host of the remote server.",
"markdown-image.sftp.port": "The ssh port of the remote server.",
"markdown-image.sftp.username": "The username of the remote server.",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"markdown-image.s3.bucketName": "你的 S3 存储桶名称。",
"markdown-image.s3.accessKeyId": "你的 S3 access key ID。",
"markdown-image.s3.secretAccessKey": "你的 S3 secret access key。",
"markdown-image.s3.cdn": "设置你的 S3 CDN URL。你可以使用变量 `${bucket}` `${region}` `${pathname}` and `${filepath}`。比如:`https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`",
"markdown-image.s3.cdn": "设置你的 S3 CDN URL。你可以使用变量 `${bucket}` `${region}` `${pathname}` and `${filepath}`。比如:`https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`",
"markdown-image.sftp.host": "远程服务器地址。",
"markdown-image.sftp.port": "SSH 服务端口。",
"markdown-image.sftp.username": "远程用户名。",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"markdown-image.s3.bucketName": "你的 S3 存儲桶名稱。",
"markdown-image.s3.accessKeyId": "你的 S3 access key ID.",
"markdown-image.s3.secretAccessKey": "你的 S3 secret access key.",
"markdown-image.s3.cdn": "設定你的 S3 CDN URL。你可以使用變數 `${bucket}` `${region}` `${pathname}` and `${filepath}`。比如:`https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`",
"markdown-image.s3.cdn": "設定你的 S3 CDN URL。你可以使用變數 `${bucket}` `${region}` `${pathname}` and `${filepath}`。比如:`https://${bucket}.${region}.s3.amazonaws.com/${pathname}/${filepath}`",
"markdown-image.sftp.host": "遠端伺服器地址。",
"markdown-image.sftp.port": "SSH 服務端口。",
"markdown-image.sftp.username": "遠端賬戶。",
Expand Down

0 comments on commit 7e03d5d

Please sign in to comment.