Skip to content

Commit

Permalink
chore(upgrade): upgrade version name(1.4.0->1.5.0) code(10->11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Mar 23, 2017
1 parent a7c604e commit 6c505d5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

> [CHANGELOG](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG.md)|[中文迭代日志](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG_zh.md)
## Version 1.5.0

_2017-03-23_

#### New Interfaces

- Add `ThreadDebugger#ignoreUnknownCategory`: Only print thread info which you explicitly add through `ThreadDebugger#add` for method `ThreadDebugger#drawUpEachThreadInfo`, `ThreadDebugger#drawUpEachThreadInfo`, `ThreadDebugger#drawUpEachThreadSizeDiff`, `ThreadDebugger#drawUpEachThreadInfoDiff`, `ThreadDebugger#isChanged`, `ThreadDebugger#isSizeChanged`.

## Version 1.4.0

_2016-10-09_
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG_zh.md
Expand Up @@ -2,6 +2,14 @@

> [CHANGELOG](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG.md)|[中文迭代日志](https://github.com/Jacksgong/ThreadDebugger/blob/master/CHANGELOG_zh.md)
## Version 1.5.0

_2017-03-23_

#### 新接口

- 新增 `ThreadDebugger#ignoreUnknownCategory`: 在进行输出时忽略未通过`ThreadDebugger#add`主动添加分类的线程变化。

## Version 1.4.0

_2016-10-09_
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -29,10 +29,10 @@ ThreadDebugger and ThreadPool is installed by adding the following dependency to
```groovy
dependencies {
// If you need use ThreadDebugger.
debugCompile 'cn.dreamtobe.threaddebugger:threaddebugger:1.4.0'
releaseCompile 'cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.4.0'
debugCompile 'cn.dreamtobe.threaddebugger:threaddebugger:1.5.0'
releaseCompile 'cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.5.0'
// If you need use ThreadPool.
compile 'cn.dreamtobe.threaddebugger:threadpool:1.4.0'
compile 'cn.dreamtobe.threaddebugger:threadpool:1.5.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Expand Up @@ -29,10 +29,10 @@ ThreadDebugger是一个简单易用的线程调试器,可以帮助您随时查
```groovy
dependencies {
// If you need use ThreadDebugger.
debugCompile 'cn.dreamtobe.threaddebugger:threaddebugger:1.4.0'
releaseCompile 'cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.4.0'
debugCompile 'cn.dreamtobe.threaddebugger:threaddebugger:1.5.0'
releaseCompile 'cn.dreamtobe.threaddebugger:threaddebugger-no-op:1.5.0'
// If you need use ThreadPool.
compile 'cn.dreamtobe.threaddebugger:threadpool:1.4.0'
compile 'cn.dreamtobe.threaddebugger:threadpool:1.5.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,5 +1,5 @@
VERSION_NAME=1.4.0
VERSION_CODE=10
VERSION_NAME=1.5.0
VERSION_CODE=11
BUILD_TOOLS_VERSION=25.0.0
COMPILE_SDK_VERSION=25

Expand Down

0 comments on commit 6c505d5

Please sign in to comment.