From aa00c65f7c300936946433aaef2d442f8789a04f Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Fri, 7 Jan 2022 11:11:05 -0500
Subject: [PATCH] roadmap updates

---
 i2p2www/pages/site/get-involved/roadmap.html | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/i2p2www/pages/site/get-involved/roadmap.html b/i2p2www/pages/site/get-involved/roadmap.html
index f3b81874d..418d6ef06 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 %}
-- 
GitLab