Skip to content

Commit

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

## 1.3.1 (2024-12-22)

### 🚀 Features

- 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`

### 🩹 Bug Fixes

- Fix the appearance of link file button when stdout is empty

## 1.3.0 (2024-12-22)

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

## 1.3.1 (2024-12-22)

### 🚀 新功能

- 默认情况下,插件现在会在运行前自动保存源文件。你可以设置 `oi-runner-2.autoSave``false` 来禁用此功能

### 🩹 Bug 修复

- 修复 stdout 为空时 Link File 按钮的显示

## 1.3.0 (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.0",
"version": "1.3.1",
"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 bb8fcfb

Please sign in to comment.