aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-04 11:43:07 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-04 11:46:56 +1200
commit99ac7b84017d411e037e71041024f3cb2f653b09 (patch)
tree0a9fd737364657f7f00224cf0dcc704406ba829c /CHANGELOG
parent8110a9a3eb3280092a69d916cd135aedcdfe4120 (diff)
downloadmitmproxy-99ac7b84017d411e037e71041024f3cb2f653b09.tar.gz
mitmproxy-99ac7b84017d411e037e71041024f3cb2f653b09.tar.bz2
mitmproxy-99ac7b84017d411e037e71041024f3cb2f653b09.zip
Draft 0.8 changelog.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e678970a..3039bd37 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,31 @@
+5 April 2012: mitmproxy 0.8:
+
+ * Detailed tutorial for Android interception. Some features that land in
+ this release have finally made reliable Android interception possible.
+
+ * Upstream-cert mode, which uses information from the upstream server to
+ generate interception certificates.
+
+ * Replacement patterns that let you easily do global replacements in flows
+ matching filter patterns. Can be specified on the command-line, or edited
+ interactively.
+
+ * Much more sophisticated and usable pretty printing of request bodies.
+ Support for auto-indentation of Javascript, inspection of image EXIF
+ data, and more.
+
+ * Details view for flows, showing connection and SSL cert information (X
+ keyboard shortcut).
+
+ * Server certificates are now stored and serialized in saved traffic for
+ later analysis. This means that the 0.8 serialization format is NOT
+ compatible with 0.7.
+
+ * Many other improvements, including bugfixes, and expanded scripting API,
+ and more sophisticated certificate handling.
+
+
20 February 2012: mitmproxy 0.7:
* New built-in key/value editor. This lets you interactively edit URL query