README and history updates

This commit is contained in:
zzz
2022-01-02 11:00:57 -05:00
parent 3956e57690
commit 6ec9fff619
2 changed files with 20 additions and 2 deletions

5
README
View File

@ -48,7 +48,10 @@ Source: i2p.itoopie branch in git: https://github.com/i2p/i2p.itoopie
java -jar itoopie-install.exe to install on non-Windows. java -jar itoopie-install.exe to install on non-Windows.
Server source: i2p.itoopie branch in git, or https://github.com/i2p/i2p.plugins.i2pcontrol Server source:
Plugin (obsolete) https://github.com/i2p/i2p.plugins.i2pcontrol
Console bundled webapp: https://github.com/i2p/i2p.i2p/tree/master/apps/i2pcontrol
i2pd: https://github.com/PurpleI2P/i2pd/tree/openssl/daemon
Command line test client: Command line test client:

View File

@ -1,13 +1,28 @@
0.0.3 - I2PControl 0.0.4 - 2022-01-xx
***
* Build fixes
* Support i2pcontrol HTTP Java console webapp at port 7657
* Layout fixes and adjustments
* Graph adjustments
* Localize time format on graphs
* Update to jchart2d 3.2.2 2011-09-25
* Remove debug output
* README updates
* Pulled in new and updated translations
0.0.3 - 2015-03-02
*** ***
* Pulled in new translations * Pulled in new translations
0.0.2 0.0.2
*** ***
* Support for monitoring netdb status and initiating a reseed if needed. * Support for monitoring netdb status and initiating a reseed if needed.
* Added support for changing which IP addresses I2PControl accepts. 127.0.0.1 is default, 0.0.0.0 is an option. * Added support for changing which IP addresses I2PControl accepts. 127.0.0.1 is default, 0.0.0.0 is an option.
* Improved looks by realigning components and adding gradients to panels. * Improved looks by realigning components and adding gradients to panels.
0.0.1 0.0.1
*** ***
* Initial version. * Initial version.