diff --git a/VERSION.md b/VERSION.md index 5b9ee23..bb76c75 100644 --- a/VERSION.md +++ b/VERSION.md @@ -6,23 +6,23 @@ Extension Versions ```md i2p-in-private-browsing -1.48 -https://addons.mozilla.org/firefox/downloads/file/4123613/i2p_in_private_browsing-1.48.xpi +2.6.0 +https://addons.mozilla.org/firefox/downloads/file/4339795/i2p_in_private_browsing-2.6.0.xpi noscript -11.4.29 -https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi +11.4.34 +https://addons.mozilla.org/firefox/downloads/file/4333280/noscript-11.4.34.xpi localcdn-fork-of-decentraleyes -2.6.69 -https://addons.mozilla.org/firefox/downloads/file/4303757/localcdn_fork_of_decentraleyes-2.6.69.xpi +2.6.72 +https://addons.mozilla.org/firefox/downloads/file/4336546/localcdn_fork_of_decentraleyes-2.6.72.xpi onion-in-container-browsing 0.82 https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi javascript-restrictor -0.18.1 -https://addons.mozilla.org/firefox/downloads/file/4310951/javascript_restrictor-0.18.1.xpi +0.19 +https://addons.mozilla.org/firefox/downloads/file/4339678/javascript_restrictor-0.19.xpi ublock-origin -1.58.0 -https://addons.mozilla.org/firefox/downloads/file/4290466/ublock_origin-1.58.0.xpi +1.59.0 +https://addons.mozilla.org/firefox/downloads/file/4328681/ublock_origin-1.59.0.xpi ``` ## Chromium @@ -32,15 +32,15 @@ __MSG_extensionName__ 1.29 https://clients2.google.com/service/update2/crx NoScript -11.4.30 +11.4.33 https://clients2.google.com/service/update2/crx LocalCDN -2.6.67 +2.6.72 https://clients2.google.com/service/update2/crx uBlock Origin -1.58.0 +1.59.0 https://clients2.google.com/service/update2/crx __MSG_extensionName__ -0.18.1 +0.19 https://clients2.google.com/service/update2/crx ``` diff --git a/build.xml b/build.xml index 085a155..a7caa63 100755 --- a/build.xml +++ b/build.xml @@ -522,6 +522,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -557,6 +558,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -574,6 +576,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -592,6 +595,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -608,6 +612,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -628,6 +633,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -648,6 +654,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -668,6 +675,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -688,6 +696,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -700,6 +709,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -719,6 +729,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -742,6 +753,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -757,6 +769,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -772,6 +785,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + @@ -787,6 +801,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det + diff --git a/scripts/build.number b/scripts/build.number index ccbe98c..ef4817b 100644 --- a/scripts/build.number +++ b/scripts/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Mon Jul 08 17:35:59 EDT 2024 -build.number=726 +#Tue Aug 20 20:53:41 EDT 2024 +build.number=731 diff --git a/src/usability.properties b/src/usability.properties new file mode 100644 index 0000000..1ac75a2 --- /dev/null +++ b/src/usability.properties @@ -0,0 +1,2 @@ +main-class=net.i2p.i2pfirefox.I2PBrowser +arguments=-usability \ No newline at end of file