Releases: kldzj/pzmod
Releases · kldzj/pzmod
v2.0.1
v2.0.0
v2.0.0-next.9
v2.0.0-next.8
v2.0.0-next.7
Changelog
- 02c78e4 chore: refactor main.go
- 6d643d4 fix: check writability of target path when deciding to use sudo
- 69c2bb7 fix: infinite loops when an error occured in interactive commands
- 0c8b9c6 fix: log using println instead of printf in update command
- 9c068b4 fix: return custom error if creds file cannot be found
- 46ee4d8 fix: return custom error if steam api returns 401
v2.0.0-next.6
Changelog
- 4eb42bc feat: enable update checksum validation
v2.0.0-next.5
Changelog
- 4c0b3cf chore: remove panics
v2.0.0-next.4
Changelog
- ef36f11 chore: add license
- 6c2eb16 chore: add linux install script and instructions
- eff5951 chore: add newlines to yaml files
- 7459d4d chore: bootstrap cobra with version
- 013f3c7 chore: move banner.png away from project root
- 8746735 chore: switch fmt.print to cmd.print where possible
- b72fc4f feat: add
update
command - cab70b7 feat: add api-key cli command
- 88ccb41 feat: go rewrite, initial commit
- f4b9d49 fix: check input when setting api key interactively
- 25d20c4 fix: cmd.sprintf does not exist
- c475e86 fix: error convention
- c9d8083 fix: file flag is no longer persistent
- f7ad67b fix: transform arch in install script; test install script
- 40cb686 fix: use
go generate
to embed version