Skip to content

Commit

Permalink
Release v2.5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
avwo committed Oct 10, 2020
1 parent 8f5330a commit 3ede394
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v2.5.23
1. fix: 代理请求头 `Host` 错乱问题(不影响正常使用)

# v2.5.22
1. refactor: 更新 node-forge 解决安全问题
2. fix: h2 请求转成 https 请求时,界面显示响应头大小问题
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.5.22"></script>
<script src="js/index.js?v=2.5.23"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion 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.5.22",
"version": "2.5.23",
"dataDirname": ".whistle",
"localUIHost": "local.whistlejs.com",
"port": 8899,
Expand Down

0 comments on commit 3ede394

Please sign in to comment.