This commit is contained in:
zzz
2017-03-23 13:19:10 +00:00
parent f48d7fc412
commit 4577202ba4
4 changed files with 10 additions and 3 deletions

View File

@ -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 * 2017-03-21 0.2
- Implement percentDone - Implement percentDone
- Implement startDate, requires 0.9.29-9 - Implement startDate, requires 0.9.29-9

View File

@ -11,7 +11,7 @@
<target name="plugin" depends="war"> <target name="plugin" depends="war">
<!-- get version number --> <!-- get version number -->
<buildnumber file="scripts/build.number" /> <buildnumber file="scripts/build.number" />
<property name="release.number" value="0.2" /> <property name="release.number" value="0.3" />
<!-- we don't bother with an update plugin, everything is in a single war --> <!-- we don't bother with an update plugin, everything is in a single war -->
<copy file="LICENSE.txt" todir="plugin/" overwrite="true" /> <copy file="LICENSE.txt" todir="plugin/" overwrite="true" />

View File

@ -1,6 +1,6 @@
name=i2psnark-rpc name=i2psnark-rpc
signer=zzz-plugin@mail.i2p signer=zzz-plugin@mail.i2p
consoleLinkName=Transmission consoleLinkName=I2PSnark Remote
consoleLinkURL=/transmission/web/ consoleLinkURL=/transmission/web/
description=RPC and Web UI for i2psnark description=RPC and Web UI for i2psnark
author=zzz@mail.i2p author=zzz@mail.i2p

View File

@ -1,6 +1,6 @@
<html> <html>
<body> <body>
<h2>i2psnark-rpc Plugin Version 0.2</h2> <h2>i2psnark-rpc Plugin Version 0.3</h2>
<p> <p>
This is a Transmission- and Vuze- compatible RPC server for i2psnark, This is a Transmission- and Vuze- compatible RPC server for i2psnark,
with the Vuze-modified Transmission web UI. with the Vuze-modified Transmission web UI.