Skip to content

Releases: didi/booster

booster-v4.14.0

22 Oct 11:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.13.0...v4.14.0

booster-v4.13.0

25 Aug 15:39
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility issue of ShadowScheduledThreadPoolExecutor on Android 5.1.1 and below by @CodeIdeal in #359
  • Fix issue #364 booster transform cannot be registered successfully by @punkisnotdead3 in #367
  • Fix issue #368 by removing JAR signature-related files to prevent JAR signature verification by @johnsonlee in #369
  • Fix issue #370 by improving the compatibility of AGP 7.2.0+ by @johnsonlee in #371
  • Improve booster-aapt2 compatibility by @johnsonlee in #372

New Contributors

Full Changelog: v4.12.0...v4.13.0

booster-v4.12.0

16 Jul 01:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.11.0...v4.12.0

booster-v4.11.0

02 Jul 04:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.10.0...v4.11.0

booster-v4.10.0

13 Jun 01:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.9.0...v4.10.0

booster-v4.9.0

20 May 16:18
Compare
Choose a tag to compare

What's Changed

  • Fix [CVE-2020-15250] In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability by @johnsonlee
  • Fix variant artifacts acquiring by @johnsonlee
  • Fix integration tests by @johnsonlee
  • Refactoring booster-graph to support grouping and render options by @johnsonlee

Full Changelog: v4.8.0...v4.9.0

booster-v4.8.0

05 May 02:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.0...v4.8.0

booster-v4.7.0

27 Apr 15:28
Compare
Choose a tag to compare

What's Changed

  • Fix issue #304: ScheduledThreadPoolExecutor transform bug by @lpw14 in #305
  • Fix improper task dependencies by @johnsonlee
  • Add booster-task-graph for task graph visualization by @johnsonlee
  • Add DotGraph.visualize() for graph visualization by @johnsonlee

New Contributors

Full Changelog: v4.6.0...v4.7.0

booster-v4.6.0

05 Apr 14:48
Compare
Choose a tag to compare
  • Add extension property BaseVariant.mergedNativeLibs: Collection<File>
  • Add extension function BaseVariant..getReport(String, String): File
  • Fix Jacoco coverage report issue

booster-v4.5.3

06 Mar 14:41
Compare
Choose a tag to compare
  • Fix mergeResources task