Skip to content

v0.15.0

Choose a tag to compare

@kazuph kazuph released this 31 Dec 06:52
· 270 commits to main since this release

New Features

Markdown Preview Enhancements

  • Collapsible sections (details/summary): Use <details> and <summary> tags to create expandable/collapsible content sections
  • Video thumbnails: Use image syntax ![](video.mp4) to display videos with thumbnail preview and playback controls
  • Improved details block parsing: Fixed issue where details blocks were being split by the markdown parser

artifact-proof Skill Improvements

  • Flow column for videos: Added arrow notation () to describe video content at a glance (e.g., Login → Dashboard → Settings)
  • Language policy: Instructions in English, reports in user's native language
  • Code fence warning: Added clear documentation that code fences inside table cells break the parser

Bug Fixes

  • Fixed details/summary content not rendering correctly due to marked.js splitting the HTML blocks

Documentation

  • Updated artifact-proof skill with comprehensive reviw-specific features guide
  • Added examples for video thumbnails with flow notation
  • Unified skill instructions in English

Full Changelog

v0.14.6...v0.15.0