aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-18 10:44:09 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-18 10:44:09 +1200
commit33169d610c3645ae0e193eb604abf2a6c5d85ef9 (patch)
tree160110660d36bd4a8c11ec01c25a067761c109f7 /CHANGELOG
parenta8cb8a01a30ad1432ff5d25ecc183aa54c72815a (diff)
downloadmitmproxy-33169d610c3645ae0e193eb604abf2a6c5d85ef9.tar.gz
mitmproxy-33169d610c3645ae0e193eb604abf2a6c5d85ef9.tar.bz2
mitmproxy-33169d610c3645ae0e193eb604abf2a6c5d85ef9.zip
Release pep: bump version, changelog, contributors
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG76
1 files changed, 58 insertions, 18 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e0fb71b6..4d9d27f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,43 @@
+18 May 2015: mitmproxy 0.12
+
+ * mitmproxy console: Significant revamp of the UI. The major changes are
+ listed below, and in addition almost every aspect of the UI has
+ been tweaked, and performance has improved significantly.
+
+ * mitmproxy console: A new options screen has been created ("o" shortcut),
+ and many options that were previously manipulated directly via a
+ keybinding have been moved there.
+
+ * mitmproxy console: Big improvement in palettes. This includes improvements
+ to all colour schemes. Palettes now set the terminal background colour by
+ default, and a new --palette-transparent option has been added to disable
+ this.
+
+ * mitmproxy console: g/G shortcuts throughout mitmproxy console to jump
+ to the beginning/end of the current view.
+
+ * mitmproxy console: switch palettes on the fly from the options screen.
+
+ * mitmproxy console: A cookie editor has been added for mitmproxy console
+ at long last.
+
+ * mitmproxy console: Various components of requests and responses can be
+ copied to the clipboard from mitmproxy - thanks to @marceloglezer.
+
+ * Support for creating new requests from scratch in mitmproxy console.
+
+ * SSLKEYLOGFILE environment variable to specify a logging location for TLS
+ master keys. This can be used with tools like Wireshark to allow TLS
+ decoding.
+
+ * Server facing SSL cipher suite specification (thanks to Jim Shaver).
+
+ * Official support for transparent proxying on FreeBSD - thanks to Mike C
+ (http://github.com/mike-pt).
+
+ * Many other small bugfixes and improvemenets throughout the project.
+
+
29 Dec 2014: mitmproxy 0.11.2:
* Configuration files - mitmproxy.conf, mitmdump.conf, common.conf in the
@@ -8,11 +48,11 @@
15 November 2014: mitmproxy 0.11.1:
- * Bug fixes: connection leaks some crashes
+ * Bug fixes: connection leaks some crashes
7 November 2014: mitmproxy 0.11:
-
+
* Performance improvements for mitmproxy console
* SOCKS5 proxy mode allows mitmproxy to act as a SOCKS5 proxy server
@@ -26,7 +66,7 @@
* Finer-grained control of traffic replay, including options to ignore
contents or parameters when matching flows (marcelo.glezer@gmail.com)
- * Pass arguments to inline scripts
+ * Pass arguments to inline scripts
* Configurable size limit on HTTP request and response bodies
@@ -56,7 +96,7 @@
28 January 2014: mitmproxy 0.10:
-
+
* Support for multiple scripts and multiple script arguments
* Easy certificate install through the in-proxy web app, which is now
@@ -76,7 +116,7 @@
25 August 2013: mitmproxy 0.9.2:
* Improvements to the mitmproxywrapper.py helper script for OSX.
-
+
* Don't take minor version into account when checking for serialized file
compatibility.
@@ -90,38 +130,38 @@
valid IDNA-encoded names.
* Display transfer rates for responses in the flow list.
-
+
* Many other small bugfixes and improvements.
-
+
16 June 2013: mitmproxy 0.9.1:
* Use "correct" case for Content-Type headers added by mitmproxy.
-
- * Make UTF environment detection more robust.
+
+ * Make UTF environment detection more robust.
* Improved MIME-type detection for viewers.
-
+
* Always read files in binary mode (Windows compatibility fix).
-
+
* Some developer documentation.
-
+
15 May 2013: mitmproxy 0.9:
* Upstream certs mode is now the default.
* Add a WSGI container that lets you host in-proxy web applications.
-
+
* Full transparent proxy support for Linux and OSX.
-
+
* Introduce netlib, a common codebase for mitmproxy and pathod
(http://github.com/cortesi/netlib).
* Full support for SNI.
-
+
* Color palettes for mitmproxy, tailored for light and dark terminal
backgrounds.
@@ -132,12 +172,12 @@
match asset flows (js, images, css).
* Follow mode in mitmproxy ("F" shortcut) to "tail" flows as they arrive.
-
+
* --dummy-certs option to specify and preserve the dummy certificate
directory.
* Server replay from the current captured buffer.
-
+
* Huge improvements in content views. We now have viewers for AMF, HTML,
JSON, Javascript, images, XML, URL-encoded forms, as well as hexadecimal
and raw views.
@@ -146,7 +186,7 @@
on flows, based on a matching pattern.
* A graphical editor for path components in mitmproxy.
-
+
* A small set of standard user-agent strings, which can be used easily in
the header editor.