switch to legwork and release another version.

This commit is contained in:
idk
2021-10-04 20:41:20 -04:00
parent 15489b7f10
commit 89f8496bb8
5 changed files with 14 additions and 7 deletions

View File

@@ -37,11 +37,11 @@ clean: rc clean-artifacts
## EVEN RELEASES are AMO RELEASES
## ODD RELEASES are SELFHOSTED RELEASES
MOZ_VERSION=0.116
VERSION=0.115
MOZ_VERSION=0.118
VERSION=0.117
## INCREMENT THIS EVERY TIME YOU DO A RELEASE
LAST_VERSION=0.113
LAST_VERSION=0.115
YELLOW=F7E59A
ORANGE=FFC56D

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
i2psetproxy.js (0.117-1) UNRELEASED; urgency=low
* Switch to legwork for search provider.
* admin isn't answering, but the service is up unlike yacy.idk.i2p.
-- idk <hankhill19580@gmail.com> Mon, 4 Oct 2021 20:38:59 -0400
i2psetproxy.js (0.115-1) UNRELEASED; urgency=low
* Improve functionality of X-I2P-Location and X-I2P-Torrentlocation

View File

@@ -287,7 +287,7 @@ function goSearch() {
}
let createData = {
url:
"http://yacy.idk.i2p/yacysearch.html?" +
"http://legwork.i2p/yacysearch.html?" +
"query=" +
document.getElementById("search-query").value,
};

View File

@@ -27,7 +27,7 @@
],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "0.113",
"version": "0.115",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox",
"icons": {

View File

@@ -29,8 +29,8 @@
<div class="topnav">
<a class="applicationName window-visit-homepage" href="#" id="window-visit-homepage" target="_blank">Home Page</a>
<form action="http://yacy.idk.i2p/yacysearch.html?" method="get">
<input id="search-query" name="query" placeholder="Search on yacy.idk.i2p(Opens a new tab)" type="search"> <input id="search-submit" text="Submit" type="submit">
<form action="http://legwork.i2p/yacysearch.html?" method="get">
<input id="search-query" name="query" placeholder="Search on legwork.i2p(Opens a new tab)" type="search"> <input id="search-submit" text="Submit" type="submit">
</form>
</div>