Skip to content

Commit

Permalink
Bump version and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
EuanRiggans committed Mar 15, 2020
1 parent 8c728c9 commit 19407b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ <h4 class="modal-title">Changelog</h4>
</button>
</div>
<div class="modal-body">
<h5 class="version">1.8.2</h5>
<p class="notes">Fixed bug where if "Delay tab loading until tab is selected" setting was enabled, the url
would be truncated after the first parameter in the query string.</p>
<h5 class="version">1.8.1</h5>
<p class="notes">Firefox bug fix when deleting lists.</p>
<h5 class="version">1.8.0</h5>
Expand Down
5 changes: 2 additions & 3 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"short_name": "BulkOpen",
"author": "Euan Riggans",
"manifest_version": 2,
"version": "1.8.1",
"version": "1.8.2",
"description": "A browser addon / extension that provides the user with lots of features to handle lists of urls.",
"permissions": [
"tabs",
"storage"
"tabs"
],
"background": {
"scripts": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulkurlopener",
"version": "1.8.1",
"version": "1.8.2",
"description": "Desktop version of the Bulk URL Opener browser extension",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 19407b4

Please sign in to comment.