Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Dec 22, 2024
1 parent f17336c commit fd7ee49
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.3.0 (2024-12-22)

### 🚀 Features

- You can now redirect stdin and stdout to a file in the run panel. This is useful when the data is too large to be inputted manually, or when you want to save the output for later use

### 🩹 Bug Fixes

- Fix the issue that the warning emitted by the compile command is not displayed when compile-and-run
- Enable more accurate timing

## 1.2.1 (2024-12-16)

### 🩹 Bug Fixes
Expand Down
11 changes: 11 additions & 0 deletions docs/zh-cn/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 更新记录

## 1.3.0 (2024-12-22)

### 🚀 新功能

- 现在你可以在运行面板中将 stdin 和 stdout 重定向到文件。当数据量过大,或需要保存数据时,推荐使用此方法

### 🩹 Bug 修复

- 修复 Compile & Run 时无法显示编译警告的问题
- 提高计时精度

## 1.2.0 (2024-12-16)

### 🩹 Bug 修复
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
"@vscode-elements/elements": "^1.6.2",
"@vscode/vsce": "^3.2.0",
"consola": "^3.2.3",
"convert": "^5.4.1",
"eslint": "^9.12.0",
"husky": "^9.1.6",
"iconv-lite": "^0.6.3",
Expand Down
15 changes: 3 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd7ee49

Please sign in to comment.