Releases: asnowfix/secret
Releases · asnowfix/secret
Release list
v0.2.1
Changelog
- 6bee3e9 Fix: use resource_windows.syso to prevent Darwin CGO linker picking up Windows PE object
- 5f42458 Add Windows PE metadata and keep debug symbols to reduce AV false positives
- 122c514 Merge pull request #21 from asnowfix/fix-passwords-app-synchronizable
- 2582ac8 Search iCloud-synced keychain items by adding kSecAttrSynchronizableAny
- bf9675e Merge pull request #19 from asnowfix/issue-5-passwords-app-backend
- 9c66c86 Merge pull request #18 from asnowfix/release-native-runners-cgo
- ba436ef Update README: document PasswordsApp backend, --keychain flag, and data-protection keychain limitation
- bb49362 Add --keychain/-k flag on macOS to force login.keychain-db backend
- 66fed76 Add PasswordsApp backend via Security framework (cgo)
- 9145dd3 Switch release to macos-latest runner; enable CGO for darwin builds
v0.2.0
What's Changed
- Add Dependabot with auto-merge on CI pass by @asnowfix in #9
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #11
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #12
- Bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #10
- Add WSL trampoline and automated Scoop/winget release distribution by @asnowfix in #14
- Follow-up: CI Linux build, README installation section, WSL snap instructions by @asnowfix in #15
- Fix goreleaser v2 config: rename scoop to scoops by @asnowfix in #16
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changelog
- 69f9d04 Merge pull request #4 from asnowfix/worktree-contributor-guide
- 42c22d4 Remove TODO comments tracked as GitHub issues
- f3286a4 Fix macOS Edit(): use bundle ID and non-blocking Start()
- 7945928 Add macOS prerequisites and smoke test to CONTRIBUTING.md
- 1a2c4f7 Add CONTRIBUTING.md, PR template, and issue templates (Windows)
- 6ad5b7e igore goreleaser distribution
- 4e33496 Merge pull request #3 from asnowfix/worktree-cmd-version
- 625a72f Add version command, CI workflow, and GoReleaser release pipeline
- f3fca68 Merge pull request #2 from asnowfix/windows-credential-manager
- 2bd9a41 Update README: replace add with set command
- d74d10b Merge remote-tracking branch 'origin/main' into windows-credential-manager
- e4b610a Implement Windows Credential Manager backend
- 8c3cb96 Merge pull request #1 from asnowfix/worktree-feature+set-overwrite-creds
- b48aa7d Replace add command with set that overwrites existing credentials
- 5b0d044 Add AGENTS.md as single source of coding agent instructions
- 9afc230 Update README with project objective and architecture
- cbb2405 Implement Go CLI replacement for secret shell script
- d441d1e Initial commit