Skip to content

Commit 2e16748

Browse files
committed
bump to 1.5.0
1 parent 3f073f2 commit 2e16748

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
You can watch releases [on Maven](https://oss.sonatype.org/content/groups/public/com/github/markzhai/).
44

5+
## Version 1.5 *(2017-02-26)*
6+
7+
Debug mode stop monitor.
8+
59
## Version 1.4 *(2016-11-02)*
610

711
- Bug fix.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A transparent ui-block detection library for Android, app only needs one-line-co
55

66
The naming is to pay respect to the great library [LeakCanary](https://github.com/square/leakcanary), ui-related codes are modified from leakcanary's ui part.
77

8+
- 1.5.0 Add context that can stop monitor in debug mode.
89
- 1.4.1 Bug fix.
910
- 1.4.0 Bug fix, add onBlock interceptor in context.
1011
- 1.3.1 Enable configuration of label and icon.

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BlockCanary是一个Android平台的一个非侵入式的性能监控组件,
55

66
取名为BlockCanary则是为了向LeakCanary致敬,顺便本库的UI部分是从LeakCanary改来的,之后可能会做一些调整。
77

8+
- 1.5.0 Context 中增加 Debug 时不监控选项。
89
- 1.4.1 Bug修复
910
- 1.4.0 修复 1.3.x 的 bug,增加发生卡慢时的拦截方法。
1011
- 1.3.0 增加白名单和包名过滤功能

blockcanary-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ android {
2222
dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
2424
// compile project(':blockcanary-analyzer')
25-
compile 'com.github.markzhai:blockcanary-analyzer:1.4.1'
25+
compile 'com.github.markzhai:blockcanary-analyzer:1.5.0'
2626
}

0 commit comments

Comments
 (0)