Skip to content

Releases: typed-sigterm/oi-runner-2

OI Runner++ v1.3.2

23 Dec 10:46
207f046
Compare
Choose a tag to compare

🩹 Bug Fixes

  • Fix command IO charset, now default to utf-8
  • Clear stderr channel when a new run is started

OI Runner++ v1.3.1

22 Dec 06:18
bb8fcfb
Compare
Choose a tag to compare

🚀 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

OI Runner++ v1.3.0

22 Dec 04:28
d5d8dcc
Compare
Choose a tag to compare

🚀 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

OI Runner++ v1.2.1

16 Dec 15:26
86f0218
Compare
Choose a tag to compare

🩹 Bug Fixes

  • Fix default configuration

OI Runner++ v1.2.0

16 Dec 15:02
83ffb96
Compare
Choose a tag to compare

🚀 Features

  • Now if a file does not match any extension configured in oi-runner-2.defaultTask, the run panel won't switch to that file, remaining the original state
  • You can move and rename files without losing the context in the run panel
  • You will get notified to reload when the configuration is changed

🩹 Bug Fixes

  • Kill all its child processes when a run is stopped, the stop button will no longer fail now
  • Fix height shaking issue when the "unsaved" badge is toggled

📖 Documentation

  • Update outdated screenshots
  • Use equal width fonts on the version label
  • Switch logo theme in dark mode

🏡 Other Changes

  • OI Runner++ is also published on Open VSX, an open-source registry for VS Code extensions operated by the Eclipse Foundation

OI Runner++ v1.1.0

16 Nov 16:55
12a4de9
Compare
Choose a tag to compare

🚀 Features

  • Introduce new input box styles. We migrated from CodeMirror to Monaco Editor to provide a better input experience, fixing keyboard pasting behavior permanently
  • Display the current source file and its unsaved changes status in the run panel
  • Improve the background shape the toolbar button when hovering

🩹 Bug Fixes

  • Fix spinner and mask position
  • Exclude the title above the input box from the scroll area
  • Disable scrolling when mask is displayed

OI Runner++ v1.0.1

02 Nov 17:08
faae1b9
Compare
Choose a tag to compare

🩹 Bug Fixes

  • Show hint when a run is canceled
  • Fix pasting behavior in stdin input box

📖 Documentation

  • Make version label looks better
  • Add preview image to README

OI Runner++ v1.0.0

25 Oct 15:59
ec336cb
Compare
Choose a tag to compare

Wishing every contestant in tomorrow's CSP1 an ideal result!

🚀 Features

  • The compile button is not displayed when the selected language has no compilation command.
  • Clear the stderr content from the last run when starting a new run.
  • Added configuration oi-runner-2.defaultTask to support setting default running languages for different file extensions.

🩹 Bug Fixes

  • Modified the logo color to avoid being too close to the default background color.
  • Fixed the issue with stdin being invalid.

📖 Documentation

  • Documentation site is now live, come and check it out.
  • Added configuration instructions in the README.
  1. CSP, Certified Software Professional, a very important OI contest of Chinese OIers

OI Runner++ v0.1.0

23 Oct 15:34
2f85434
Compare
Choose a tag to compare

🚀 Let's go!