Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EuanRiggans committed Jul 25, 2018
1 parent c6df3a4 commit 7bfe91e
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 49 deletions.
104 changes: 61 additions & 43 deletions changelog.html
Original file line number Diff line number Diff line change
@@ -1,53 +1,71 @@
<!DOCTYPE html>
<html>
<head>
<title>Changelog</title>
<title>Changelog</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/modalstyles.css" rel="stylesheet">
<link href="css/changelog.css" rel="stylesheet">
</head>
<body>
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Changelog</h4>
<button type="button" class="close" id="closeModal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<h5 class="version">1.0.0:</h5>
<p class="notes">Initial release</p>
<h5 class="version">1.0.1:</h5>
<p class="notes">Small code optimization</p>
<h5 class="version">1.1.0:</h5>
<p class="notes">New method of storing lists of URLs. Old lists will be converted automatically</p>
<p class="notes">Added settings page</p>
<p class="notes">Added help page</p>
<p class="notes">Added changelog page</p>
<p class="notes">Added 'Tab Creation Delay' functionality (User requested feature)</p>
<p class="notes">Code optimizations</p>
<h5 class="version">1.1.1</h5>
<p class="notes">Fixed tab naming issue when Tab Creation Delay is used</p>
<p class="notes">Removed unnecessary font files to reduce extension size</p>
<h5 class="version">1.1.2</h5>
<p class="notes">Fixed an issue where Vivaldi users would not be able to open more than 9 tabs in one go</p>
<h5 class="version">1.1.3</h5>
<p class="notes">Fixed a bug where lists without a trailing new line would not open the last link in the list</p>
<p class="notes">Help page now contains links to get support, report bugs or suggest new features</p>
<h5 class="version">1.1.4</h5>
<p class="notes">Fixed an issue where many links on the help page would not work correctly</p>
</div>
<div class="modal-footer">
<small>If you need any extra info you can get it from this extensions support page on the chrome extension store</small>
</div>
</div>
</div>
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/lists.js" type="text/javascript"></script>
<script src="js/changelog.js" type="text/javascript"></script>
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Changelog</h4>
<button type="button" class="close" id="closeModal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<h5 class="version">1.2.0</h5>
<p class="notes">Added a setting to automatically open a list when it is selected from the extensions popup.
(This setting can be overruled by holding the ctrl key before selecting a list from the dropdown) (User
requested feature)</p>
<p class="notes">Added a setting to change the default list that is loaded when the extension is launched
(User requested feature)</p>
<p class="notes">Added button on popup to open the extension in a popup window</p>
<p class="notes">Link lists and settings are now stored using JSON this improves the stability of the
extension as more settings are added. Old lists and settings should be automatically converted</p>
<p class="notes">Performance improvements, removed duplicate jQuery selectors to improve performance</p>
<p class="notes">Added a new re-designed icon</p>
<p class="notes">The extension is now open source. You can view the repository <a
href="https://github.com/EuanR/BulkURLOpener">here</a>.</p>
<p class="notes">Updated bootstrap to v4.1.1</p>
<p class="notes">Updated jquery to v3.1.1</p>
<h5 class="version">1.1.4</h5>
<p class="notes">Fixed an issue where many links on the help page would not work correctly</p>
<h5 class="version">1.1.3</h5>
<p class="notes">Fixed a bug where lists without a trailing new line would not open the last link in the
list</p>
<p class="notes">Help page now contains links to get support, report bugs or suggest new features</p>
<h5 class="version">1.1.2</h5>
<p class="notes">Fixed an issue where Vivaldi users would not be able to open more than 9 tabs in one go</p>
<h5 class="version">1.1.1</h5>
<p class="notes">Fixed tab naming issue when Tab Creation Delay is used</p>
<p class="notes">Removed unnecessary font files to reduce extension size</p>
<h5 class="version">1.1.0:</h5>
<p class="notes">New method of storing lists of URLs. Old lists will be converted automatically</p>
<p class="notes">Added settings page</p>
<p class="notes">Added help page</p>
<p class="notes">Added changelog page</p>
<p class="notes">Added 'Tab Creation Delay' functionality (User requested feature)</p>
<p class="notes">Code optimizations</p>
<h5 class="version">1.0.1:</h5>
<p class="notes">Small code optimization</p>
<h5 class="version">1.0.0:</h5>
<p class="notes">Initial release</p>
</div>
<div class="modal-footer">
<small>If you need any extra info you can get it from this extensions support page on the chrome extension
store
</small>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/lists.js" type="text/javascript"></script>
<script src="js/changelog.js" type="text/javascript"></script>
</body>
</html>
13 changes: 7 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
"short_name": "BulkOpen",
"author": "Euan Riggans",
"manifest_version": 2,
"version": "1.1.4",
"description": "Allows user to open a list of url in one click.",
"version": "1.2.0",
"description": "A Google Chrome Extension that provides the user with lots of features to handle lists of urls.",
"permissions": [
"tabs",
"storage"
],
"browser_action": {
"default_icon": "icon/icon-48.png",
"default_icon": "icon/64.png",
"default_title": "Bulk URL Open",
"default_popup": "popup.html"
},
"icons": {
"16": "icon/icon-16.png",
"48": "icon/icon-48.png",
"128": "icon/icon-128.png"
"16": "icon/16.png",
"32": "icon/32.png",
"64": "icon/64.png",
"128": "icon/128.png"
}
}

0 comments on commit 7bfe91e

Please sign in to comment.