{% 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 5{% endtrans %}
  5. {% trans %}Version 2.0 Beta 4{% endtrans %}
  6. {% trans %}Version 2.0 Beta 3{% endtrans %}
  7. {% trans %}Version 2.0 Beta 2{% endtrans %}
  8. {% trans %}Version 2.0 Beta 1{% endtrans %}
  9. {% trans %}Version 1.0 Beta 1{% endtrans %}
{% endblock %} {% block content %}

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

{% trans %}2.0 Beta 5 (Sep 12 2019){% endtrans %}

  1. New browser icon/graphic
  2. Disable enterprise policies for the browser
  3. Bundle id is now unique on Mac OS X
  4. Improvements of default preferences
  5. about:i2p text updates
  6. Onboarding improvements
  7. Improvements for NoScript integration
  8. Improvements for cookie control
  9. Default ports changed to not crash with already installed routers
  10. The browser now ships with the router on Linux
  11. The browser now ships with the router on Windows
  12. The browser now ships with the router on Mac OS X

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

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

{% 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 %}