1 Commits
0.51 ... 0.53

Author SHA1 Message Date
idk
e18eeaf934 hotfix 2019-11-28 19:24:53 -05:00
7 changed files with 27 additions and 9 deletions

View File

@@ -36,8 +36,8 @@ clean:
## EVEN RELEASES are AMO RELEASES
## ODD RELEASES are SELFHOSTED RELEASES
MOZ_VERSION=0.48
VERSION=0.49
MOZ_VERSION=0.52
VERSION=0.53
#VERSION=$(MOZ_VERSION)
#VERSION=1.27
@@ -80,7 +80,7 @@ moz-version:
rhz-version:
sed -i 's|$(shell grep "\"version\": " manifest.json)| \"version\": \"$(VERSION)\",|g' manifest.json
sed -i 's|$(shell grep "\"version_name\": " manifest.json)| \"version_name\": \"$(VERSION)-rhizome\",|g' manifest.json
sed -i 's|$(shell grep "\"version_name\": " manifest.json)| \"version_name\": \"$(VERSION)1-rhizome\",|g' manifest.json
sed -i 's|7657|7647|g' *.js* */*.js*
zip: version
@@ -116,8 +116,11 @@ tk:
submit: moz-sign rhz-submit moz-submit
clean-artifacts:
rm web-ext-artifacts/*
##ODD NUMBERED, SELF-DISTRIBUTED VERSIONS HERE!
moz-sign: version
moz-sign: version clean-artifacts
@echo "Using the 'sign' target to instantly sign an extension for self-distribution"
@echo "requires a JWT API Key and Secret from addons.mozilla.org to be made available"
@echo "to the Makefile under the variables WEB_EXT_API_KEY and WEB_EXT_API_SECRET."
@@ -161,11 +164,15 @@ lint:
deborig:
rm -rf ../i2psetproxy.js-$(VERSION)
cp -r . ../i2psetproxy.js-$(VERSION)
rm -rf *.xpi web-ext-artifacts
tar \
-cvz \
--exclude=.git \
--exclude=i2psetproxy.js.gif \
--exclude=node_modules \
--exclude=web-ext-artifacts \
--exclude=*.xpi \
--exclude=*/*.xpi \
-f ../i2psetproxy.js_$(VERSION).orig.tar.gz \
.

View File

@@ -112,7 +112,7 @@
"description": "Port for the Router Console"
},
"protocolHandlerValue": {
"message": "http://__MSG_controlHostValue__:__MSG_controlPortValue__/i2psnark/?nofilter_newURL=%s&action=Add&foo=Add+torrent",
"message": "http://127.0.0.1:7657/i2psnark/?nofilter_newURL=%s&action=Add&foo=Add+torrent",
"description": "Value for the magnet protocol handler"
}
}

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
i2psetproxy.js (0.51-1) UNRELEASED; urgency=low
* Numerous code cleanups, compatibility fixes
* enable-disable history
* better homepage, better control panel, saner options
-- idk <hankhill19580@gmail.com> Sat, 23 NOV 2019 22:51:11 -0400
i2psetproxy.js (0.49-1) UNRELEASED; urgency=low
* fix tabs

View File

@@ -1 +1,4 @@
i2psetproxy.js.gif
i2psetproxy.js.gif
i2psetproxy.js@eyedeekay.github.io.xpi
i2pbb@eyedeekay.github.io.xpi
web-ext-artifacts/i2p_in_private_browsing-0.51-an+fx.xpi

View File

@@ -23,8 +23,8 @@
],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "0.49",
"version_name": "0.49",
"version": "0.51",
"version_name": "0.51",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/eyedeekay/i2psetproxy.js",
"icons": {
@@ -68,7 +68,7 @@
{
"protocol": "magnet",
"name": "I2PTorrent",
"uriTemplate": "__MSG_protocolHandlerValue__"
"uriTemplate": "http://127.0.0.1:7657/i2psnark/?nofilter_newURL=%s&action=Add&foo=Add+torrent"
}
],
"default_locale": "en"