diff --git a/CHANGES.txt b/CHANGES.txt index f00d0e0..aecb3a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +* 2017-03-23 0.3 + - Implement torrent-add + - Fix stats for magnets and downloads + - Replace logo + - Hide search button, doesn't work + - Rename console link + * 2017-03-21 0.2 - Implement percentDone - Implement startDate, requires 0.9.29-9 diff --git a/build.xml b/build.xml index afcea5f..29e66b5 100644 --- a/build.xml +++ b/build.xml @@ -11,7 +11,7 @@ - + diff --git a/scripts/plugin.config b/scripts/plugin.config index 5dff453..4dd82d9 100644 --- a/scripts/plugin.config +++ b/scripts/plugin.config @@ -1,6 +1,6 @@ name=i2psnark-rpc signer=zzz-plugin@mail.i2p -consoleLinkName=Transmission +consoleLinkName=I2PSnark Remote consoleLinkURL=/transmission/web/ description=RPC and Web UI for i2psnark author=zzz@mail.i2p diff --git a/src/jsp/index.html b/src/jsp/index.html index 43e9561..cc1f300 100644 --- a/src/jsp/index.html +++ b/src/jsp/index.html @@ -1,6 +1,6 @@ -

i2psnark-rpc Plugin Version 0.2

+

i2psnark-rpc Plugin Version 0.3

This is a Transmission- and Vuze- compatible RPC server for i2psnark, with the Vuze-modified Transmission web UI.