diff --git a/Makefile b/Makefile
index bf99db0..73dd76b 100644
--- a/Makefile
+++ b/Makefile
@@ -37,11 +37,11 @@ clean: rc clean-artifacts
## EVEN RELEASES are AMO RELEASES
## ODD RELEASES are SELFHOSTED RELEASES
-MOZ_VERSION=0.64
-VERSION=0.63
+MOZ_VERSION=0.66
+VERSION=0.65
## INCREMENT THIS EVERY TIME YOU DO A RELEASE
-LAST_VERSION=0.61
+LAST_VERSION=0.63
YELLOW=F7E59A
ORANGE=FFC56D
@@ -176,8 +176,11 @@ moz-submit: moz-version
@echo "Using the 'submit' target to instantly sign an extension for Mozilla 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."
+ mv manifest.json .manifest.json
+ grep -v update_url .manifest.json > manifest.json
web-ext sign --channel listed --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET); true
sleep 5
+ mv .manifest.json manifest.json
rhz-submit: rhz-version
@echo "Rhizome releases are disabled while browser is completed."
diff --git a/debian/changelog b/debian/changelog
index 98f1117..e1a9786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+i2psetproxy.js (0.65-1) UNRELEASED; urgency=low
+
+ * Initial prototype of certs implementation
+ * Use "pinned apptabs" to minimize the number of tabs occupied by an app
+ * Get ready for self-hosted updates but with bittorrent because it's cooler
+
+ -- idk Tue, 17 MAR 2020 22:58:55 -0400
+
i2psetproxy.js (0.63-1) UNRELEASED; urgency=low
* other containerizers bugfix
diff --git a/index.html b/index.html
index 3a780d2..17741f1 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@ Clearnet Bittorrent network(With a web seed to support it in case one goes
dead).
diff --git a/manifest.json b/manifest.json
index 38a4126..dd56cc8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -27,8 +27,8 @@
],
"manifest_version": 2,
"name": "__MSG_extensionName__",
- "version": "0.63",
- "version_name": "0.63",
+ "version": "0.66",
+ "version_name": "0.66",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox",
"icons": {
diff --git a/releases.atom b/releases.atom
index 96b8252..00a17e3 100644
--- a/releases.atom
+++ b/releases.atom
@@ -4,13 +4,33 @@
Release notes from I2P-in-Private-Browsing-Mode-Firefox
- 2020-03-02T22:59:16Z
+ 2020-03-18T02:57:36Z
+
+ tag:github.com,2008:Repository/169256012/0.65
+ 2020-03-18T03:01:20Z
+
+ 0.65
+
+ <p>Browsing to a single contextual identity, thus creating an I2P in Private<br>
+Browsing mode. It requires the use of a pre-installed I2P Router.<br>
+i2psetproxy.js (0.65-1) UNRELEASED; urgency=low</p>
+<ul>
+<li>Initial prototype of certs implementation</li>
+<li>Use "pinned apptabs" to minimize the number of tabs occupied by an app</li>
+<li>Get ready for self-hosted updates but with bittorrent because it's cooler</li>
+</ul>
+<p>-- idk <a href="mailto:hankhill19580@gmail.com">hankhill19580@gmail.com</a> Tue, 17 MAR 2020 22:58:55 -0400</p>
+<p>i2psetproxy.js (0.63-1) UNRELEASED; urgency=low</p>
+
+ eyedeekay
+
+
+ tag:github.com,2008:Repository/169256012/0.632020-03-02T23:01:58Z0.63
- <p>A simple plugin for configuring a Firefox based web browser to isolate I2P<br>
Browsing to a single contextual identity, thus creating an I2P in Private<br>
Browsing mode. It requires the use of a pre-installed I2P Router.<br>
@@ -179,25 +199,4 @@ i2psetproxy.js (0.49-1) UNRELEASED; urgency=low</p>
-
- tag:github.com,2008:Repository/169256012/0.47
- 2020-01-06T17:19:14Z
-
- 0.47
- <h1>I2P in Private Browsing Mode</h1>
-<p>A simple plugin for configuring a Firefox based web browser to isolate I2P<br>
-Browsing to a single contextual identity, thus creating an I2P in Private<br>
-Browsing mode. It requires the use of a pre-installed I2P Router.<br>
-i2psetproxy.js (0.47-1) UNRELEASED; urgency=low</p>
-<ul>
-<li>Improve android compatibility</li>
-<li>Improve code organization</li>
-<li>Partial protocol handlers implementation</li>
-</ul>
-<p>-- idk <a href="mailto:hankhill19580@gmail.com">hankhill19580@gmail.com</a> Sat, 23 NOV 2019 18:53:11 -0400</p>
-
- eyedeekay
-
-
-