Releases: Martin-Tech-Labs/gitw
Releases · Martin-Tech-Labs/gitw
v0.3.0
Fix Keychain profile metadata storage (#26) * feat: store git identity in Keychain and export author/committer env * test: randomize env-builder expected values * refactor: require Keychain profile (no legacy/optional) * feat: store git identity in Keychain and export author/committer env * Fix Keychain profile storage (generic password JSON) * Improve Keychain errors and prompt on duplicate overwrite * test: randomize env-builder expected values --------- Co-authored-by: Agent <agent@Martys-Mac-mini.local>
v0.2.0
feat: store git identity in Keychain + export author/committer env (#24) * feat: store git identity in Keychain and export author/committer env * docs: update auth diagram for full profile + /tmp * test: randomize env-builder expected values * refactor: require Keychain profile (no legacy/optional) --------- Co-authored-by: Agent <agent@Martys-Mac-mini.local>
v0.1.0
First public release.
Highlights:
- GitHub HTTPS-only URL policy
- Keychain-stored credentials selected via --as
- ASKPASS broker over Unix domain socket with nonce
- Hardening: disables credential helpers; GIT_TERMINAL_PROMPT=0
- CI with unit + acceptance smoke tests and test reporting