diff --git a/i2p2www/pages/site/get-involved/roadmap.html b/i2p2www/pages/site/get-involved/roadmap.html index f3b81874d69dbe7cefb63f6b736e77a9a2e2f5cb..418d6ef068f5748e21b324815fa9c7f335d49a68 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 %}2021-12{% endblock %} +{% block lastupdated %}2021-01{% endblock %} {% block content %} <p> @@ -106,6 +106,14 @@ Document I2P for Android applications UDP Hidden Service/Client support in Hidden Services Manager </li><li> Automatic reseed servers from .onion URLs +</li><li> +i2pcontrol improvements +</li><li> +Plugin support improvements +</li><li> +New local outproxy plugin +</li><li> +IRCv3 message tag support </li> </ul> @@ -115,7 +123,15 @@ Automatic reseed servers from .onion URLs <h2 id="1.8.0">1.8.0 (API 0.9.54)</h2> <p><b>Target release: May/June 2022</b></p> <ul><li> -TBD +Continue implementation of SSU2 (proposal 159) +</li><li> +i2psnark UDP tracker support (proposal 160) +</li><li> +Improved outproxy support? </li></ul> + + + + <h4><a href="roadmap-archive">{% trans %}Looking for older releases? Check the roadmap archive by following this link.{% endtrans %}</a></h4> {% endblock %}