Skip to content

Commit 207f046

Browse files
committed
release: v1.3.2
1 parent 7894ebe commit 207f046

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.2 (2024-12-23)
4+
5+
### 🩹 Bug Fixes
6+
7+
- Fix command IO charset, now default to `utf-8`
8+
- Clear stderr channel when a new run is started
9+
310
## 1.3.1 (2024-12-22)
411

512
### 🚀 Features

docs/zh-cn/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 更新记录
22

3+
## 1.3.2 (2024-12-23)
4+
5+
### 🩹 Bug 修复
6+
7+
- 修正命令输入输出编码为 `utf-8`
8+
- 开始运行时清除上次的 stderr 输出
9+
310
## 1.3.1 (2024-12-22)
411

512
### 🚀 新功能

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

0 commit comments

Comments
 (0)