Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 02:33
· 18 commits to main since this release
v0.3.1
bb1b9bf

[0.3.1] - 2026-03-18

Fixed / 修复

  • PowerShell init syntax: changed Invoke-Expression (piz init powershell | Out-String) to pipeline style piz init powershell | Out-String | Invoke-Expression for better compatibility
  • PowerShell 初始化语法:将 Invoke-Expression (piz init powershell | Out-String) 改为管道风格 piz init powershell | Out-String | Invoke-Expression,提升兼容性

Added / 新增

  • VHS tape demo scripts for basic, explain, and multi-candidate modes
  • VHS tape 演示脚本,覆盖基础、解释和多候选模式

Full Changelog: v0.3.0...v0.3.1