Skip to content

v1.12.0

Version 1.12.0
Released 2025-12-16

🚀 Highlights

  • New Actions
    (#302, #318, #330) Added selection, cancelCopilotChat, and copyFromSelection actions to expand automation capabilities.

  • Activity Bar Integration
    (#326) Demo Time has moved to the Activity Bar for easier access and better visibility.

  • Presenter View Enhancements
    (#319) Added support for previewing the next slide in the presenter view, helping you stay ahead during presentations.

  • License Update
    BREAKING: The project license has been changed from MIT to Apache License 2.0.

✨ New & Notable Features

Actions & Automation

  • selection Action (#302) – Select text in the editor based on start/end placeholders or line/character positioning.
  • copyFromSelection Action (#330) – Copy text from the current editor selection to use in subsequent steps.
  • cancelCopilotChat Action (#318) – Cancel an ongoing Copilot chat request programmatically.

User Interface

  • Activity Bar Move (#326) – The extension now resides in the Activity Bar.
  • Presenter View Preview (#319) – See what’s coming next with the new next slide preview.

Terminal Integration

  • Shell Command Navigation (#311) – Added support for next/previous commands in the shell using terminal.integrated.commandsToSkipShell.

🛠 Improvements & Fixes

  • Windows Support: Fixed file parsing issues on Windows (#305).
  • Config Editor:
    • Fixed sticky header issue in StepEditor (#308).
    • Updated InsertTypingModePicker to correctly display current settings and highlight on single-line selection (#309, #310).
    • Dark mode fixes (#315).
  • Demo File Management: Fixed file formatting when moving steps (#321).

⚠️ Breaking Changes

  • License: Changed project license from MIT to Apache License 2.0. See LICENSE for details.

🔗 See Also