Skip to content

Commit 61133a2

Browse files
committed
Bump 0.0.13
1 parent d51fee4 commit 61133a2

File tree

4 files changed

+53
-11
lines changed

4 files changed

+53
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes
22

3+
## 0.0.13(2024-09-05)
4+
5+
- feat: Supports theme synchronization between webview and vscode.
6+
- feat: Sensitive information warning Linter.
7+
- feat: Added the ability to obtain SDK installation information.
8+
- feat: Document enhancement - API documentation can be opened through the API in hover code.
9+
- feat: Supports searching and highlighting webview content.
10+
- fix: Optimize document layout.
11+
- fix: Update cloud product categories.
12+
313
## 0.0.12(2024-07-05)
414

515
- Fix Request User-Agent.

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ English | [简体中文](./README.zh_CN.md)
2222

2323
- **Code Snippets:** You can use the code snippets to quickly generate the code.
2424

25-
- **Profiles Management :** Manage your Alibaba Cloud profiles.
25+
- **Profiles Management:** Manage your Alibaba Cloud profiles.
26+
27+
- **Document Enhancement:** Extension provides a document enhancement function, you can write SDK code, through the hover code to see the description of OpenAPI information and more related example links, to get more code example reference, or directly open the document for reference.
28+
29+
- **Sensitive Information Linter:** Extension provides sensitive information detection, during the code writing process, the extension will automatically detect AK information, and prompt you to use the AK in a more secure way.
30+
31+
- **Quickly Search the Contents of the Document:** You can quickly search the contents of the document by using `ctrl+f` or `cmd+f`.
2632

2733
- More features are under development, please stay tuned.
2834

@@ -63,17 +69,27 @@ Or use the keyboard shortcuts `ctrl+cmd+l` to search the API and select Insert s
6369

6470
![code snippets](https://img.alicdn.com/imgextra/i3/O1CN01dmGwmX1ZyVHozyKx4_!!6000000003263-1-tps-842-468.gif)
6571

66-
### Document enhancement
72+
### Profiles Management
73+
74+
Add and switch your Alibaba Cloud profiles.
75+
76+
![](https://img.alicdn.com/imgextra/i1/O1CN01NN667S1skk7vLbhr1_!!6000000005805-0-tps-2912-1596.jpg)
77+
78+
### Document Enhancement
6779

6880
When writing SDK code, you can get more code sample references by viewing the OpenAPI description information and additional related sample links through the code documentation.
6981

70-
![Document enhancement](https://img.alicdn.com/imgextra/i4/O1CN01jedn431D1Uk8MEhM3_!!6000000000156-0-tps-2562-654.jpg)
82+
![Document enhancement](https://gw.alicdn.com/imgextra/i2/O1CN01ymjnpo1l2aeq8D3lQ_!!6000000004761-0-tps-1496-646.jpg)
7183

72-
### Profiles Management
84+
## Sensitive Information Warning Linter
7385

74-
Add and switch your Alibaba Cloud profiles.
86+
![](https://gw.alicdn.com/imgextra/i4/O1CN01u787jO241C9LmbQ57_!!6000000007330-0-tps-1970-848.jpg)
7587

76-
![](https://img.alicdn.com/imgextra/i1/O1CN01NN667S1skk7vLbhr1_!!6000000005805-0-tps-2912-1596.jpg)
88+
## Quickly Search the Contents of the Document
89+
90+
Use `ctrl+f` or `cmd+f` to quickly search for the contents of the document.
91+
92+
![](https://gw.alicdn.com/imgextra/i2/O1CN01YmSwSz1Rn2VcqQILP_!!6000000002155-0-tps-2514-2098.jpg)
7793

7894
## Feedback
7995

README.zh_CN.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Alibaba Cloud API Toolkit 是一个轻量化的阿里云 API 工具,支持在
2424

2525
- **profiles 管理:** 管理你的阿里云 profiles。
2626

27+
- **文档增强:** 插件提供了文档增强功能,你可以在编写 SDK 代码时,通过 hover 代码看到 OpenAPI 的描述信息以及更多相关示例链接,来获得更多代码示例参考, 或直接打开文档进行查阅。
28+
29+
- **敏感信息检测:** 插件提供了敏感信息检测功能,在代码编写过程中,插件会自动检测 AK 信息,并提示你用更安全的方式使用 AK。
30+
31+
- **快速搜索文档中的内容:** 你可以通过 `ctrl+f``cmd+f` 快速搜索文档中的内容。
32+
2733
- 更多功能正在开发中,敬请期待...
2834

2935
## 插件 UI 导览
@@ -64,17 +70,27 @@ Alibaba Cloud API Toolkit 是一个轻量化的阿里云 API 工具,支持在
6470

6571
![code snippets](https://img.alicdn.com/imgextra/i3/O1CN01dmGwmX1ZyVHozyKx4_!!6000000003263-1-tps-842-468.gif)
6672

73+
### Profiles 管理
74+
75+
新增和切换你的阿里云 profiles。
76+
77+
![](https://img.alicdn.com/imgextra/i1/O1CN01NN667S1skk7vLbhr1_!!6000000005805-0-tps-2912-1596.jpg)
78+
6779
### 文档增强
6880

6981
你能够在编写 SDK 代码时,通过代码文档看到 OpenAPI 的描述信息以及更多相关示例链接,来获得更多代码示例参考。
7082

71-
![Document enhancement](https://img.alicdn.com/imgextra/i4/O1CN01jedn431D1Uk8MEhM3_!!6000000000156-0-tps-2562-654.jpg)
83+
![Document enhancement](https://gw.alicdn.com/imgextra/i2/O1CN01ymjnpo1l2aeq8D3lQ_!!6000000004761-0-tps-1496-646.jpg)
7284

73-
### Profiles 管理
85+
## 敏感信息检测
7486

75-
新增和切换你的阿里云 profiles。
87+
![](https://gw.alicdn.com/imgextra/i4/O1CN01u787jO241C9LmbQ57_!!6000000007330-0-tps-1970-848.jpg)
7688

77-
![](https://img.alicdn.com/imgextra/i1/O1CN01NN667S1skk7vLbhr1_!!6000000005805-0-tps-2912-1596.jpg)
89+
## 快速搜索文档中的内容
90+
91+
你可以通过 `ctrl+f``cmd+f` 快速搜索文档中的内容。
92+
93+
![](https://gw.alicdn.com/imgextra/i2/O1CN01YmSwSz1Rn2VcqQILP_!!6000000002155-0-tps-2514-2098.jpg)
7894

7995
## 反馈
8096

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Alibaba Cloud API Toolkit",
44
"description": "The Alibaba Cloud API Toolkit for VSCode makes it easier to access Alibaba Cloud services.",
55
"author": "Alibaba Cloud SDK Team",
6-
"version": "0.0.12",
6+
"version": "0.0.13",
77
"private": true,
88
"publisher": "alibabacloud-openapi",
99
"license": "Apache-2.0",

0 commit comments

Comments
 (0)