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-09-14 01:45:40 +00:00
< li style = "list-style: none;" > < a href = "#r20b5" > {% trans %}Version 2.0 Beta 5{% endtrans %}< / a > < / li >
2019-07-23 19:28:08 +00:00
< 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-09-17 02:02:42 +00:00
< h3 id = "r20b6" >
< span class = "permalink" >
2019-09-17 02:03:19 +00:00
< a href = "#r20b6" > {% trans %}2.0 Beta 6 (Sep 16 2019){% endtrans %}< / a >
2019-09-17 02:02:42 +00:00
< / span >
< / h3 >
< ol style = "list-style-type: square;" >
< li > Bug fixes for browser/router integration< / li >
< li > Use better ports for router configuration< / li >
< / ol >
2019-09-14 01:45:40 +00:00
< 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 >
2019-09-14 15:17:01 +00:00
< h3 id = "r20b4" >
2019-07-23 19:28:08 +00:00
< span class = "permalink" >
2019-09-14 15:17:01 +00:00
< a href = "#r20b4" > {% trans %}2.0 Beta 4 (Jun 27 2019){% endtrans %}< / a >
2019-07-23 19:28:08 +00:00
< / span >
< / h3 >
2019-07-23 19:17:59 +00:00
< ol style = "list-style-type: square;" >
2019-09-14 15:17:01 +00:00
< li > Security fix for CVE-2019-11707.< / li >
2019-07-23 19:17:59 +00:00
< 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 = "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 %}