Skip to content

Commit b118dba

Browse files
committed
Remove contents of update page
1 parent 57747b0 commit b118dba

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
**/Thumbs.db
22
**/*.pem
33
/node_modules
4-
/build/crx/*.crx
5-
/build/zip/*.zip
4+
/build/*
5+
/.idea/*
6+
build/zip/thegreatsuspender-6.30-dev/welcome.html

src/update.html

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ <h1>The Great Suspender has been updated</h1>
1717

1818
<hr class="splashRule" />
1919

20-
<h2>Bugs squashed</h2>
21-
<p>This new version fixes the bug caused by the new chrome release that caused tabs to change the the wrong url when they were suspended.
22-
Sorry for such a terrible bug and that the fix was a long time coming.</p>
23-
<p>The 'suspend other tabs' option will now NOT suspend the currently active tab.</p>
24-
<p>Browsing in incognito mode will no longer bring up the welcome tab every time.</p>
25-
26-
<h2>What's new?</h2>
27-
<p>This version includes light and dark themes. Try switching to the dark theme when using chrome at night to go easy on your eyes.</p>
28-
<p>The extension now supports actions on multiple selected tabs. If you select multiple tabs in chrome, you will have some new options appear
29-
in the pop-up menu to allow you to suspend / unsuspend all selected tabs</p>
30-
<p>The new improved whitelist now supports regular expressions. For the programming-minded only!</p>
31-
<p>You can check it all out in the <a href='/options.html' target='_blank'>settings</a> page.</p>
32-
33-
<h2>Problems with the update?</h2>
34-
<p>If you are experiencing a loss of tabs due to this update, try going to the <a href='/history.html' target='_blank'>session management</a> page. You will find a list of all your recently suspended tabs and should be able to recover them from here.</p>
35-
36-
<p>If losing your tabs has made you extremely upset and you want to uninstall this extension: fair enough - but before you do, please go through the session recovery process first and make sure all your tabs are recovered and unsuspended before you uninstall.</p>
37-
3820
<p>Thanks for using <strong>The Great Suspender!</strong></p>
3921

4022
</div>

0 commit comments

Comments
 (0)