Tags: LK-Devs/ipatoolold
Tags
fix: downgrade go.mod to Go 1.19 for workflow compatibility - Change … …go version from 1.23.0 to 1.19 to match GitHub workflow - Remove toolchain directive (not supported in Go 1.19) - Fixes build errors in GitHub Actions workflow
feat: add --all-versions flag to version-history command - Add --all-… …versions flag to fetch complete app version history - Override --max-versions when --all-versions is used - Support proper ordering (oldest-first/newest-first) for all versions - Enhance user feedback with 'Fetching ALL version details' message - Add allVersions boolean to logging for debugging - Maintain backward compatibility with existing --max-versions behavior - Update flag descriptions to clarify interactions between flags
Bump golang.org/x/net from 0.36.0 to 0.38.0 (majd#364) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. - [Commits](golang/net@v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>