Skip to content

Releases: Martin-Tech-Labs/gitw

v0.3.0

17 Mar 12:54
19d7388

Choose a tag to compare

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

17 Mar 00:32
d1cf383

Choose a tag to compare

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

16 Mar 17:23

Choose a tag to compare

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