All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use goreleaser to build & release
- Add cosign and SBOM support. Credit to @shibumi and https://github.com/in-toto/in-toto-golang/pull/128/files
- Removed all VIP code
- Only support SHiFT codes going forward
- Fixed broken login process
- Normalized to consistent naming of bl3auto
- Try to redeem all SHiFT codes instead of just Borderlands 3
- GitHub site - https://matt1484.github.io/bl3_auto_vip/
- Go modules ([#1])
- GitHub Actions CI pipeline ([#6])
- Changelog
- SHiFT code support ([#9])
- Ability to redeem activities ([#10])
- Config for future/updates
- Improve README
- Rewrote all code in go to add future mobile support (also more maintainable and smaller executable)
- Fixed bug where tables in comments would count as codes
- Password masking
- Timer so it does not immediately close when done
- Support for codes with multiple types
- Bad logging around/error handling involving code type setup
- Support for command-line args (email and password)
- Now uses REST endpoints and JSON parsing rather than headless browser
- Utilize .net core 3.0
- Timeout issues and added
- Initial release