Skip to content

Commit 5359228

Browse files
committed
Added new items to updated.html
1 parent 82bb255 commit 5359228

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_ext_extension_name__",
33
"description": "__MSG_ext_extension_description__",
4-
"version": "7.0.179",
4+
"version": "7.0.180",
55
"default_locale": "en",
66
"permissions": [
77
"tabs",

src/updated.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ <h4>
4848
Can boost memory savings by up to 5x!
4949
</li>
5050
<li>New right-click context menu options and keyboard shortcuts.</li>
51-
<li>Improved session saving and recovery.</li>
51+
<li>Ability to suspend local file urls.</li>
52+
<li>Improved session saving, export and recovery.</li>
53+
<li>Fixed issues with chrome stealing focus when a tab suspends in the background.</li>
5254
<li>Many other minor bug fixes and performance improvements.</li>
5355
</ul>
5456
</div>
@@ -65,6 +67,7 @@ <h5>
6567
Can boost memory savings by up to 5x!
6668
</li>
6769
<li>New right-click context menu options and keyboard shortcuts.</li>
70+
<li>Ability to suspend local file urls.</li>
6871
<li>Improved "Open link in new suspended tab" right-click menu option.</li>
6972
<li>Support for retina favicons and high resolution screen captures.</li>
7073
<li>Suspended youtube tabs now remember current play position.</li>
@@ -76,9 +79,12 @@ <h5>
7679
</h5>
7780
<ul>
7881
<li>Fixed issue with cookies breaking websites like YouTube.</li>
82+
<li>Fixed issue where suspended tabs showed wrong favicon on restart.</li>
83+
<li>Fixed issues with chrome stealing focus when a tab suspends in the background.</li>
7984
<li>Improved behaviour of automatic tab unsuspending.</li>
80-
<li>Fixed bugs with setting the correct scroll location on suspend and unsuspend.</li>
81-
<li>Fixed bugs with right-click context menu.</li>
85+
<li>Fixed issue with setting the correct scroll location on suspend and unsuspend.</li>
86+
<li>Fixed issue with right-click context menu.</li>
87+
<li>Fixed issue with session exporting.</li>
8288
<li>Many other minor bug fixes and performance improvements.</li>
8389
</ul>
8490
</div>

0 commit comments

Comments
 (0)