From 9ebc0eae818d50441391f9549008f8387c233845 Mon Sep 17 00:00:00 2001
From: eyedeekay
+ Thu, March 7
+
+
+
Tue, January 17
diff --git a/README.md b/README.md
index 19cc58f..ad4ab7a 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ For platform specific instructions, see
```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
./i2pfirefox.cmd
diff --git a/VERSION.html b/VERSION.html
index 1c5b111..3cca017 100644
--- a/VERSION.html
+++ b/VERSION.html
@@ -153,14 +153,14 @@
Firefox
i2p-in-private-browsing
-1.50
-https://addons.mozilla.org/firefox/downloads/file/4213716/i2p_in_private_browsing-1.50.xpi
+1.48
+https://addons.mozilla.org/firefox/downloads/file/4123613/i2p_in_private_browsing-1.48.xpi
noscript
11.4.29
https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
localcdn-fork-of-decentraleyes
-2.6.60
-https://addons.mozilla.org/firefox/downloads/file/4208268/localcdn_fork_of_decentraleyes-2.6.60.xpi
+2.6.64
+https://addons.mozilla.org/firefox/downloads/file/4243456/localcdn_fork_of_decentraleyes-2.6.64.xpi
onion-in-container-browsing
0.82
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
@@ -168,8 +168,8 @@ javascript-restrictor
0.17
https://addons.mozilla.org/firefox/downloads/file/4190089/javascript_restrictor-0.17.xpi
ublock-origin
-1.54.0
-https://addons.mozilla.org/firefox/downloads/file/4198829/ublock_origin-1.54.0.xpi
+1.56.0
+https://addons.mozilla.org/firefox/downloads/file/4237670/ublock_origin-1.56.0.xpi
Chromium
@@ -181,10 +181,10 @@ NoScript
11.4.18
https://clients2.google.com/service/update2/crx
LocalCDN
-2.6.60
+2.6.64
https://clients2.google.com/service/update2/crx
uBlock Origin
-1.54.0
+1.56.0
https://clients2.google.com/service/update2/crx
__MSG_extensionName__
0.17
diff --git a/build.xml b/build.xml
index 6f0c82d..ed1e53c 100755
--- a/build.xml
+++ b/build.xml
@@ -328,7 +328,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
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
## 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.
diff --git a/docs/LINUX.md b/docs/LINUX.md
index eddc3ed..608e025 100644
--- a/docs/LINUX.md
+++ b/docs/LINUX.md
@@ -7,7 +7,7 @@ Linux. These packages are for the **`amd64`** architecture.
```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
## 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.
diff --git a/docs/OSX.html b/docs/OSX.html
index d9181e8..c118602 100644
--- a/docs/OSX.html
+++ b/docs/OSX.html
@@ -159,7 +159,7 @@
file with any Java greater than Java 8.
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
./cmd/i2pfirefox.cmd
diff --git a/docs/OSX.md b/docs/OSX.md
index 56b85c7..8021c86 100644
--- a/docs/OSX.md
+++ b/docs/OSX.md
@@ -7,7 +7,7 @@ packages. You can use the `.jar` file with any Java greater than Java 8.
```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
./cmd/i2pfirefox.cmd
diff --git a/index.html b/index.html
index 3c921a6..c3c6fb6 100755
--- a/index.html
+++ b/index.html
@@ -305,7 +305,7 @@
and a non-bundled Java
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
./i2pfirefox.cmd
diff --git a/scripts/build.number b/scripts/build.number
index ef07ad5..c831c6c 100644
--- a/scripts/build.number
+++ b/scripts/build.number
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
-#Thu Mar 07 11:01:16 EST 2024
-build.number=699
+#Thu Mar 07 11:33:56 EST 2024
+build.number=700