From 9a52dfd4b6bc381e448afde14fae32fbafd70beb Mon Sep 17 00:00:00 2001 From: John Rodriguez Date: Fri, 1 Mar 2024 04:27:23 -0500 Subject: [PATCH] Prepare version 1.3.3 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129f209c62..5bfd4caec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ ## [Unreleased] +## [1.3.3] - 2024-03-01 + +### New +* Migrate Paparazzi to layoutlib Hedgehog 2023.1.1 +* Compose 1.5.8 +* Kotlin 1.9.22 +* [Gradle Plugin] Gradle 8.6 +* [Gradle Plugin] Android Gradle Plugin 8.2.1 + +### Fixed +* Update the DeviceConfig screenWidth internally for accessibility tests +* Fix variant caching issues in new resource/asset loading mechanisms +* Remove legacy resources/assets loading mechanism +* Set HardwareConfig width and height based on orientation +* Apply round screen qualifier to device config +* Restrict Paparazzi's public API +* Remove obsolete NEXUS_5_LAND DeviceConfig +* Fix formatting so that all digits show upon failure +* Stop resolving dependencies at configuration time +* Use our own internal HandlerDispatcher for Compose Ui tests +* Include generated string resources +* Reset logger to prevent swallowing exceptions + +Kudos to @gamepro65, @kevinzheng-ap, @BrianGardnerAtl, @adamalyyan, and others for contributions this release! + ## [1.3.2] - 2024-01-13 ### NOTE: Due to a known issue with [how Guava now publishes its artifact](https://github.com/google/guava/issues/6567), you will need to apply the following snippet workaround to your root build.gradle: @@ -332,7 +357,8 @@ As of this release, consumers must build on Java 11 environments. -[Unreleased]: https://github.com/cashapp/paparazzi/compare/1.3.2...HEAD +[Unreleased]: https://github.com/cashapp/paparazzi/compare/1.3.3...HEAD +[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 [1.3.0]: https://github.com/cashapp/paparazzi/releases/tag/1.3.0 diff --git a/README.md b/README.md index 88481fc318..a3bdd8798d 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ buildscript { google() } dependencies { - classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.3.2' + classpath 'app.cash.paparazzi:paparazzi-gradle-plugin:1.3.3' } } @@ -158,7 +158,7 @@ apply plugin: 'app.cash.paparazzi' Using the plugins DSL: ```groovy plugins { - id 'app.cash.paparazzi' version '1.3.2' + id 'app.cash.paparazzi' version '1.3.3' } ``` diff --git a/gradle.properties b/gradle.properties index 4e67ea031c..535e434fc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.paparazzi -VERSION_NAME=1.3.3-SNAPSHOT +VERSION_NAME=1.3.3 POM_URL=https://github.com/cashapp/paparazzi/ POM_SCM_URL=https://github.com/cashapp/paparazzi/