roadmap updates

This commit is contained in:
zzz
2022-01-07 11:11:05 -05:00
parent b7d46ed50c
commit aa00c65f7c

View File

@ -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 %}