Skip to content

Commit

Permalink
Release v2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
avwo committed Dec 13, 2021
1 parent 283e9b4 commit 083f9b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v2.8.8
1. refactor: log 和 weinre 请求 URL 的端口改成 `8899` ,不在跟页面同端口,可以通过 `enable://sameDomain` 还原为跟页面一样的端口

# v2.8.7
1. feat: `--httpsPort` 启动的 HTTPS Server 支持从插件获取证书
2. feat: 支持通过 `excludeFilter://from=httpServer``includeFilter://from=httpsServer``excludeFilter://from=httpServer``includeFilter://from=httpsServer` 过滤请求
Expand Down
2 changes: 1 addition & 1 deletion biz/webui/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="container" class="main"></div>
<script src="js/index.js?v=2.8.7"></script>
<script src="js/index.js?v=2.8.8"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "whistle",
"description": "HTTP, HTTP2, HTTPS, Websocket debugging proxy",
"version": "2.8.7",
"version": "2.8.8",
"dataDirname": ".whistle",
"localUIHost": "local.whistlejs.com",
"port": 8899,
Expand Down

0 comments on commit 083f9b3

Please sign in to comment.