another roadmap update

This commit is contained in:
zzz
2025-03-01 09:07:54 -05:00
parent a4ecb14b5f
commit dc789d3c9d

View File

@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %} {{ _('Roadmap') }}{% endblock %}
{% block lastupdated %}2025-02{% endblock %} {% block content %}
{% block lastupdated %}2025-03{% 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.
@ -34,6 +34,9 @@
<li>
Fix tunnel tests for outbound client tunnels
</li>
<li>
Fix installing to paths with spaces
</li>
<li>
Console notification bubbles
</li>