Fix quotes, update for release

This commit is contained in:
idk
2021-05-26 18:21:12 -04:00
parent 6f30aeaf06
commit 899974c339
8 changed files with 15 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.104
VERSION=0.103
MOZ_VERSION=0.106
VERSION=0.105
## INCREMENT THIS EVERY TIME YOU DO A RELEASE
LAST_VERSION=0.101
LAST_VERSION=0.103
YELLOW=F7E59A
ORANGE=FFC56D

View File

@@ -16,7 +16,7 @@
"description": "Description of the extension."
},
"extensionVersion": {
"message": "0.103",
"message": "0.105",
"description": "Version of the extension."
},
"proxyFailedStatus": {

View File

@@ -16,7 +16,7 @@
"description": "Descripción de la extensión."
},
"extensionVersion": {
"message": "0,103",
"message": "0,105",
"description": "Versión de la extensión."
},
"proxyFailedStatus": {

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
i2psetproxy.js (0.105-1) UNRELEASED; urgency=low
* Add help page for configuring i2pcontrol
* Add help page for configuring i2psnark-rpc
* Update the icons
-- idk <hankhill19580@gmail.com> Wed, 26 May 2021 12:56:56 -0400
i2psetproxy.js (0.103-1) UNRELEASED; urgency=low
* Fix for double-test issue on /home.html page in the extension

View File

@@ -8,7 +8,7 @@
<body>
<h1 id="toopie.htmli2pcontrol.js">toopie.html/i2pcontrol.js</h1>
<p>To enable toopie.html, the built in I2P monitoring system in this webextension, go to the <a href="http://127.0.0.1:7657/configwebapps">Web App Configuration page in the I2P Router and start I2PControl</a>. Click the “Start” button next to the menu item that says <code>jsonrpc</code>.</p>
<p>To enable toopie.html, the built in I2P monitoring system in this webextension, go to the <a href="http://127.0.0.1:7657/configwebapps">Web App Configuration page in the I2P Router and start I2PControl</a>. Click the &quot;Start&quot; button next to the menu item that says <code>jsonrpc</code>.</p>
<ul>
<li><img src="i2pcontrol.png" title="fig:" alt="i2pcontrol.png" /></li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

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