Files
i2p.www/i2p2www/pages/site/browser/releasenotes.html
2019-09-14 15:17:01 +00:00

107 lines
3.6 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>
<li style="list-style: none;"><a href="#e21b1">{% trans %}Version 2.1 Beta 1{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r20b5">{% trans %}Version 2.0 Beta 5{% 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 %}
{% block content %}
<h1>{% trans %}Release Notes{% endtrans %}</h1>
<h3 id="r20b5">
<span class="permalink">
<a href="#r20b5">{% trans %}2.0 Beta 5 (Sep 12 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>New browser icon/graphic</li>
<li>Disable enterprise policies for the browser</li>
<li>Bundle id is now unique on Mac OS X</li>
<li>Improvements of default preferences</li>
<li>about:i2p text updates</li>
<li>Onboarding improvements</li>
<li>Improvements for NoScript integration</li>
<li>Improvements for cookie control</li>
<li>Default ports changed to not crash with already installed routers</li>
<li>The browser now ships with the router on Linux</li>
<li>The browser now ships with the router on Windows</li>
<li>The browser now ships with the router on Mac OS X</li>
</ol>
<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>
<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 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>
<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 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>
<li>Graphics updates.</li>
<li>Rebranding.</li>
</ol>
<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 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>
{% endblock %}