aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-12-22 02:55:07 +0100
committerGitHub <noreply@github.com>2016-12-22 02:55:07 +0100
commit9f1cbe8746df6096e877b2cc57d386ff08f079d8 (patch)
treef056b49c6924139875f0052222b447fc01d9168d /CHANGELOG
parent7a14a8cee535b44b9b478575b599e16e9b155111 (diff)
downloadmitmproxy-9f1cbe8746df6096e877b2cc57d386ff08f079d8.tar.gz
mitmproxy-9f1cbe8746df6096e877b2cc57d386ff08f079d8.tar.bz2
mitmproxy-9f1cbe8746df6096e877b2cc57d386ff08f079d8.zip
add mitmweb and Windows compat to changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 264fadaa..2b585bd5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,14 @@
* All mitmproxy tools are now Python 3 only! We plan to support Python 3.5 and higher.
+ * Web-Based User Interface: Mitmproxy now offically has a web-based user interface
+ called mitmweb. We consider it stable for all features currently exposed
+ in the UI, but it still misses a lot of mitmproxy’s options.
+
+ * Windows Compatibility: With mitmweb, mitmproxy is now useable on Windows.
+ We are also introducing an installer (kindly sponsored by BitRock) that
+ simplifies setup.
+
* Configuration: The config file format is now a single YAML file. In most cases,
converting to the new format should be trivial - please see the docs for
more information.