Releases: andornaut/mrs
Releases · andornaut/mrs
dev
Latest build from main branch
v0.1.1
Changelog
- 809988c Bump actions/checkout from 4 to 6
- 8fdb736 Bump actions/setup-go from 5 to 6
- dfd0e8b Bump actions/upload-artifact from 4 to 6
- 9b71c3a Fix vault listing to exclude .lock and .bak files
- 0a9d1a2 Merge pull request #10 from andornaut/dependabot/github_actions/actions/checkout-6
- 6581e51 Merge pull request #4 from andornaut/dependabot/github_actions/actions/setup-go-6
- 9a339a2 Merge pull request #6 from andornaut/dependabot/github_actions/actions/upload-artifact-6
v0.1.0
Changelog
- 1ac2b4f Add "Vaults" section to README.md
- a895b83 Add GitHub Actions CI for testing and linting
- 2909bdb Add GoReleaser and release workflow for automated tagging and publishing
- 55b80e5 Add releasing section to README.md
- 1c257b7 Add unit tests for config/fs and refactor CLI to remove global flags
- 1922e26 Add unit tests for high-value areas and AGENTS.md guide
- 2e42d43 Bump golang.org/x/crypto in the go_modules group across 1 directory
- 83fa6f3 Bump golang.org/x/crypto in the go_modules group across 1 directory
- 1bfbc50 Code review: fix shadowing, signal handling, and lint issues
- 68c0633 Fix linting error: rebuild golangci-lint with Go 1.26
- c303639 Fix linting errors in vault package
- 19669d9 Hardent security by increasing PBKDF2 iterations to 600,000
- 1dac581 Implement automatic vault backup (.bak) on write
- a4abd57 Implement vault file locking to prevent race conditions
- e95a518 Improve memory security: zero out passwords and plaintext secrets after use
- e5dc1fd Merge pull request #1 from andornaut/dependabot/go_modules/go_modules-ee7f9554a6
- 5ab6124 Merge pull request #3 from andornaut/dependabot/go_modules/go_modules-dd7da38a6b
- d2ab314 Modernize codebase: replace deprecated ioutil and terminal packages
- ac505b7 Refactor config and fs packages for better error handling and testability
- ce5b30a Remove Dependabot configuration
- 8f8db3f Remove linter config backup file
- df6822c Simplify .golangci.yml and GitHub workflows
- 196eb6d Tweak CLI text
- b13fa93 Update .golangci.yml: enable unparam and add version 2
- 125b101 Update .golangci.yml: remove incompatible version key and finalize configuration
- c90b75c Update AGENTS.md to describe current state
- 082cfed Update AGENTS.md to reflect current project state
- f976111 Update AGENTS.md with recent security and workflow enhancements
- f3aa1bf Update CI to use main branch
- 3a750d8 Update README.md
- 11f57f4 Update dependencies (cobra, crypto, term)
- b95c7c9 Update project to Go 1.26 and enhance CI/CD workflows
- becc929 Upgrade deps
- 5f86465 Upgrade golangci-lint to v2.10.1 and migrate config to v2 format