rvz

Golang library for reading RVZ disc images

BSD-3-CLAUSE License

Stars
13

Bot releases are visible (Hide)

rvz - v1.0.3 Latest Release

Published by github-actions[bot] almost 2 years ago

What's Changed

New Features

Other Changes

Full Changelog: https://github.com/bodgit/rvz/compare/v1.0.2...v1.0.3

rvz - v1.0.2

Published by github-actions[bot] almost 2 years ago

What's Changed

New Features

Other Changes

Full Changelog: https://github.com/bodgit/rvz/compare/v1.0.1...v1.0.2

rvz - v1.0.1

Published by github-actions[bot] over 2 years ago

Changelog

  • 1d020fd Merge pull request #14 from bodgit/cli
  • 5755575 Lint
  • 5e49602 Add CLI utility
  • 05b10dc Merge pull request #12 from bodgit/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • d0ffcb1 Bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • f1345b8 Merge pull request #13 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.7
  • b5e7a99 Bump github.com/klauspost/compress from 1.15.6 to 1.15.7
  • 380b2d1 Merge pull request #11 from bodgit/dependabot/go_modules/github.com/stretchr/testify-1.7.5
  • aac4614 Bump github.com/stretchr/testify from 1.7.4 to 1.7.5
  • 2db2164 Speed up Wii partition reading
  • d9c3962 Simplify code
  • 611494d Cap chunk size at 2 MiB
  • c6cf6d7 Merge pull request #10 from bodgit/dependabot/go_modules/github.com/stretchr/testify-1.7.4
  • a1a2996 Bump github.com/stretchr/testify from 1.7.2 to 1.7.4
  • df67097 Split out code
  • 8af3665 Update padded reader documentation
  • ba09685 Reduce memory allocations
  • 64a544d Refactor how sectors are encrypted
  • 15acca3 Add simple benchmark
  • de742f3 Merge pull request #9 from bodgit/dependabot/go_modules/github.com/stretchr/testify-1.7.2
  • 169c426 Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
rvz - v1.0.0

Published by github-actions[bot] over 2 years ago

Changelog

  • 4a8c79b Merge pull request #8 from bodgit/issue7
  • bc35589 Lint
  • c82bc3c Add simple tests
  • b5177b6 Add support for reading partitions
  • e223335 Refactor raw reading
  • cf9d361 Validate chunk sizes
  • 63bfc63 Round raw areas to start on sector boundaries
  • 22f9ca0 Read and parse partition structs
  • cd1e558 Add file extension constant
  • 574ce0e Handle Purge algorithm
  • 75443f8 Create a constant for sector size
  • bab5e24 Merge pull request #6 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.6
  • 6c5c9c3 Bump github.com/klauspost/compress from 1.15.4 to 1.15.6
  • b70cd3c Merge pull request #4 from bodgit/issue3
  • 7e20956 Merge branch 'main' into issue3
  • 35bea07 Merge branch 'main' of github.com:bodgit/rvz
  • 01bec9d Handle all-zeroes compression
  • 47be437 Typo
  • d8bc62b Refactor to make lint happier
  • 899d88c Merge pull request #2 from bodgit/dependabot/github_actions/goreleaser/goreleaser-action-3.0.0
  • 6cad389 Merge pull request #1 from bodgit/dependabot/go_modules/github.com/klauspost/compress-1.15.4
  • c7d1b3c Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0
  • c5c18d4 Bump github.com/klauspost/compress from 1.15.3 to 1.15.4
  • bc856dd Initial commit