From 6ec9fff619fd5099791f1ce4c1364668828b1241 Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 2 Jan 2022 11:00:57 -0500 Subject: [PATCH] README and history updates --- README | 5 ++++- history.txt | 17 ++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README b/README index 7bd2b7a10..7e89f9449 100644 --- a/README +++ b/README @@ -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. -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: diff --git a/history.txt b/history.txt index df69c29ef..df5c35db0 100644 --- a/history.txt +++ b/history.txt @@ -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 + 0.0.2 *** * 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. * Improved looks by realigning components and adding gradients to panels. + 0.0.1 *** * Initial version.