Skip to content

1.2.0

Choose a tag to compare

@chujiu-dev chujiu-dev released this 14 Jul 03:09

1.2.0

New Features

  • i18n internationalization: Auto-detect Obsidian interface language (Chinese/English), with manual override option. All UI text, input labels, and error messages are now localized.
  • Language auto-detection: Plugin follows Obsidian language by default, no manual setup needed.

Improvements

  • Compiler warnings: Displayed as collapsed grey block with click-to-expand (single-line summary, full diagnostics inside).
  • Settings restructure: Removed placeholder settings (Auto stdin detect, Enhanced syntax highlighting). Added Coming Soon section for planned features (Context-Aware I/O Prompts, Code auto-complete).
  • Instant settings save: Language preference persisted immediately on change.

Bug Fixes

  • C language routing: Fixed C code incorrectly compiled as C++ via SoloLearn API.