0.3
This commit is contained in:
@ -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
|
||||||
|
@ -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" />
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
Reference in New Issue
Block a user