Skip to content

v0.0.1

Latest

Choose a tag to compare

@MakFly MakFly released this 16 Jun 22:07

First tagged release.

🐛 Fixes

  • macOS / bash 3.2 SessionStart hook crash (#8, #6) — the hook no longer fails with mapfile: command not found. mapfile (a bash 4.0+ builtin, absent from macOS bash 3.2.57) is replaced by a portable while read loop, and the empty-array expansion under set -u is guarded with ${#apps[@]}. Thanks @mrfazolka (PR #9).

👷 CI / Security

  • test-session-start.yml: now runs on [ubuntu-latest, macos-latest] and executes the hook under the system /bin/bash (3.2 on macOS) as a regression guard.
  • security-audit.yml: new daily workflow (npm audit + JS obfuscation scan).
  • Action bumps to Node 24 compatible versions (checkout@v6, setup-node@v6).

🙌 Contributors