From bb8fcfbc1e80397ff266b5513600de35d4b83e6a Mon Sep 17 00:00:00 2001 From: Typed SIGTERM Date: Sun, 22 Dec 2024 13:50:34 +0800 Subject: [PATCH] release: v1.3.1 --- CHANGELOG.md | 10 ++++++++++ docs/zh-cn/changelog.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77da756..06d0047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/zh-cn/changelog.md b/docs/zh-cn/changelog.md index 4966cf3..cc083df 100644 --- a/docs/zh-cn/changelog.md +++ b/docs/zh-cn/changelog.md @@ -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) ### 🚀 新功能 diff --git a/package.json b/package.json index 0c2cb29..119365e 100644 --- a/package.json +++ b/package.json @@ -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": "pnpm@9.15.0", "description": "VS Code extension designed for OIer and ACMer, for running single-file programs.",