Skip to content

Commit 9f402c8

Browse files
committed
release: v2.0.1
1 parent 700aab2 commit 9f402c8

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
> English|[简体中文](https://gitee.com/typed-sigterm/oi-runner-2/blob/main/CHANGELOG.zh-CN.md)
44
5+
## 2.0.1 (2025-04-26)
6+
7+
### 🔥 Performance
8+
9+
- Use the built-in multi-file state management logic of Monaco Editor to reduce the delay when switching between files and test cases
10+
- Change the import method of Monaco Editor to reduce the size of the extension
11+
12+
### 📖 Documentation
13+
14+
- Modify wording in walkthrough
15+
516
## 2.0.0 (2025-04-26)
617

718
v2 is mainly based on the feedback from the hackers from [Moonshot48](https://www.msadream.cn/), and the features are basically on par with [Competitive Programming Helper](https://marketplace.visualstudio.com/items/?itemName=DivyanshuAgrawal.competitive-programming-helper).

CHANGELOG.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
> [English](https://github.com/typed-sigterm/oi-runner-2/blob/main/CHANGELOG.md)|简体中文
44
5+
## 2.0.1 (2025-04-26)
6+
7+
### 🔥 性能优化
8+
9+
- 使用 Monaco Editor 内置的多文件状态管理逻辑,减少在文件、样例间切换时的延迟
10+
- 修改 Monaco Editor 导入方式,减小插件体积
11+
12+
### 📖 文档改进
13+
14+
- 修改新手教程中部分用词
15+
516
## 2.0.0 (2025-04-26)
617

718
v2 主要听取了来自 [Moonshot48](https://www.msadream.cn/) 的同学的反馈,功能基本追平了 [Competitive Programming Helper](https://marketplace.visualstudio.com/items/?itemName=DivyanshuAgrawal.competitive-programming-helper)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "typed-sigterm",
33
"name": "oi-runner-2",
44
"displayName": "%extension.displayName%",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"private": true,
77
"packageManager": "pnpm@10.9.0",
88
"description": "%extension.description%",

0 commit comments

Comments
 (0)