Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 5.12 KB

File metadata and controls

75 lines (45 loc) · 5.12 KB

Changelog

2.0.2 (2026-02-12)

Bug Fixes

  • add swap token exchange for Wave Terminal v0.14.0+ (65d7666)
  • add swap token exchange for Wave Terminal v0.14.0+ compatibility (94c016f)
  • remove redundant WSH_CMD check, use printf over echo for safety (a5a57fb)
  • replace eval with direct JWT parsing in swap token exchange (604620a)
  • revert to eval for wsh token exchange (bb9279f)

2.0.1 (2026-02-04)

Bug Fixes

  • add default value for validate_safe_path name parameter (5ace831)
  • address code review findings (626261e)
  • address remaining Copilot review comments (a485869)
  • chore: update install.sh comment (18e7421)
  • security: add Downloads to protected directories in uninstall.sh (68251af)
  • security: address Copilot review feedback (87812fa)
  • security: address vulnerabilities from security audit (8bf9fe7)
  • security: address vulnerabilities from security audit (5f1a15f)
  • security: block Library subdirectories in install.sh (2ec048d)
  • security: reject shell metacharacters in paths (230e38b)
  • security: sync security functions and add missing checks (a52bfaf)

2.0.0 (2026-02-03)

⚠ BREAKING CHANGES

  • The installer now only creates a single "note" widget. The "All Notes" directory browser widget (custom:notes-list) has been removed.

Features

  • remove "All Notes" widget, rename to single "note" widget (c0ed10d)

Bug Fixes

  • address Copilot review feedback (b3d468b)
  • consistent info message format and test assertion (ef960d1)

1.0.1 (2026-02-02)

Bug Fixes

  • ci: add issues write permission for Homebrew reminder (3d4e838)

1.0.0 (2026-02-02)

⚠ BREAKING CHANGES

  • install: Installation now requires Wave Terminal to be installed first

Features

  • add GitHub workflow automation (e0e7405)
  • install: add Wave detection, JSON validation, and release automation (899b5b8)
  • install: add Wave detection, JSON validation, and release automation (a406801)

Bug Fixes

  • address additional code review feedback (eb14219)
  • address code review feedback (2fa0191)
  • address code review issues and improve error handling (f6f4d11)
  • ci: fix YAML syntax in release-please workflow (feabd28)
  • ci: remove invalid package-name input from release-please (1d059a3)