{% extends "global/layout.html" %} {% block title %}{{ _('The I2P Browser - Release Notes') }}{% endblock %} {% block content_nav %}
  1. {{ _('Navigation') }}

  2. {% trans browser_main=get_url('browser_frontpage') %}Back to browser front page{% endtrans %}
  3. {% trans %}Version 2.1 Beta 1{% endtrans %}
  4. {% trans %}Version 2.0 Beta 4{% endtrans %}
  5. {% trans %}Version 2.0 Beta 3{% endtrans %}
  6. {% trans %}Version 2.0 Beta 2{% endtrans %}
  7. {% trans %}Version 2.0 Beta 1{% endtrans %}
  8. {% trans %}Version 1.0 Beta 1{% endtrans %}
{% endblock %} {% block content %}

{% trans %}Release Notes{% endtrans %}

{% trans %}2.1 Beta 1{% endtrans %}

  1. Added garlic addressbar icon. Ticket #2539
  2. Don't allow enterprise policies in the browser.
  3. Implemented network.dns.blockDotI2P preference option.
  4. Disable WebGL readPixel() for web content. See Tor ticket #30541

{% trans %}2.0 Beta 4 (Jun 27 2019){% endtrans %}

  1. Security fix for CVE-2019-11707.

{% trans %}2.0 Beta 3 (Jun 10 2019){% endtrans %}

  1. Feature: New Identity - which would reset your browser profile. Behaves about the same as TorBrowser's equal.
  2. New/updated plugin: noscript.
  3. New plugin: i2pbutton.
  4. .i2p sites are now shown as secure in the addressbar.
  5. A about:i2p page with some info & router health check status.
  6. Itoopie in the toolbar via i2pbutton.
  7. Issue with proxy settings corrected.

{% trans %}2.0 Beta 2 (May 28 2019){% endtrans %}

  1. Bugfixes.
  2. Graphics updates.
  3. Rebranding.

{% trans %}2.0 Beta 1 (Mar 6 2019){% endtrans %}

Initial release based upon Firefox ESR 60.7 and Tor Browser Bundle.

{% trans %}1.0 Beta 1 (2014){% endtrans %}

Lost in history, was labeled "Abscond Browser" at the time.

{% endblock %}