Skip to content

1.0.8 - Interactive Input Detection

Choose a tag to compare

@chujiu-dev chujiu-dev released this 09 Jul 09:10

Changes

New Features

  • Interactive input detection: Programs using input(), scanf(), Scanner and other stdin functions are now detected before execution and show a bilingual warning instead of freezing Obsidian
  • Detects stdin usage across 8 languages: Python, C, C++, Java, Go, C#, Swift, R

Fixes

  • Prevents Obsidian from freezing when running programs that require real-time interactive input (feature under development)

README

  • Updated future plans section to mention interactive input feature