forked from EuanRiggans/BulkURLOpener-Firefox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
122 lines (119 loc) · 7.37 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<title>Changelog</title>
<link href="css/bootstrap.min.css" rel="stylesheet" id="bootstrap">
<link href="css/font-awesome.min.css" rel="stylesheet" id="font-awesome">
<link href="css/style.css" rel="stylesheet" id="styles">
<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">×</span>
</button>
</div>
<div class="modal-body">
<h5 class="version">1.5.1</h5>
<p class="notes">Tidied up help page.</p>
<h5 class="version">1.5.0</h5>
<p class="notes">Added setting for user to decide how non-urls should be handled when encountered. User
can choose to either: Open the non-url in a search engine, Ignore the non-url, Attempt to extract
the non-url.</p>
<p class="notes">Added setting so user can decide which search engine should be used if a non-url is
going to be opened in a search engine.</p>
<h5 class="version">1.4.0</h5>
<p class="notes">Added new setting to allow user to choose which tabs should be displayed when the
'Currently opened tabs' setting is selected. Either all opened tabs, or just those in the current
window.</p>
<p class="notes">Fixed bug which would cause the 'Automatically open lists' and 'Enable Night Theme'
options not to display if no settings object was present in the browser storage.</p>
<h5 class="version">1.3.5</h5>
<p class="notes">Fixed broken changelog link</p>
<p class="notes">Help page links are now opened in a new tab</p>
<h5 class="version">1.3.4</h5>
<p class="notes">Addon now exclusively uses the browser API rather than the chrome API</p>
<p class="notes">Tabs are now generally active when opened</p>
<p class="notes">If a user uses Tab Creation Delay, once all tabs are opened the message on the page
will
change to inform the user that all links are opened</p>
<h5 class="version">1.3.3</h5>
<p class="notes">Fixed bug which would stop the user from creating more than 10 lists. Causing the list
with
the id 10 to be overwritten with a new list.</p>
<p class="notes">Addon is now working with Firefox browsers.</p>
<h5 class="version">1.3.2</h5>
<p class="notes">Small code optimization for loading popup load times</p>
<p class="notes">Improved shadow for modals</p>
<h5 class="version">1.3.1</h5>
<p class="notes">Fixed bug where checkboxes would be missing on the settings page if the user had not
saved
settings previously</p>
<p class="notes">Fluent design bootstrap is now provided with the extension package rather than being
loaded
over cdn</p>
<h5 class="version">1.3.0</h5>
<p class="notes">Added a simple night mode</p>
<p class="notes">Added setting that allows users to change their bootstrap theme. Currently only
supports
default bootstrap and fluent design bootstrap.</p>
<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/EuanRiggans/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 firefox addons
page
</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>
<script type="text/javascript" src="js/custom-styles.js" id="tempStylesheetLoader"></script>
</body>
</html>