63 lines
1.7 KiB
HTML
63 lines
1.7 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('The I2P Browser - Release Notes') }}{% endblock %}
|
|
{% block content_nav %}
|
|
<ol>
|
|
<li style="list-style: none; display: inline">
|
|
<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>
|
|
</ol>
|
|
{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
|
|
<h1>{% trans %}Release Notes{% endtrans %}</h1>
|
|
|
|
<h3>2.1 Beta 1</h3>
|
|
|
|
<ol style="list-style-type: square;">
|
|
<li>Added garlic addressbar icon. Ticket #2539</li>
|
|
<li>Don't allow enterprise policies in the browser.</li>
|
|
<li>Implemented network.dns.blockDotI2P preference option.</li>
|
|
<li>Disable WebGL readPixel() for web content. See Tor ticket #30541</li>
|
|
</ol>
|
|
|
|
<h3>2.0 Beta 4</h3>
|
|
|
|
<ol style="list-style-type: square;">
|
|
<li>Security fix for CVE-2019-11707.</li>
|
|
</ol>
|
|
|
|
<h3>2.0 Beta 3</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>
|
|
<li>New/updated plugin: noscript.</li>
|
|
<li>New plugin: i2pbutton.</li>
|
|
<li>.i2p sites are now shown as secure in the addressbar.</li>
|
|
<li>A about:i2p page with some info & router health check status.</li>
|
|
<li>Itoopie in the toolbar via i2pbutton.</li>
|
|
<li>Issue with proxy settings corrected.</li>
|
|
</ol>
|
|
|
|
<h3>2.0 Beta 2</h3>
|
|
|
|
<ol style="list-style-type: square;">
|
|
<li>Bugfixes.</li>
|
|
<li>Graphics updates.</li>
|
|
<li>Rebranding.</li>
|
|
</ol>
|
|
|
|
<h3>2.0 Beta 1</h3>
|
|
|
|
<p>Initial release based upon Firefox ESR 60.7 and Tor Browser Bundle.</p>
|
|
|
|
<h3>1.0</h3>
|
|
|
|
<p>Lost in history, was labeled "Abscond Browser" at the time.</p>
|
|
|
|
|
|
{% endblock %}
|
|
|