Skip to content

Commit

Permalink
Prepare 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed May 11, 2021
1 parent 898e4ef commit d068d01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d068d01

Please sign in to comment.