2019-07-23 19:17:59 +00:00
{% 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 >
2019-07-23 19:28:08 +00:00
< 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 >
2019-07-23 19:17:59 +00:00
< / ol >
{% endblock %}
{% block content %}
< h1 > {% trans %}Release Notes{% endtrans %}< / h1 >
2019-07-23 19:28:08 +00:00
< h3 id = "r21b1" >
< span class = "permalink" >
< a href = "#r21b1" > {% trans %}2.1 Beta 1{% endtrans %}< / a >
< / span >
< / h3 >
2019-07-23 19:17:59 +00:00
< 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 >
2019-07-23 19:28:08 +00:00
< h3 id = "r20b4" >
< span class = "permalink" >
< a href = "#r20b4" > {% trans %}2.0 Beta 4 (Jun 27 2019){% endtrans %}< / a >
< / span >
< / h3 >
2019-07-23 19:17:59 +00:00
< ol style = "list-style-type: square;" >
< li > Security fix for CVE-2019-11707.< / li >
< / ol >
2019-07-23 19:28:08 +00:00
< h3 id = "r20b3" >
< span class = "permalink" >
< a href = "#r20b3" > {% trans %}2.0 Beta 3 (Jun 10 2019){% endtrans %}< / a >
< / span >
< / h3 >
2019-07-23 19:17:59 +00:00
< 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 >
2019-07-23 19:28:08 +00:00
< h3 id = "r20b2" >
< span class = "permalink" >
< a href = "#r20b2" > {% trans %}2.0 Beta 2 (May 28 2019){% endtrans %}< / a >
< / span >
< / h3 >
2019-07-23 19:17:59 +00:00
< ol style = "list-style-type: square;" >
< li > Bugfixes.< / li >
< li > Graphics updates.< / li >
< li > Rebranding.< / li >
< / ol >
2019-07-23 19:28:08 +00:00
< h3 id = "r20b1" >
< span class = "permalink" >
< a href = "#r20b1" > {% trans %}2.0 Beta 1 (Mar 6 2019){% endtrans %}< / a >
< / span >
< / h3 >
2019-07-23 19:17:59 +00:00
< p > Initial release based upon Firefox ESR 60.7 and Tor Browser Bundle.< / p >
2019-07-23 19:28:08 +00:00
< h3 id = "r10b1" >
< span class = "permalink" >
< a href = "#r10b1" > {% trans %}1.0 Beta 1 (2014){% endtrans %}< / a >
< / span >
< / h3 >
2019-07-23 19:17:59 +00:00
< p > Lost in history, was labeled "Abscond Browser" at the time.< / p >
{% endblock %}