Commit b620186
committed
Release v1.7.0
Fix #50.
Update version to 1.7.0
Update releases/index.md.
Update devDependencies
Remove QuicKey from options tooltip.
Remove unused bluebird from settings.js.
Clean up storage.js.
Tweak store description
Link the limit recents and limit search options
Check recents when the limit search to current window option is checked.
Uncheck search if recents is unchecked. This way, we don't need to enable/disable the options.
Don't call scoreItems() inside loadTabs(), since now the recents list is guaranteed to be a subset of the filtered tabs, since the limit search results option is linked to the limit recents option.
Move limit search option under limit recents checkbox
Disable the search checkbox if limit recents isn't checked.
Don't show the checkbox indicator for disabled checkboxes.
Make disabled checkbox background lighter.
Adjust position of NEW indicator to handle nested checkboxes.
Add disabled tooltip for mark tabs in other windows option
Add tooltip and disabled tooltip props for controls.
Show a disabled checkbox or radio button label as greyed out when it's disabled.
Update store description and main site page with 1.7.0 features and a bullet list of options.
Fix some of the wrapping for the Chrome store.
Score tabs with empty query before filtering them
If limit search is on but limit recents is not, some recents may not appear in the filtered tabs list, and therefore won't get the scores hash and other keys set up on the first scoreItems() call. So score all tabs before filtering them, so all the recents get set up, too.
Add "browser" to the limit options.
Limit search results to the current window when that setting is on
Put the mark tabs in other windows option last in its section.
Limit toggle command to current window when that setting is on
Add options for limiting recents and search to the current window
Notify the background when the limit recents setting changes, and pull it from storage when the background first loads.
Pass the limit recents setting to recentTabs.navigate().
Add a "Multiple browser windows" section to Options, and move the other window icon setting there.
Update storage version to 11.
Filter tabs in other windows from the recents list
Add flag to recentTabs.navigate() to limit it to the current window
Refactor calculation of the next tabIDs index into a function.1 parent 1abe209 commit b620186
File tree
20 files changed
+13452
-6481
lines changed- docs
- releases
- src
- css
- js
- background
- options
- popup
20 files changed
+13452
-6481
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
| 119 | + | |
| 120 | + | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
| 123 | + | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
196 | | - | |
| 195 | + | |
197 | 196 | | |
198 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
199 | 203 | | |
200 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
201 | 214 | | |
202 | 215 | | |
203 | 216 | | |
| |||
221 | 234 | | |
222 | 235 | | |
223 | 236 | | |
224 | | - | |
| 237 | + | |
225 | 238 | | |
226 | 239 | | |
227 | 240 | | |
| |||
233 | 246 | | |
234 | 247 | | |
235 | 248 | | |
236 | | - | |
| 249 | + | |
237 | 250 | | |
238 | 251 | | |
239 | 252 | | |
| |||
273 | 286 | | |
274 | 287 | | |
275 | 288 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
280 | 293 | | |
281 | 294 | | |
282 | 295 | | |
283 | 296 | | |
284 | | - | |
285 | | - | |
| 297 | + | |
| 298 | + | |
286 | 299 | | |
287 | 300 | | |
288 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 100 | + | |
| 101 | + | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
175 | | - | |
| 174 | + | |
176 | 175 | | |
177 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
178 | 182 | | |
179 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
180 | 193 | | |
181 | 194 | | |
182 | 195 | | |
183 | 196 | | |
184 | | - | |
| 197 | + | |
185 | 198 | | |
186 | 199 | | |
187 | 200 | | |
| |||
243 | 256 | | |
244 | 257 | | |
245 | 258 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
250 | 263 | | |
251 | 264 | | |
252 | 265 | | |
253 | 266 | | |
254 | | - | |
255 | | - | |
| 267 | + | |
| 268 | + | |
256 | 269 | | |
257 | 270 | | |
258 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
124 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
125 | 141 | | |
126 | | - | |
| 142 | + | |
127 | 143 | | |
128 | | - | |
| 144 | + | |
129 | 145 | | |
130 | 146 | | |
131 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
| |||
0 commit comments