Skip to content

Releases: EmergeTools/emerge-android

Gradle plugin v4.0.2

22 Oct 23:09
5fae30f
Compare
Choose a tag to compare

4.0.2 - 2024-10-22

  • Remove previousSha from PR
    uploads. #281

Distribution v0.0.1

18 Oct 18:56
0f3d181
Compare
Choose a tag to compare

0.0.1 - 2024-10-08

  • Initial release

Gradle Plugin v4.0.1

15 Oct 17:28
c8d6466
Compare
Choose a tag to compare

4.0.1 - 2024-10-15

  • Support @PreviewParameter annotated params in snapshots. (Requires snapshots SDK 1.3.0-rc01 or
    later). #271
  • Add previousSha field to upload for use with history
    tracking. #274

Reaper 1.0.0-rc02

19 Sep 23:20
56d9a35
Compare
Choose a tag to compare
Reaper 1.0.0-rc02 Pre-release
Pre-release

1.0.0-rc02 - 2024-09-19

  • Handle I/O errors (I/O crash fix). #262
  • Split Reaper business logic from I/O. #261
  • Fix typo that prevented limiting pending reports. #260
  • Move most work off main thread (ANR fix). #259
  • Remove unnecessary manifest properties. #257
  • Pass onFlush directly to flush. #258

Snapshots v1.3.0-beta01

04 Sep 17:59
c1d0c8a
Compare
Choose a tag to compare
Pre-release

1.3.0-beta01 - 2024-09-04

Note: Existing previews with custom device specs will potentially have expected diffs.
1.3.0 fixes an issue where custom device specs did not produce expected dimensions.
Emerge recommends merging the 1.3 update and rebasing PRs with unexpected diffs onto the main base
commit with 1.3.

  • Remove skipping logic and ignore a test entirely if not a snapshot
    test. #253
  • Fix custom device specs. #243
  • Add apiLevel & wallpaper params to key to ensure we don't clobber other
    previews. #241
  • Don't hard error on file already
    existing. #235

Gradle Plugin v4.0.0

26 Aug 19:52
ab0dcdf
Compare
Choose a tag to compare

4.0.0 - 2024-08-26

4.0.0 brings support for Reaper, Emerge's SDK to detect dead code at runtime, as well as cleanups,
bug fixes and pre-flight tasks for all products to check configuration before uploading.

Changes since 4.0.0-rc02:

  • Adds size preflight check. #245
  • Ignore GitHub/GitLab info in preflight checks if other is
    set. #247
  • Add VCS info to preflight checks. #239
  • Adds snapshot preflight check. #238
  • Include GitHub event data in upload for
    debugging. #237

Gradle plugin v4.0.0-rc02

14 Aug 21:26
032ee88
Compare
Choose a tag to compare
Pre-release

4.0.0-rc02 - 2024-08-14

  • Fix reaper preflight check to detect SDK without hooking minify task. #234

Reaper 1.0.0-rc01

09 Aug 17:29
3d214d3
Compare
Choose a tag to compare
Reaper 1.0.0-rc01 Pre-release
Pre-release

1.0.0-rc01 - 2024-08-09

  • Remove fatal exit if publishableApiKey is not set. #232
  • Add debug mode. #215

Gradle plugin v4.0.0-rc01

08 Aug 20:06
60cfacf
Compare
Choose a tag to compare
Pre-release

4.0.0-rc01 - 2024-08-08

  • Make reaper opt-in by specifying variants with enabledVariants property. #227
  • Better handle dryRun to not cause a crash. #229
  • Cleanup and move task registration logic into separate files in relevant packages. #225
  • Hook default bundle task rather than having explicit initialize task. #223
  • Make preflight reaper task args optional. #222
  • Split emergeInitializeReaper task to validate & upload. #213

Snapshots v1.2.0

31 Jul 21:02
47d3136
Compare
Choose a tag to compare

1.2.0 - 2024-07-31

Note: Existing previews with device/showSystemUI parameters will have expected diffs. 1.2.0 fixes an issue
where device dimensions did not match expected dimensions. Emerge recommends merging the 1.2
update and rebasing PRs with unexpected diffs onto the main base commit with 1.2.

  • Temporarily remove support for showSystemUi. #212
  • Add support for reporting snapshot error types. #207
  • Add isAppstoreSnapshot to config. #210
  • Fix device dimensions. #206