From 1dc399beba8625ad912c1e4eca5b9498cada6f3e Mon Sep 17 00:00:00 2001 From: John Rodriguez Date: Sat, 18 May 2024 22:14:19 -0400 Subject: [PATCH] Prepare version 1.3.4 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfd4caec2..73406090e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ ## [Unreleased] +## [1.3.4] - 2024-05-23 + +### New +* Support for animated-PNG-based snapshots using Paparazzi#gif +* New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots +* Add boolean flag to decide if image should be scaled or full-sized +* Migrate Paparazzi to layoutlib Iguana 2023.2.1 +* Compose 1.5.14 +* Kotlin 1.9.24 +* [Gradle Plugin] Gradle 8.7 +* [Gradle Plugin] Android Gradle Plugin 8.3.2 + +### Fixed +* Fix long content description being cut off in accessibility snapshots +* Include resource references from generated resource folders +* Fix gradle caching for resources coming from aar dependencies +* Support SHRINK render mode when using unsafeUpdateConfig +* Fix issue where multiple snapshots fail when using render extensions +* Remove guava workaround from [1.3.2] now that Collector APIs are in guava-android + +Kudos to @geoff-powell, @gamepro65, @kevinzheng-ap, @nak5ive, @TWiStErRob, @emuguy1 and others for contributions this release! + ## [1.3.3] - 2024-03-01 ### New @@ -357,7 +379,8 @@ As of this release, consumers must build on Java 11 environments. -[Unreleased]: https://github.com/cashapp/paparazzi/compare/1.3.3...HEAD +[Unreleased]: https://github.com/cashapp/paparazzi/compare/1.3.4...HEAD +[1.3.4]: https://github.com/cashapp/paparazzi/releases/tag/1.3.4 [1.3.3]: https://github.com/cashapp/paparazzi/releases/tag/1.3.3 [1.3.2]: https://github.com/cashapp/paparazzi/releases/tag/1.3.2 [1.3.1]: https://github.com/cashapp/paparazzi/releases/tag/1.3.1 diff --git a/README.md b/README.md index a3bdd8798d..07e5c522ce 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ buildscript { google() } dependencies { - classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.3.3' + classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.3.4' } } @@ -158,7 +158,7 @@ apply plugin: 'app.cash.paparazzi' Using the plugins DSL: ```groovy plugins { - id 'app.cash.paparazzi' version '1.3.3' + id 'app.cash.paparazzi' version '1.3.4' } ``` diff --git a/gradle.properties b/gradle.properties index 1a6c146792..3e3fd151df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.paparazzi -VERSION_NAME=1.3.4-SNAPSHOT +VERSION_NAME=1.3.4 POM_URL=https://github.com/cashapp/paparazzi/ POM_SCM_URL=https://github.com/cashapp/paparazzi/