Skip to content

Commit

Permalink
v7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
revilheart committed Oct 14, 2017
1 parent 137cfd4 commit 1f4d72c
Show file tree
Hide file tree
Showing 7 changed files with 1,037 additions and 471 deletions.
2 changes: 1 addition & 1 deletion ESGST.meta.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// ==UserScript==
// @version 7.2.1
// @version 7.2.2
// ==/UserScript==
721 changes: 497 additions & 224 deletions ESGST.user.js

Large diffs are not rendered by default.

760 changes: 516 additions & 244 deletions Extension/esgst.js

Large diffs are not rendered by default.

Binary file modified Extension/esgst.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion Extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"*://*.api.imgur.com/*",
"storage"
],
"version": "7.2.1"
"version": "7.2.2"
}
2 changes: 1 addition & 1 deletion Extension/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"updates": [
{
"update_link": "https://github.com/revilheart/ESGST/raw/master/Extension/esgst.xpi",
"version": "7.2.1"
"version": "7.2.2"
}
]
}
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,27 @@ The video above does not get embedded.

## Changelog

**7.2.2 (October 14, 2017):**

<ul>
<li>Giveaway Bookmarks can now be accessed through "/esgst/bookmarked-giveaways".</li>
<li>Giveaways Encrypter/Decrypter can now be accessed through "/esgst/decrypted-giveaways".</li>
<li>Giveaways Extractor can now be accessed through "/esgst/extracted-giveaways?url=/giveaway/XXXXX/" or "/esgst/extracted-giveaways?url=/discussion/XXXXX/".</li>
<li>Added an option to each feature above to open it in a new tab using the new URL.</li>
<li>Fixed some style issues in Grid View with Image Borders disabled.</li>
<li>Fixed a bug in Giveaway/Discussion Filters that was not applying overrides correctly.</li>
<li>Fixed a style issue in Giveaway/Discussion Filters that was making the legend and preset panels overlap for users with few filters enabled.</li>
<li>Extended Giveaways Manager to every page and added the option to bookmark/unbookmark/hide multiple giveaways at once.</li>
<li>Fixed a bug in Enter/Leave Giveaway Button that was hiding the enter button for won giveaways marked as not received.</li>
<li>Next/Previous Train Hotkeys now detects previous/next links based on how many giveaway links there are in the page instead of their text (experimental).</li>
<li>Giveaways Extractor now extracts all giveaways in the page instead of just the ones in the giveaway description (<a href="https://github.com/revilheart/ESGST/issues/55">#55</a>).</li>
<li>Fixed a bug in Created/Entered/Won Giveaway Details that was opening Steam links in the same page instead of in a new tab.</li>
<li>Fixed a bug in Comment Formatting Helper that was not showing the Giveaway Encrypter button (<a href="https://github.com/revilheart/ESGST/issues/56">#56</a>).</li>
<li>Fixed a bug that was happening when adding comments to giveaways without a description (<a href="https://github.com/revilheart/ESGST/issues/53">#53</a>).</li>
<li>Added an option to Game Categories (Games.3.21.2) that indicates if the base game of a DLC is free or not.</li>
<li>Because of the new option above, added new filters to Giveaway Filters: "DLC (Free Base)" and "DLC (Non-Free Base)"</li>
</ul>

**7.2.1 (October 13, 2017):**

<ul>
Expand Down

0 comments on commit 1f4d72c

Please sign in to comment.