diff --git a/Makefile b/Makefile index 18b977f..fc08f28 100644 --- a/Makefile +++ b/Makefile @@ -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 \ . diff --git a/_locales/en/messages.json b/_locales/en/messages.json index dadce38..c358d00 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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" } } diff --git a/debian/changelog b/debian/changelog index b2e9217..3df20c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 23 NOV 2019 22:51:11 -0400 + i2psetproxy.js (0.49-1) UNRELEASED; urgency=low * fix tabs diff --git a/debian/source/include-binaries b/debian/source/include-binaries index 6eaeb80..b700979 100644 --- a/debian/source/include-binaries +++ b/debian/source/include-binaries @@ -1 +1,4 @@ -i2psetproxy.js.gif \ No newline at end of file +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 \ No newline at end of file diff --git a/i2psetproxy.js@eyedeekay.github.io.xpi b/i2psetproxy.js@eyedeekay.github.io.xpi deleted file mode 100644 index 92cb228..0000000 Binary files a/i2psetproxy.js@eyedeekay.github.io.xpi and /dev/null differ diff --git a/manifest.json b/manifest.json index 485b6f0..3d64bce 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/web-ext-artifacts/i2p_in_private_browsing-0.49-an+fx.xpi b/web-ext-artifacts/i2p_in_private_browsing-0.49-an+fx.xpi deleted file mode 100644 index 9a197cb..0000000 Binary files a/web-ext-artifacts/i2p_in_private_browsing-0.49-an+fx.xpi and /dev/null differ