Skip to content

Commit 12a4de9

Browse files
committed
release: v1.1.0
1 parent df7c635 commit 12a4de9

File tree

7 files changed

+29
-1
lines changed

7 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (2024-11-17)
4+
5+
### 🚀 Features
6+
7+
- Introduce new input box styles. We migrated from [CodeMirror](https://codemirror.net/) to [Monaco Editor](https://microsoft.github.io/monaco-editor/) to provide a better input experience, fixing keyboard pasting behavior permanently
8+
- Display the current source file and its unsaved changes status in the run panel
9+
- Improve the background shape the toolbar button when hovering
10+
11+
### 🩹 Bug Fixes
12+
13+
- Fix spinner and mask position
14+
- Exclude the title above the input box from the scroll area
15+
- Disable scrolling when mask is displayed
16+
317
## 1.0.1 (2024-11-03)
418

519
### 🩹 Bug Fixes

docs/public/assets/guide/move.gif

-41.3 KB
Loading

docs/public/assets/guide/run.gif

35.4 KB
Loading
28.2 KB
Loading

docs/public/assets/guide/unsaved.png

140 KB
Loading

docs/zh-cn/changelog.md

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

3+
## 1.1.0 (2024-11-17)
4+
5+
### 🚀 新功能
6+
7+
- 更新了输入框样式。我们从 [CodeMirror](https://codemirror.net/) 迁移到了 [Monaco Editor](https://microsoft.github.io/monaco-editor/),获得了更好的输入体验,并且终于修复了 Ctrl+V 粘贴不生效的问题
8+
- 在运行面板中显示当前运行的文件,以及文件是否已保存
9+
- 改进了工具栏按钮 hover 时的的背景形状
10+
11+
### 🩹 Bug 修复
12+
13+
- 修复加载动画和遮罩的位置
14+
- 输入框滚动时不影响上方的标题
15+
- 遮罩显示时阻止滚动
16+
317
## 1.0.1 (2024-11-03)
418

519
### 🩹 Bug 修复

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.0.1",
5+
"version": "1.1.0",
66
"private": true,
77
"packageManager": "pnpm@9.13.2",
88
"description": "VS Code extension designed for OIer and ACMer, for running single-file programs.",

0 commit comments

Comments
 (0)