mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
mitmproxy 10.1.0
This commit is contained in:
parent
e42edb474a
commit
6ddcd9cb2a
3 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
|
||||
|
||||
## 24 September 2023: mitmproxy 10.1.0
|
||||
|
||||
* Add support for reading HAR files using the existing flow loading APIs, e.g. `mitmproxy -r example.har`.
|
||||
([#6335](https://github.com/mitmproxy/mitmproxy/pull/6335), @stanleygvi)
|
||||
* Add support for writing HAR files using the `save.har` command and the `hardump` option for mitmdump.
|
||||
|
|
|
|||
2
mitmproxy/tools/web/static/app.js
vendored
2
mitmproxy/tools/web/static/app.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
VERSION = "11.0.0.dev"
|
||||
VERSION = "10.1.0"
|
||||
MITMPROXY = "mitmproxy " + VERSION
|
||||
|
||||
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue