Files
i2p.www/i2p2www/pages/site/browser/roadmap.html

63 lines
2.1 KiB
HTML
Raw Normal View History

{% 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>
<li style="list-style: none;"><a href="#roadmap">{% trans %}Roadmap{% endtrans %}</li>
<li style="list-style: none;"><a href="#r20b8">{% trans %}Version 2.0 Beta 8{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r30b9">{% trans %}Version 3.0 Beta 9{% endtrans %}</a></li>
<li style="list-style: none;"><a href="#r30b10">{% trans %}Version 3.0 Beta 10{% endtrans %}</a></li>
</ol>
{% endblock %}
{% block content %}
<h1 id="roadmap">{% trans %}Roadmap{% endtrans %}</h1>
<h3 id="r20b8">
<span class="permalink">
<a href="#r20b8">{% trans %}2.0 Beta 8 (Nov 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>Design for Dynamic Themes/Contextual Identities</li>
<li>Smart Landing Page</li>
<li>Investigate adding a "new tab" application list</li>
<li>HTTP Proxy Readiness indicator</li>
<li>Application Dialog Boxes with Description of Applications</li>
<li>Update/explain long-term product goals on web site</li>
</ol>
<h3 id="r30b9">
<span class="permalink">
<a href="#r30b9">{% trans %}3.0 Beta 9 (Dec 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>Release using ESR 68, deprecate ESR 60</li>
<li>Move JSON-RPC and I2PControl to web extension, simplify I2Pbutton</li>
<li>Protocol Handlers for Router Console and Mailto</li>
<li>Dynamic Themes/Contextual Identities</li>
<li>Donation Call-to-Action</li>
<li>Smart Landing Page improvements</li>
</ol>
<h3 id="r30b10">
<span class="permalink">
<a href="#r30b10">{% trans %}3.0 Beta 10 (Jan 2019){% endtrans %}</a>
</span>
</h3>
<ol style="list-style-type: square;">
<li>Research I2P Plugins Support</li>
<li>Research Peer-to-Peer messaging support compatible with BiglyBT</li>
</ol>
{% endblock %}