Skip to content

Commit

Permalink
Added new items to updated.html
Browse files Browse the repository at this point in the history
  • Loading branch information
deanoemcke committed Mar 13, 2019
1 parent 82bb255 commit 5359228
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_ext_extension_name__",
"description": "__MSG_ext_extension_description__",
"version": "7.0.179",
"version": "7.0.180",
"default_locale": "en",
"permissions": [
"tabs",
Expand Down
12 changes: 9 additions & 3 deletions src/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ <h4>
Can boost memory savings by up to 5x!
</li>
<li>New right-click context menu options and keyboard shortcuts.</li>
<li>Improved session saving and recovery.</li>
<li>Ability to suspend local file urls.</li>
<li>Improved session saving, export and recovery.</li>
<li>Fixed issues with chrome stealing focus when a tab suspends in the background.</li>
<li>Many other minor bug fixes and performance improvements.</li>
</ul>
</div>
Expand All @@ -65,6 +67,7 @@ <h5>
Can boost memory savings by up to 5x!
</li>
<li>New right-click context menu options and keyboard shortcuts.</li>
<li>Ability to suspend local file urls.</li>
<li>Improved "Open link in new suspended tab" right-click menu option.</li>
<li>Support for retina favicons and high resolution screen captures.</li>
<li>Suspended youtube tabs now remember current play position.</li>
Expand All @@ -76,9 +79,12 @@ <h5>
</h5>
<ul>
<li>Fixed issue with cookies breaking websites like YouTube.</li>
<li>Fixed issue where suspended tabs showed wrong favicon on restart.</li>
<li>Fixed issues with chrome stealing focus when a tab suspends in the background.</li>
<li>Improved behaviour of automatic tab unsuspending.</li>
<li>Fixed bugs with setting the correct scroll location on suspend and unsuspend.</li>
<li>Fixed bugs with right-click context menu.</li>
<li>Fixed issue with setting the correct scroll location on suspend and unsuspend.</li>
<li>Fixed issue with right-click context menu.</li>
<li>Fixed issue with session exporting.</li>
<li>Many other minor bug fixes and performance improvements.</li>
</ul>
</div>
Expand Down

0 comments on commit 5359228

Please sign in to comment.