Skip to content

Commit

Permalink
release: v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Dec 23, 2024
1 parent 7894ebe commit 207f046
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.2 (2024-12-23)

### 🩹 Bug Fixes

- Fix command IO charset, now default to `utf-8`
- Clear stderr channel when a new run is started

## 1.3.1 (2024-12-22)

### 🚀 Features
Expand Down
7 changes: 7 additions & 0 deletions docs/zh-cn/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新记录

## 1.3.2 (2024-12-23)

### 🩹 Bug 修复

- 修正命令输入输出编码为 `utf-8`
- 开始运行时清除上次的 stderr 输出

## 1.3.1 (2024-12-22)

### 🚀 新功能
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "typed-sigterm",
"name": "oi-runner-2",
"displayName": "OI Runner++",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"packageManager": "[email protected]",
"description": "VS Code extension designed for OIer and ACMer, for running single-file programs.",
Expand Down

0 comments on commit 207f046

Please sign in to comment.