Skip to content

Commit 9dfd0a4

Browse files
committed
Release 1.1.1
1 parent 0572ff2 commit 9dfd0a4

4 files changed

Lines changed: 7 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.1 - 2026-04-30
4+
5+
- Removed duplicate screenshots from the Chinese README section so marketplace pages keep the visual examples in the English overview only.
6+
37
## 1.1.0 - 2026-04-30
48

59
- Added the redesigned JumpProto sidebar with English-first UI, language and theme controls, project configuration, diagnostics, and cache cleanup.

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,6 @@ JumpProto 帮助 Go 项目在生成后的 Go 代码和源 `.proto` 文件之间
195195
- 在侧边栏运行或 dry-run 当前 Proto 文件的编译命令;
196196
- 在跳转结果异常时查看诊断信息并清理缓存。
197197

198-
## 截图
199-
200-
![JumpProto 侧边栏:Proto 根目录与编译规则](resources/screenshots/sidebar-overview.png)
201-
202-
![从生成 Go 代码跳转到源 Proto 定义](resources/screenshots/go-to-proto.png)
203-
204-
![从 Proto 字段查找 Go 使用处](resources/screenshots/proto-to-go.png)
205-
206198
## 安装
207199

208200
- [从 Visual Studio Marketplace 安装](https://marketplace.visualstudio.com/items?itemName=SivanLiu.jumpproto)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jumpproto",
33
"displayName": "JumpProto",
44
"description": "%extension.description%",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"icon": "resources/marketplace-icon.png",
77
"publisher": "SivanLiu",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)