Skip to content

Commit

Permalink
Prepare 0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Mar 14, 2023
1 parent ab57129 commit 15ef730
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

Version 0.11
_2023-03-13_

* Add `EventFrameLabeler` to leverage with `SafeTrace` and `WindowOverlay` to make it easy to match frames in Perfetto & on screen.
* Add `WindowOverlay` in `papa-dev` to facilitate drawing on top of the app windows.
* Add support for customization of the main thread section names (`SafeTraceSetup.mainThreadSectionNameMapper`)
* Make PerfAppComponentFactory public
* Rename papa-dev-receivers to papa-dev
* Add `OnEventScope.startSingleFrameInteraction()`, `OnEventScope.cancel()` and `OnEventScope.cancelRunningInteractions()`
* Add InteractionRuleClient.trackedInteractions``
* Rename `RunningInteraction.events` to `RunningInteraction.sentEvents`

Version 0.10
_2022-10-12_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add the `papa` dependency to your library or app's `build.gradle` file:

```gradle
dependencies {
implementation 'com.squareup.papa:papa:0.10'
implementation 'com.squareup.papa:papa:0.11'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.papa
VERSION_NAME=0.11-SNAPSHOT
VERSION_NAME=0.11

POM_DESCRIPTION=PAPA: Performance of Android Production Applications
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit 15ef730

Please sign in to comment.