aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--CONTRIBUTORS2
-rw-r--r--doc-src/_websitelayout.html4
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2e86374e..e678970a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,8 @@
* Move to typed netstrings for serialization format - this makes 0.7
backwards-incompatible with serialized data from 0.6!
+ * Significant improvements in speed and responsiveness of UI.
+
* Many minor bugfixes and improvements.
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 493d793a..f5072177 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,4 +1,4 @@
- 392 Aldo Cortesi
+ 395 Aldo Cortesi
18 Henrik Nordstrom
13 Thomas Roth
11 Stephen Altamirano
diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html
index 0404619b..061e8504 100644
--- a/doc-src/_websitelayout.html
+++ b/doc-src/_websitelayout.html
@@ -1,7 +1,6 @@
<a href="http://github.com/cortesi/mitmproxy"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
<div class="yui-t7" id="doc">
<div style="" id="hd">
- <h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1>
<div class="HorizontalNavBar">
<ul>
<li class="inactive"><a href="@!urlTo("/index.html")!@">home</a></li>
@@ -9,6 +8,7 @@
<li class="inactive"><a href="@!urlTo("/about.html")!@">about</a></li>
</ul>
</div>
+ <h1><a href="@!urlTo("/index.html")!@">mitmproxy</a> </h1>
<br>
<p>an SSL-capable man-in-the-middle proxy</p>
</div>
@@ -29,7 +29,7 @@
</div>
<!--(end)-->
$!nav if this.title!="docs" else ""!$
- $!title if this.title!="docs" else "<h1>mitmproxy 0.6 docs</h1>"!$
+ $!title if this.title!="docs" else "<h1>mitmproxy 0.7 docs</h1>"!$
$!body!$
</div>
</div>