From 0eeb007f0663d9814c2deefb9f0616ce8e267e7b Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Tue, 30 Jan 2024 07:08:50 -0500 Subject: [PATCH] roadmap updates --- i2p2www/pages/site/get-involved/roadmap.html | 79 ++++++++++++++++++-- 1 file changed, 72 insertions(+), 7 deletions(-) diff --git a/i2p2www/pages/site/get-involved/roadmap.html b/i2p2www/pages/site/get-involved/roadmap.html index f4b9c2cd..803b5fe1 100644 --- a/i2p2www/pages/site/get-involved/roadmap.html +++ b/i2p2www/pages/site/get-involved/roadmap.html @@ -1,6 +1,6 @@ {% extends "global/layout.html" %} {% block title %} {{ _('Roadmap') }}{% endblock %} -{% block lastupdated %}2022-11{% endblock %} {% block content %} +{% block lastupdated %}2024-01{% 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. @@ -15,8 +15,8 @@ Older releases are at the bottom of the page. </p> -<h2 id="2.5.0">2.5.0 (API 0.9.61)</h2> -<p><b>Target release: September 2023</b></p> +<h2 id="2.5.0">2.5.0 (API 0.9.62)</h2> +<p><b>Target release: April 2024</b></p> <ul> <li> "Install Plugin from File" command-line option @@ -27,10 +27,46 @@ <li> Website Migration </li> + <li> + Console iframe improvements + </li> + <li> + Reduce memory usage for netdb + </li> + <li> + Redesign i2psnark bandwidth limiter + </li> + <li> + Javascript drag-and-drop for i2psnark and susimail + </li> + <li> + i2ptunnel SSL error handling improvements + </li> + <li> + i2ptunnel persistent HTTP connection support + </li> + <li> + Start removing SSU1 code + </li> + <li> + SSU2 relay tag request handling improvements + </li> + <li> + susimail initial loading speedup + </li> + <li> + susimail javascript markdown for plain text emails + </li> + <li> + susimail HTML email support + </li> + <li> + tunnnel peer selection adjustments + </li> </ul> -<h2 id="2.4.0">2.4.0 (API 0.9.60)</h2> -<p><b>Target release: September 2023</b></p> +<h2 id="2.4.0">2.4.0 (API 0.9.61)</h2> +<p><b>Released: December 18, 2023</b></p> <ul> <li> NetDB context management/Segmented NetDB @@ -41,10 +77,31 @@ <li> Revive Android helper library </li> + <li> + i2psnark local torrent file selector + </li> + <li> + NetDB lookup handler fixes + </li> + <li> + Disable SSU1 + </li> + <li> + Ban routers publishing in the future + </li> + <li> + SAM fixes + </li> + <li> + susimail fixes + </li> + <li> + UPnP fixes + </li> </ul> <h2 id="2.3.0">2.3.0 (API 0.9.59)</h2> -<p><b>Target release: June 2023</b></p> +<p><b>Released: June 28, 2023</b></p> <ul> <li> Tunnel peer selection improvements @@ -66,8 +123,16 @@ </li> </ul> +<h2 id="2.2.1">2.2.1 (API 0.9.58)</h2> +<p><b>Released: April 12, 2023</b></p> +<ul> + <li> + Packaging fixes + </li> +</ul> + <h2 id="2.2.0">2.2.0 (API 0.9.58)</h2> -<p><b>Target release: April 2023</b></p> +<p><b>Released: March 13, 2023</b></p> <ul> <li> Tunnel peer selection improvements -- GitLab