I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
roadmap.html 3.38 KiB
Newer Older
  • Learn to ignore specific revisions
  • {% extends "global/layout.html" %}
    
    {% block title %}{{ _('Roadmap') }}{% endblock %}
    
    zzz's avatar
    zzz committed
    {% block lastupdated %}2021-01{% endblock %}
    
    {% block content %}
    
    zzz's avatar
    zzz committed
    <p>
    This is the official project roadmap for the desktop and Android Java I2P releases only.
    
    zzz's avatar
    zzz committed
    Some related tasks for resources such as the website and plugins may be included.
    
    zzz's avatar
    zzz committed
    </p><p>
    
    zzz's avatar
    zzz committed
    For details and discussion on specific items, search on gitlab or zzz.i2p.
    
    zzz's avatar
    zzz committed
    For contents of past releases, see the release notes.
    For other project goals, see the meeting notes.
    </p><p>
    We do not maintain separate unstable and stable branches or releases.
    We have a single, stable release path.
    
    zzz's avatar
    zzz committed
    Our normal release cycle is 13 weeks, with releases in
    February, May, August, and November.
    
    zzz's avatar
    zzz committed
    </p><p>
    Older releases are at the bottom of the page.
    
    zzz's avatar
    zzz committed
    </p>
    
    
    zzz's avatar
    zzz committed
    <h2 id="1.5.0">1.5.0 (API 0.9.51)</h2>
    <p><b>Released: Aug. 23, 2021</b></p>
    
    zzz's avatar
    zzz committed
    <ul><li>
    Accelerate rekeying routers to ECIES
    </li><li>
    
    zzz's avatar
    zzz committed
    Start work on SSU2
    
    zzz's avatar
    zzz committed
    </li><li>
    
    zzz's avatar
    zzz committed
    Implement new tunnel build messages (proposal 157)
    </li><li>
    Support dmg and exe automatic updates
    
    zzz's avatar
    zzz committed
    </li><li>
    
    zzz's avatar
    zzz committed
    New native OSX installer
    
    </li><li>
    X-I2P-Location(alt-svc) locations for built-in I2P Site
    </li><li>
    
    zzz's avatar
    zzz committed
    RRD4J 3.8
    
    </li><li>
    Create C, CGo, SWIG bindings for libi2pd
    
    zzz's avatar
    zzz committed
    </li></ul>
    
    
    
    
    
    zzz's avatar
    zzz committed
    <h2 id="1.6.1">1.6.1 (API 0.9.52)</h2>
    <p><b>Released: Nov. 29, 2021</b></p>
    
    zzz's avatar
    zzz committed
    <ul><li>
    Accelerate rekeying routers to ECIES
    </li><li>
    
    zzz's avatar
    zzz committed
    SSU performance improvements
    </li><li>
    Improve SSU peer test security
    </li><li>
    Add theme selection to new-install wizard
    </li><li>
    Continue work on SSU2 (proposal 159)
    
    zzz's avatar
    zzz committed
    </li><li>
    
    zzz's avatar
    zzz committed
    Send new tunnel build messages (proposal 157)
    </li><li>
    Include automatic browser configuration tool in IzPack installer
    </li><li>
    
    idk's avatar
    idk committed
    Make Fork-and-Exec Plugins Managable
    </li><li>
    Document jpackage install processes
    </li><li>
    
    zzz's avatar
    zzz committed
    Complete, document Go/Java Plugin Generation Tools
    </li><li>
    Reseed Plugin - Run a self-signed HTTPS reseed as a Java router plugin with no configuration.
    
    zzz's avatar
    zzz committed
    </li></ul>
    
    
    
    
    
    zzz's avatar
    zzz committed
    
    <h2 id="1.7.0">1.7.0 (API 0.9.53)</h2>
    
    zzz's avatar
    zzz committed
    <p><b>Released: Feb. 21, 2022</b></p>
    
    zzz's avatar
    zzz committed
    <ul><li>
    Remove BOB
    </li><li>
    New i2psnark torrent editor
    </li><li>
    i2psnark standalone fixes and improvements
    </li><li>
    NetDB reliability improvements
    </li><li>
    Add popup messages in systray
    </li><li>
    NTCP2 performance improvements
    </li><li>
    Remove outbound tunnel when first hop fails
    </li><li>
    Fallback to exploratory for tunnel build reply after repeated client tunnel build failures
    </li><li>
    Restore tunnel same-IP restrictions
    </li><li>
    Refactor i2ptunnel UDP support for I2CP ports
    </li><li>
    Continue work on SSU2, start implementation (proposal 159)
    
    idk's avatar
    idk committed
    </li><li>
    Create Debian/Ubuntu Package of I2P Browser Profile
    </li><li>
    Create Plugin of I2P Browser Profile
    </li><li>
    Document I2P for Android applications
    </li><li>
    UDP Hidden Service/Client support in Hidden Services Manager
    </li><li>
    Automatic reseed servers from .onion URLs
    
    zzz's avatar
    zzz committed
    </li><li>
    i2pcontrol improvements
    </li><li>
    Plugin support improvements
    </li><li>
    New local outproxy plugin
    </li><li>
    IRCv3 message tag support
    
    idk's avatar
    idk committed
    </li>
    </ul>
    
    zzz's avatar
    zzz committed
    
    
    
    
    <h2 id="1.8.0">1.8.0 (API 0.9.54)</h2>
    
    zzz's avatar
    zzz committed
    <p><b>Target release: May 2022</b></p>
    
    zzz's avatar
    zzz committed
    <ul><li>
    
    zzz's avatar
    zzz committed
    Refactoring to support SSU2 (proposal 159)
    </li><li>
    
    zzz's avatar
    zzz committed
    Continue implementation of SSU2 (proposal 159)
    </li><li>
    i2psnark UDP tracker support (proposal 160)
    </li><li>
    Improved outproxy support?
    
    zzz's avatar
    zzz committed
    </li></ul>
    
    <h4><a href="roadmap-archive">{% trans %}Looking for older releases? Check the roadmap archive by following this link.{% endtrans %}</a></h4>
    
    zzz's avatar
    zzz committed
    {% endblock %}