Skip to content

Commit ec336cb

Browse files
committed
release: v1.0.0
1 parent 4999f16 commit ec336cb

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2024-10-25)
4+
5+
Wishing every contestant in tomorrow's <abbr title="Certified Software Professional, a very important OI contest of Chinese OIers">CSP</abbr> an ideal result!
6+
7+
### 🚀 Features
8+
9+
- The compile button is not displayed when the selected language has no compilation command.
10+
- Clear the stderr content from the last run when starting a new run.
11+
- Added configuration `oi-runner-2.defaultTask` to support setting default running languages for different file extensions.
12+
13+
### 🩹 Bug Fixes
14+
15+
- Modified the logo color to avoid being too close to the default background color.
16+
- Fixed the issue with stdin being invalid.
17+
18+
### 📖 Documentation
19+
20+
- [Documentation site](https://oi-runner-2.by-ts.top/zh-cn/) is now live, come and check it out.
21+
- Added configuration instructions in the README.
22+
323
## 0.1.0 (2024-10-23)
424

525
🚀 Let's go!

docs/zh-cn/changelog.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# 更新记录
22

3-
## 0.1.0 (2023-10-23)
3+
## 1.0.0 (2024-10-25)
4+
5+
::: tip CSP 2024 rp++
6+
:::
7+
8+
### 🚀 新功能
9+
10+
- 所选的语言没有编译命令时,不显示编译按钮
11+
- 开始运行时清空上次运行输出到 stderr 的内容
12+
- 新增配置 `oi-runner-2.defaultTask`,支持为不同拓展名的文件设置默认运行语言
13+
14+
### 🩹 Bug 修复
15+
16+
- 修改 logo 颜色,避免与默认背景色过于接近
17+
- 修复 stdin 无效的问题
18+
19+
### 📖 文档改进
20+
21+
- [文档站](https://oi-runner-2.by-ts.top/zh-cn/)上线,来看看罢
22+
- 在 README 中补充配置说明
23+
24+
## 0.1.0 (2024-10-23)
425

526
🚀 第一版发布

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": "OI Runner++",
5-
"version": "0.1.0",
5+
"version": "1.0.0",
66
"private": true,
77
"packageManager": "pnpm@9.12.2",
88
"description": "VS Code extension designed for OIer and ACMer, for running single-file programs.",

0 commit comments

Comments
 (0)