From d068d018273afc32aa1f0fbe3684b40bffe08e0f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ricau Date: Tue, 11 May 2021 15:16:44 -0700 Subject: [PATCH] Prepare 1.2 release --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe6b75..90faf60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Change Log ========== +Version 1.2 +------------- + +_2021-5-11_ + +* New window extension function: `window.onNextFrameMetrics(frameTimeNanos){}` (based on [this blog](https://dev.to/pyricau/tap-response-time-jetpack-navigation-4738)). +* Fixed bug: unless added last, the window callback would always be replaced. This didn't play well with fragments calling `AppCompatActivity.setSupportActionBar()` all the time (see [this AppCompat issue](https://issuetracker.google.com/issues/186791590)). + Version 1.1 ------------- diff --git a/gradle.properties b/gradle.properties index 9e2453b..3226a45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ android.useAndroidX=true systemProp.org.gradle.internal.publish.checksums.insecure=true GROUP=com.squareup.curtains -VERSION_NAME=1.2-SNAPSHOT +VERSION_NAME=1.2 POM_DESCRIPTION=Spy on your Android windows