Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyong920 committed Nov 5, 2024
1 parent 996bb47 commit aa0dbfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,11 @@
### Version Release 2.1.2(2024/10/29)

- [下载浏览器添加 channel milestone buiid选项](https://github.com/fanyong920/jvppeteer/commit/477f0c616c4c851a36e72c8787ca5ae002d0b9c2)
- [给Browser加上AutoCloseable接口](https://github.com/fanyong920/jvppeteer/commit/ac535f860a1b1fe42eb5cb33b4b0974d77c3e3d9)
- [给Browser加上AutoCloseable接口](https://github.com/fanyong920/jvppeteer/commit/ac535f860a1b1fe42eb5cb33b4b0974d77c3e3d9)

### Version Release 2.2.0(2024/11/05)

- [Browser 添加取消下载功能](https://github.com/fanyong920/jvppeteer/commit/4f46fd5099f4b5e7bbe1b1fa95865b7f0963ce7d)
- [从默认参数 中删除 --disable-component-update](https://github.com/fanyong920/jvppeteer/commit/73e673d2307008c259adefc16ca68282070abbcd)
- [将 chrome 首选版本升级为 130.0.6723.58](https://github.com/fanyong920/jvppeteer/commit/673a9588758769da149610678cb71e806d186a85)
- [添加下载文件的功能](https://github.com/fanyong920/jvppeteer/commit/3a59b4c3efcb1c584d465248d5a0db34fe004a65)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>io.github.fanyong920</groupId>
<artifactId>jvppeteer</artifactId>
<version>2.1.2<version>
<version>2.2.0<version>
</dependency>
```

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

```xml
compile "io.github.fanyong920:jvppeteer:2.1.2"
compile "io.github.fanyong920:jvppeteer:2.2.0"
```

#### Logging
Expand Down

0 comments on commit aa0dbfa

Please sign in to comment.