page generation update for: 2024-03-07 11:35:28.227799872 -0500 EST m=+44.700656834
This commit is contained in:
17
CHANGES.html
17
CHANGES.html
@ -146,6 +146,23 @@
|
|||||||
<a id="returnhome" href="/">
|
<a id="returnhome" href="/">
|
||||||
/
|
/
|
||||||
</a>
|
</a>
|
||||||
|
<h2>
|
||||||
|
Thu, March 7
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
re-implement Plugin functions with Destop GUI API.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Fix several NPE’s
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Delete redundant code
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
CI/CD improvements, packaging improvements
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<h2>
|
<h2>
|
||||||
Tue, January 17
|
Tue, January 17
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -55,7 +55,7 @@ For platform specific instructions, see
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.2.0/i2pfirefox.zip
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.3.0/i2pfirefox.zip
|
||||||
unzip i2pfirefox.zip
|
unzip i2pfirefox.zip
|
||||||
./i2pfirefox.cmd
|
./i2pfirefox.cmd
|
||||||
|
|
||||||
|
16
VERSION.html
16
VERSION.html
@ -153,14 +153,14 @@
|
|||||||
Firefox
|
Firefox
|
||||||
</h2>
|
</h2>
|
||||||
<pre><code class="language-md">i2p-in-private-browsing
|
<pre><code class="language-md">i2p-in-private-browsing
|
||||||
1.50
|
1.48
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4213716/i2p_in_private_browsing-1.50.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4123613/i2p_in_private_browsing-1.48.xpi
|
||||||
noscript
|
noscript
|
||||||
11.4.29
|
11.4.29
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
|
||||||
localcdn-fork-of-decentraleyes
|
localcdn-fork-of-decentraleyes
|
||||||
2.6.60
|
2.6.64
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4208268/localcdn_fork_of_decentraleyes-2.6.60.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4243456/localcdn_fork_of_decentraleyes-2.6.64.xpi
|
||||||
onion-in-container-browsing
|
onion-in-container-browsing
|
||||||
0.82
|
0.82
|
||||||
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
||||||
@ -168,8 +168,8 @@ javascript-restrictor
|
|||||||
0.17
|
0.17
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4190089/javascript_restrictor-0.17.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4190089/javascript_restrictor-0.17.xpi
|
||||||
ublock-origin
|
ublock-origin
|
||||||
1.54.0
|
1.56.0
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4198829/ublock_origin-1.54.0.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4237670/ublock_origin-1.56.0.xpi
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h2>
|
<h2>
|
||||||
Chromium
|
Chromium
|
||||||
@ -181,10 +181,10 @@ NoScript
|
|||||||
11.4.18
|
11.4.18
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
LocalCDN
|
LocalCDN
|
||||||
2.6.60
|
2.6.64
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
uBlock Origin
|
uBlock Origin
|
||||||
1.54.0
|
1.56.0
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
__MSG_extensionName__
|
__MSG_extensionName__
|
||||||
0.17
|
0.17
|
||||||
|
@ -328,7 +328,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
|||||||
|
|
||||||
<target name="buildNum">
|
<target name="buildNum">
|
||||||
<buildnumber file="scripts/build.number" />
|
<buildnumber file="scripts/build.number" />
|
||||||
<property name="release.number" value="1.2.0" />
|
<property name="release.number" value="1.3.0" />
|
||||||
<exec executable="echo" osfamily="unix">
|
<exec executable="echo" osfamily="unix">
|
||||||
<arg value="${release.number}-${build.number}" />
|
<arg value="${release.number}-${build.number}" />
|
||||||
</exec>
|
</exec>
|
||||||
|
@ -166,7 +166,7 @@
|
|||||||
</code>
|
</code>
|
||||||
</h4>
|
</h4>
|
||||||
<pre><code class="language-sh">mkdir ~/tmp-i2pbrowser && cd ~/tmp-i2pbrowser
|
<pre><code class="language-sh">mkdir ~/tmp-i2pbrowser && cd ~/tmp-i2pbrowser
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.2.0/i2pbrowser.tar.gz
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.3.0/i2pbrowser.tar.gz
|
||||||
tar xvzf i2pbrowser.tar.gz && cd i2pbrowser
|
tar xvzf i2pbrowser.tar.gz && cd i2pbrowser
|
||||||
## THIS STEP IS OPTIONAL but it will force the system to use Tor Browser from within the i2pbrowser directory.
|
## THIS STEP IS OPTIONAL but it will force the system to use Tor Browser from within the i2pbrowser directory.
|
||||||
# This probably offers better security than vanilla Firefox.
|
# This probably offers better security than vanilla Firefox.
|
||||||
|
@ -7,7 +7,7 @@ Linux. These packages are for the **`amd64`** architecture.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir ~/tmp-i2pbrowser && cd ~/tmp-i2pbrowser
|
mkdir ~/tmp-i2pbrowser && cd ~/tmp-i2pbrowser
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.2.0/i2pbrowser.tar.gz
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.3.0/i2pbrowser.tar.gz
|
||||||
tar xvzf i2pbrowser.tar.gz && cd i2pbrowser
|
tar xvzf i2pbrowser.tar.gz && cd i2pbrowser
|
||||||
## THIS STEP IS OPTIONAL but it will force the system to use Tor Browser from within the i2pbrowser directory.
|
## THIS STEP IS OPTIONAL but it will force the system to use Tor Browser from within the i2pbrowser directory.
|
||||||
# This probably offers better security than vanilla Firefox.
|
# This probably offers better security than vanilla Firefox.
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
file with any Java greater than Java 8.
|
file with any Java greater than Java 8.
|
||||||
</p>
|
</p>
|
||||||
<pre><code class="language-sh">mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
<pre><code class="language-sh">mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.2.0/i2pfirefox.zip
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.3.0/i2pfirefox.zip
|
||||||
unzip i2pfirefox.zip
|
unzip i2pfirefox.zip
|
||||||
./cmd/i2pfirefox.cmd
|
./cmd/i2pfirefox.cmd
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ packages. You can use the `.jar` file with any Java greater than Java 8.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.2.0/i2pfirefox.zip
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.3.0/i2pfirefox.zip
|
||||||
unzip i2pfirefox.zip
|
unzip i2pfirefox.zip
|
||||||
./cmd/i2pfirefox.cmd
|
./cmd/i2pfirefox.cmd
|
||||||
|
|
||||||
|
@ -305,7 +305,7 @@
|
|||||||
and a non-bundled Java
|
and a non-bundled Java
|
||||||
</h4>
|
</h4>
|
||||||
<pre><code class="language-sh">mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
<pre><code class="language-sh">mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.2.0/i2pfirefox.zip
|
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/1.3.0/i2pfirefox.zip
|
||||||
unzip i2pfirefox.zip
|
unzip i2pfirefox.zip
|
||||||
./i2pfirefox.cmd
|
./i2pfirefox.cmd
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Thu Mar 07 11:01:16 EST 2024
|
#Thu Mar 07 11:33:56 EST 2024
|
||||||
build.number=699
|
build.number=700
|
||||||
|
Reference in New Issue
Block a user