{% 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 %}
{% endblock %} {% block content %}

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

2.1 Beta 1

  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

2.0 Beta 4

  1. Security fix for CVE-2019-11707.

2.0 Beta 3

  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.

2.0 Beta 2

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

2.0 Beta 1

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

1.0

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

{% endblock %}