Skip to content

Releases: Qbandev/wave-notes-setup

v2.0.2

12 Feb 10:07
Immutable release. Only release title and notes can be modified.
705f036

Choose a tag to compare

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)

Installation

Homebrew (Recommended)

brew tap qbandev/wave-notes-setup
brew install wave-notes-setup
wave-notes-setup

curl

curl -fsSL https://raw.githubusercontent.com/qbandev/wave-notes-setup/v2.0.2/install.sh | bash

Manual

git clone https://github.com/qbandev/wave-notes-setup.git
cd wave-notes-setup
git checkout v2.0.2
./install.sh

Homebrew Formula Update

Update Formula/wave-notes-setup.rb:

url "https://github.com/qbandev/wave-notes-setup/archive/v2.0.2.tar.gz"
sha256 "b24bba21fcf30edc567fc3e24bf1a70d6e9dd6efc05ab64f80999f1278516fe4"

v2.0.1

04 Feb 14:16
Immutable release. Only release title and notes can be modified.
6458007

Choose a tag to compare

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)

Installation

Homebrew (Recommended)

brew tap qbandev/wave-notes-setup
brew install wave-notes-setup
wave-notes-setup

curl

curl -fsSL https://raw.githubusercontent.com/qbandev/wave-notes-setup/v2.0.1/install.sh | bash

Manual

git clone https://github.com/qbandev/wave-notes-setup.git
cd wave-notes-setup
git checkout v2.0.1
./install.sh

Homebrew Formula Update

Update Formula/wave-notes-setup.rb:

url "https://github.com/qbandev/wave-notes-setup/archive/v2.0.1.tar.gz"
sha256 "031f6f22624765a1b315dec844e09f8a787e3c315d53f40c274dac5a67cda89f"

v2.0.0

03 Feb 17:29
Immutable release. Only release title and notes can be modified.
5264da7

Choose a tag to compare

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)

Installation

Homebrew (Recommended)

brew tap qbandev/wave-notes-setup
brew install wave-notes-setup
wave-notes-setup

curl

curl -fsSL https://raw.githubusercontent.com/qbandev/wave-notes-setup/v2.0.0/install.sh | bash

Manual

git clone https://github.com/qbandev/wave-notes-setup.git
cd wave-notes-setup
git checkout v2.0.0
./install.sh

Homebrew Formula Update

Update Formula/wave-notes-setup.rb:

url "https://github.com/qbandev/wave-notes-setup/archive/v2.0.0.tar.gz"
sha256 "6859964eb71a320c2853509ac1232caf23f19ac510ee689cdfd84a7c7916bc2c"

v1.0.1

02 Feb 14:46
Immutable release. Only release title and notes can be modified.
3a90cfa

Choose a tag to compare

1.0.1 (2026-02-02)

Bug Fixes

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

Installation

Homebrew (Recommended)

brew tap qbandev/wave-notes-setup
brew install wave-notes-setup
wave-notes-setup

curl

curl -fsSL https://raw.githubusercontent.com/qbandev/wave-notes-setup/v1.0.1/install.sh | bash

Manual

git clone https://github.com/qbandev/wave-notes-setup.git
cd wave-notes-setup
git checkout v1.0.1
./install.sh

Homebrew Formula Update

Update Formula/wave-notes-setup.rb:

url "https://github.com/qbandev/wave-notes-setup/archive/v1.0.1.tar.gz"
sha256 "725675ab1d3154e9ad410ec2c5260c8a1e053596cdf6b1da65098ca9867ab1ad"

v1.0.0

02 Feb 12:21
Immutable release. Only release title and notes can be modified.
a3d0997

Choose a tag to compare

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)

Installation

Homebrew (Recommended)

brew tap qbandev/wave-notes-setup
brew install wave-notes-setup
wave-notes-setup

curl

curl -fsSL https://raw.githubusercontent.com/qbandev/wave-notes-setup/v1.0.0/install.sh | bash

Manual

git clone https://github.com/qbandev/wave-notes-setup.git
cd wave-notes-setup
git checkout v1.0.0
./install.sh

Homebrew Formula Update

Update Formula/wave-notes-setup.rb:

url "https://github.com/qbandev/wave-notes-setup/archive/v1.0.0.tar.gz"
sha256 "700f7998639a2e89b49538be58e3bc48090eb10da9e6895a23e9afd19f88864a"