forked from I2P_Developers/i2p.www
Added dates to releases in browser release notes
This commit is contained in:
@ -6,6 +6,13 @@
|
||||
<h4>{{ _('Navigation') }}</h4>
|
||||
</li>
|
||||
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
|
||||
|
||||
<li style="list-style: none;"><a href="#e21b1">{% trans %}Version 2.1 Beta 1{% endtrans %}</a></li>
|
||||
<li style="list-style: none;"><a href="#r20b4">{% trans %}Version 2.0 Beta 4{% endtrans %}</a></li>
|
||||
<li style="list-style: none;"><a href="#r20b3">{% trans %}Version 2.0 Beta 3{% endtrans %}</a></li>
|
||||
<li style="list-style: none;"><a href="#r20b2">{% trans %}Version 2.0 Beta 2{% endtrans %}</a></li>
|
||||
<li style="list-style: none;"><a href="#r20b1">{% trans %}Version 2.0 Beta 1{% endtrans %}</a></li>
|
||||
<li style="list-style: none;"><a href="#r10b1">{% trans %}Version 1.0 Beta 1{% endtrans %}</a></li>
|
||||
</ol>
|
||||
{% endblock %}
|
||||
|
||||
@ -14,7 +21,11 @@
|
||||
|
||||
<h1>{% trans %}Release Notes{% endtrans %}</h1>
|
||||
|
||||
<h3>2.1 Beta 1</h3>
|
||||
<h3 id="r21b1">
|
||||
<span class="permalink">
|
||||
<a href="#r21b1">{% trans %}2.1 Beta 1{% endtrans %}</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<ol style="list-style-type: square;">
|
||||
<li>Added garlic addressbar icon. Ticket #2539</li>
|
||||
@ -23,13 +34,21 @@
|
||||
<li>Disable WebGL readPixel() for web content. See Tor ticket #30541</li>
|
||||
</ol>
|
||||
|
||||
<h3>2.0 Beta 4</h3>
|
||||
<h3 id="r20b4">
|
||||
<span class="permalink">
|
||||
<a href="#r20b4">{% trans %}2.0 Beta 4 (Jun 27 2019){% endtrans %}</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<ol style="list-style-type: square;">
|
||||
<li>Security fix for CVE-2019-11707.</li>
|
||||
</ol>
|
||||
|
||||
<h3>2.0 Beta 3</h3>
|
||||
<h3 id="r20b3">
|
||||
<span class="permalink">
|
||||
<a href="#r20b3">{% trans %}2.0 Beta 3 (Jun 10 2019){% endtrans %}</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<ol style="list-style-type: square;">
|
||||
<li>Feature: New Identity - which would reset your browser profile. Behaves about the same as TorBrowser's equal.</li>
|
||||
@ -41,7 +60,11 @@
|
||||
<li>Issue with proxy settings corrected.</li>
|
||||
</ol>
|
||||
|
||||
<h3>2.0 Beta 2</h3>
|
||||
<h3 id="r20b2">
|
||||
<span class="permalink">
|
||||
<a href="#r20b2">{% trans %}2.0 Beta 2 (May 28 2019){% endtrans %}</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<ol style="list-style-type: square;">
|
||||
<li>Bugfixes.</li>
|
||||
@ -49,11 +72,19 @@
|
||||
<li>Rebranding.</li>
|
||||
</ol>
|
||||
|
||||
<h3>2.0 Beta 1</h3>
|
||||
<h3 id="r20b1">
|
||||
<span class="permalink">
|
||||
<a href="#r20b1">{% trans %}2.0 Beta 1 (Mar 6 2019){% endtrans %}</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<p>Initial release based upon Firefox ESR 60.7 and Tor Browser Bundle.</p>
|
||||
|
||||
<h3>1.0</h3>
|
||||
<h3 id="r10b1">
|
||||
<span class="permalink">
|
||||
<a href="#r10b1">{% trans %}1.0 Beta 1 (2014){% endtrans %}</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<p>Lost in history, was labeled "Abscond Browser" at the time.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user