From 4577202ba43c3efe9a6cacdcf0d6e025fef1829b Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 23 Mar 2017 13:19:10 +0000 Subject: [PATCH] 0.3 --- CHANGES.txt | 7 +++++++ build.xml | 2 +- scripts/plugin.config | 2 +- src/jsp/index.html | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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.