Skip to content

Releases: GoogleChrome/ripunzip

v2.0.4

04 Dec 23:40
236ed25

Choose a tag to compare

What's Changed

  • Unzipping files on disk will now happen in parallel. This will speed up extraction on SSDs, but may cause excess seeking on spinning metal disks. On spinning metal disks, use --single-threaded to suppress parallelism. by @mhansen in #118
  • feat: aliases for subcommands by @nik-rev in #106
  • Replace anyhow with thiserror for main package by @Shtoyan in #107
  • insert variables in format strings by @pgrace-google in #110
  • build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory by @dependabot[bot] in #111
  • Fix clippy warning about unnecessary Default by @mhansen in #119
  • Run cargo fmt by @mhansen in #121
  • Release ripgrep version to 2.0.4 by @mhansen in #122

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

04 Jun 21:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

28 Apr 22:19

Choose a tag to compare

What's Changed

  • Fix fuzzer by @adetaylor in #89
  • Bump the cargo group across 2 directories with 1 update by @dependabot in #90
  • Bump the cargo group across 2 directories with 1 update by @dependabot in #91
  • Update zip dependency and improve type annotations for ZipFile usage by @egorsmkv in #96
  • Bump the cargo group across 2 directories with 2 updates by @dependabot in #97

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

29 Jan 15:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

30 Sep 08:05
e715807

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v2.0.0

1.2.3

30 Aug 07:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

1.2.2

01 Jun 14:25
58e245e

Choose a tag to compare

What's Changed

  • Bail instead of deadlock if reader creation fails. by @adetaylor in #70

Full Changelog: v1.2.1...v1.2.2

1.2.1

15 May 14:36
bd07efe

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.1

1.1.0

20 Nov 18:01

Choose a tag to compare

What's Changed

Functional changes

Internal changes

New Contributors

Full Changelog: v1.0.0...v1.1.0

1.0.0

29 Oct 22:30
5103ab0

Choose a tag to compare

First release where I'm confident this is useful.

Changes the command line syntax and also the library interface, so is a breaking change.

Adds major features:

  • list-uri mode can list remote zip files without downloading
  • Individual files can be specified

Full Changelog: v0.4.0...v1.0.0