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 10, 2024
1 parent fa03933 commit 6a7a5dd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "Google Translate" extension will be documented in this file.


## [1.2.9] - 2022-03-10
1. Support to connect to Google Translate via http proxy.
2. Fix hover link domain and switch language notice.

## [1.2.8] - 2022-03-19
- Update the translate mirror to China .

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Based on [Google Translate](https://translate.google.cn). No API Key translation
> Tips: Shortcuts can be modified by going to VSCode's Keyboard Shortcuts (`Ctrl + K Ctrl + S`)
## Release Notes

### 1.2.9
1. Support to connect to Google Translate via http proxy.
2. Fix hover link domain and switch language notice.

### 1.2.8
1. Update the translate mirror to China .

Expand Down
5 changes: 5 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
> Tips: 快捷键修改可以到 VSCode 的键盘快捷方式 ( `Ctrl + K Ctrl + S` ) 修改。
## Release Notes

### 1.2.9
1. 支持通过 HTTP 代理连接到 Google 翻译。
2. 修复悬停链接域名和切换语言通知信息。

### 1.2.8
1. 更新中国区翻译镜像。

Expand Down
4 changes: 4 additions & 0 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
## Release Notes

### 1.2.9
1. 支持通過 HTTP 代理連接到 Google 翻譯。
2. 修復懸停鏈接域名和切換語言通知信息。

### 1.2.8
1. 更新中國區翻譯鏡像。

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Japanese",
"Korean"
],
"version": "1.2.8",
"version": "1.2.9",
"repository": "https://github.com/imlinhanchao/vsc-google-translate",
"engines": {
"vscode": "^1.30.0"
Expand Down

0 comments on commit 6a7a5dd

Please sign in to comment.