0.0.5
This commit is contained in:
7
README
7
README
@ -39,11 +39,8 @@ http://i2p-projekt.i2p/spec/proposals/118-i2pcontrol-api-2
|
||||
https://geti2p.net/spec/proposals/118-i2pcontrol-api-2
|
||||
|
||||
|
||||
Pre-built binaries for itoopie version 0.3 (2015-03-02):
|
||||
Clearnet installer: https://github.com/robertfoss/itoopie.net/raw/master/files/itoopie-install.exe
|
||||
Clearnet SHA512: https://raw.githubusercontent.com/robertfoss/itoopie.net/master/files/itoopie-install.exe.sha512
|
||||
I2P installer: http://stats.i2p/i2p/plugins/others/itoopie-install.exe
|
||||
I2P SHA512: http://stats.i2p/i2p/plugins/others/itoopie-install.exe.sha512
|
||||
Pre-built binaries:
|
||||
http://stats.i2p/i2p/plugins/others/
|
||||
Source: i2p.itoopie branch in git: https://github.com/i2p/i2p.itoopie
|
||||
java -jar itoopie-install.exe to install on non-Windows.
|
||||
|
||||
|
@ -207,7 +207,7 @@
|
||||
</delete>
|
||||
<!-- get version number -->
|
||||
<buildnumber file="scripts/build.number" />
|
||||
<property name="release.number" value="0.0.4" />
|
||||
<property name="release.number" value="0.0.5" />
|
||||
|
||||
<!-- make the update xpi2p -->
|
||||
<!-- this contains everything except i2ptunnel.config -->
|
||||
|
@ -1,3 +1,8 @@
|
||||
0.0.5 - 2024-07-17
|
||||
***
|
||||
* Translation updates
|
||||
|
||||
|
||||
0.0.4 - 2022-02-18
|
||||
***
|
||||
* Build fixes
|
||||
|
@ -2,7 +2,7 @@
|
||||
<installation version="1.0">
|
||||
<info>
|
||||
<appname>itoopie</appname>
|
||||
<appversion>0.0.4</appversion>
|
||||
<appversion>0.0.5</appversion>
|
||||
<url>http://itoopie.i2p</url>
|
||||
</info>
|
||||
|
||||
|
@ -8,7 +8,7 @@ package net.i2p.itoopie;
|
||||
public class ItoopieVersion {
|
||||
|
||||
/** Version of itoopie */
|
||||
public static final String VERSION = "0.0.4";
|
||||
public static final String VERSION = "0.0.5";
|
||||
|
||||
/** Version of the I2PControl API implemented */
|
||||
public static final int I2PCONTROL_API_VERSION = 1;
|
||||
|
Reference in New Issue
Block a user