Skip to content

Commit

Permalink
Fix quotes, update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed May 26, 2021
1 parent 6f30aea commit 899974c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "Description of the extension."
},
"extensionVersion": {
"message": "0.103",
"message": "0.105",
"description": "Version of the extension."
},
"proxyFailedStatus": {
Expand Down
2 changes: 1 addition & 1 deletion _locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion i2pcontrol/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file modified icons/i2plogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/torrents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 899974c

Please sign in to comment.