Skip to content

Commit bb8fcfb

Browse files
committed
release: v1.3.1
1 parent 3779863 commit bb8fcfb

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.1 (2024-12-22)
4+
5+
### 🚀 Features
6+
7+
- The extension now automatically save the source file before running by default. You can disable this feature by setting `oi-runner-2.autoSave` to `false`
8+
9+
### 🩹 Bug Fixes
10+
11+
- Fix the appearance of link file button when stdout is empty
12+
313
## 1.3.0 (2024-12-22)
414

515
### 🚀 Features

docs/zh-cn/changelog.md

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

3+
## 1.3.1 (2024-12-22)
4+
5+
### 🚀 新功能
6+
7+
- 默认情况下,插件现在会在运行前自动保存源文件。你可以设置 `oi-runner-2.autoSave``false` 来禁用此功能
8+
9+
### 🩹 Bug 修复
10+
11+
- 修复 stdout 为空时 Link File 按钮的显示
12+
313
## 1.3.0 (2024-12-22)
414

515
### 🚀 新功能

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.0",
5+
"version": "1.3.1",
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)