Skip to content

Releases: JakeWharton/diffuse

0.3.0

21 Feb 04:34
Compare
Choose a tag to compare

Added

  • Support .dex as an input type with --dex flag.

Fixed

  • Ensure empty line appears between summary table and diff items.

0.2.0

13 Feb 18:10
Compare
Choose a tag to compare

Added

  • .aab base module now displays a diff.
  • Display v4 signatures.

Changed

  • Hide trailing numbers from lambda methods to attempt to clean up diffs.
  • Update internal ASM library to handle newer Java bytecode versions.
  • Update internal binary-resources library to handle empty .arsc resource tables.
  • Migrated the CLI to the Gradle application plugin. This produces a .zip instead of an executable .jar.

Fixed

  • Handle comments in R8 mapping files which are indented with whitespace.
  • Apply R8 mapping file before displaying a dex file diff.
  • Support reading zip entry sizes when the contents were streamed and thus use a trailing data descriptor. This also allows more accurately reporting the zip storage size of entries.
  • Handle the same XML namespace URL being mapped to two different namespace names.

0.1.0

27 Aug 13:49
Compare
Choose a tag to compare

Initial release