[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [nyx/master] Add unreleased changes
commit a7bbc12a764503dfe1f75eb1682aaf46683bf707
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date: Fri Aug 4 02:34:09 2017 -0700
Add unreleased changes
---
web/index.html | 42 ++++++++++++++++++++++++++++++++++++++++++
web/styles.css | 11 +++++++++++
2 files changed, 53 insertions(+)
diff --git a/web/index.html b/web/index.html
index a47629a..7e6619c 100644
--- a/web/index.html
+++ b/web/index.html
@@ -424,6 +424,48 @@ sudo python setup.py install</pre><br /></li>
</ul>
<p>Prior to version 2.x nyx did not follow any particular versioning scheme.</p>
+
+ <div id="unreleased" class="section" style="padding-top: 45px"></div>
+ <a href="#unreleased" class="section-title">Unreleased</a>
+
+ <p>The following are only available within Nyx's <a href="#git">git repository</a>.</p>
+ <p>From a user perspective little has changed, but this release is nothing less than a complete rewrite of our codebase. This adds long overdue <b>support for python 3.x</b>, test coverage, and migrate from TorCtl to <a href="https://stem.torproject.org/">Stem</a>.</p>
+ <p>Python 2.5 is no longer supported. By now hopefully nobody will miss it.</p>
+
+ <br />
+
+ <ul>
+ <li><span class="component">Startup</span>
+ <ul>
+ <li>Startup is several seconds faster when ran for the first time</li>
+ </ul>
+ </li>
+
+ <li><span class="component">Graph</span>
+ <ul>
+ <li>Graph prepopulation no longer requires shifting to 15 minute intervals</li>
+ </ul>
+ </li>
+
+ <li><span class="component">Connections</span>
+ <ul>
+ <li>Connections are now shown despite DisableDebuggerAttachment</li>
+ <li>Support for showing IPv6 connections</li>
+ </ul>
+ </li>
+
+ <li><span class="component">Logging</span>
+ <ul>
+ <li>Order of magnitude faster log deduplication</li>
+ </ul>
+ </li>
+
+ <li><span class="component">Curses</span>
+ <ul>
+ <li>Interface continues to update while awaiting user input</li>
+ </ul>
+ </li>
+ </ul>
</div>
<script>
diff --git a/web/styles.css b/web/styles.css
index 26424c4..fa5da5e 100644
--- a/web/styles.css
+++ b/web/styles.css
@@ -259,3 +259,14 @@ Download Page
width: 500px;
}
+/*============================================================
+Change Log Page
+============================================================*/
+
+.component {
+ display: block;
+ font-weight: bold;
+ margin-bottom: 12px;
+ margin-top: 12px;
+}
+
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits