Skip to content

Commit 0572ff2

Browse files
committed
Release 1.1.0
1 parent b798982 commit 0572ff2

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 1.1.0 - 2026-04-30
4+
5+
- Added the redesigned JumpProto sidebar with English-first UI, language and theme controls, project configuration, diagnostics, and cache cleanup.
6+
- Added `.jumpproto` project configuration for shared Proto roots, workspace search, exclude rules, and compile command templates.
7+
- Improved Go and Proto navigation performance with bounded lookup, source header caching, symbol indexes, package indexes, and LRU memory limits.
8+
- Added Proto-to-Go usage search improvements for fields, getters, composite literals, aliases, nested messages, services, RPCs, and generated packages.
9+
- Added user-facing README screenshots and marketplace metadata for Visual Studio Marketplace and Open VSX.
10+
- Added release packaging hygiene with `.vscodeignore`, localized extension metadata, and VSIX verification.
11+
312
## 1.0.9 - 2026-04-29
413

514
- Fixed VSIX file whitelist so release verification no longer packages unused resources.

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.0.9",
5+
"version": "1.1.0",
66
"icon": "resources/marketplace-icon.png",
77
"publisher": "SivanLiu",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)