Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyong920 committed Apr 11, 2021
1 parent 0f4c739 commit 23197b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,13 @@
#### Bugs Fixed

- [2021-01-27 修复Page#goTo方法中referrer值为null的问题](https://github.com/fanyong920/jvppeteer/commit/89135bb8c604db09735caf63f5a575da6288ef7c)
- [修复截图前可能重新加载导致找不到context](https://github.com/fanyong920/jvppeteer/commit/b94d3b927f2bb73871540059c7f7520685465b62)
- [修复截图前可能重新加载导致找不到context](https://github.com/fanyong920/jvppeteer/commit/b94d3b927f2bb73871540059c7f7520685465b62)

### Version Release 1.1.3 (2021/04/04)

- [修正Page#$x()方法中存在的问题](https://github.com/fanyong920/jvppeteer/commit/a7fe287f900c61e09d621bc29394af6df250e790)
- [FIX:修复启动器不能通过LaunchOptions的setProduct方法切换FIREFOX的问题](https://github.com/fanyong920/jvppeteer/commit/d4eb28fc986aa92357a515bd2fa93323501a6546)
- [2021-03-06 修正DefaultBrowserListener中变量名mothod为method](https://github.com/fanyong920/jvppeteer/commit/a2247ec0d3272bc0f2da823ce620bb36d447f102)
- [INF:修改Page类以及引用的Example中onDialg方法名拼写错误; 增加Page扩展类PageExtend](https://github.com/fanyong920/jvppeteer/commit/60c8f74a5f04de1f90bd193a655e965dabc35b22)
- [INF: Page扩展类修改,增加获取页面文本](https://github.com/fanyong920/jvppeteer/commit/65a5427d5a57bbf09632e9df46ceb76a56a55e14)

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.github.fanyong920</groupId>
<artifactId>jvppeteer</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand All @@ -50,7 +50,7 @@ mavenCentral()
然后,您可以将最新版本添加到您的构建中。

```xml
compile "io.github.fanyong920:jvppeteer:1.1.2"
compile "io.github.fanyong920:jvppeteer:1.1.3"
```

#### Logging
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<httpasyncclient.version>4.1.4</httpasyncclient.version>
<nuprocess.version>2.0.0</nuprocess.version>
<htmlparse.version>2.1</htmlparse.version>
<jvppeteer.version>1.1.2</jvppeteer.version>
<jvppeteer.version>1.1.3</jvppeteer.version>
<htmlunit.version>2.38.0</htmlunit.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.fanyong920</groupId>
<artifactId>jvppeteer</artifactId>
<packaging>jar</packaging>
<version>1.1.2</version>
<version>1.1.3</version>
<name>jvppeteer</name>
<description>java version of puppeteer</description>
<url>https://github.com/fanyong920/jvppeteer</url>
Expand Down

0 comments on commit 23197b0

Please sign in to comment.