roadmap update
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %} {{ _('Roadmap') }}{% endblock %}
|
||||
{% block lastupdated %}2024-04{% endblock %} {% block content %}
|
||||
{% block lastupdated %}2024-06{% endblock %} {% block content %}
|
||||
|
||||
<p>
|
||||
This is the official project roadmap for the desktop and Android Java I2P releases only. Some related tasks for resources such as the website and plugins may be included.
|
||||
@ -16,6 +16,16 @@
|
||||
</p>
|
||||
|
||||
|
||||
<h2 id="2.7.0">2.7.0 (API 0.9.64)</h2>
|
||||
<p><b>Target release: Late 2024</b></p>
|
||||
<ul>
|
||||
<li>
|
||||
i2ptunnel HTTP server reduce thread usage
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<h2 id="2.6.0">2.6.0 (API 0.9.63)</h2>
|
||||
<p><b>Target release: Late July 2024</b></p>
|
||||
<ul>
|
||||
@ -41,7 +51,28 @@
|
||||
Continue removing SSU1 code
|
||||
</li>
|
||||
<li>
|
||||
i2ptunnel HTTP server reduce thread usage
|
||||
Fix i2psnark temp file leaks and stalls
|
||||
</li>
|
||||
<li>
|
||||
More efficient PEX in i2psnark
|
||||
</li>
|
||||
<li>
|
||||
JS refresh of graphs in console
|
||||
</li>
|
||||
<li>
|
||||
Graph rendering improvements
|
||||
</li>
|
||||
<li>
|
||||
Susimail JS search
|
||||
</li>
|
||||
<li>
|
||||
More efficient handling of messages at OBEP
|
||||
</li>
|
||||
<li>
|
||||
More efficient lookup of local destinations in I2CP
|
||||
</li>
|
||||
<li>
|
||||
Fix JS variable scoping issues and concurrency
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user