forked from IsThereAnyDeal/AugmentedSteam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
<p>Summer Sale 2019 update! Besides localization updates, this is all MxtOUT. Go thank him on our <a href="https://discord.gg/yn57q7f" target="_blank">Discord</a>.</p> | ||
<h2>New and improved</h2> | ||
<ul> | ||
<li>Complete rework of Options page. Feels so fresh now.</li> | ||
<li>Added option to open external links in new tab</li> | ||
<li>Improved YouTube search query</li> | ||
<li>Added option to show applicable coupon on app pages and improved inventory handling</li> | ||
<li>Updated localizations</li> | ||
</ul> | ||
|
||
<h2>Fixes</h2> | ||
<ul> | ||
<li>Added highlighting support for Summer Sale 2019</li> | ||
<li>Fixed Quick/Instant sell in Firefox</li> | ||
<li>Other minor fixes and localization updates</li> | ||
<li>Fixed highlighting on front page after summer sale</li> | ||
<li>Fixed "Add selected DLC to cart" button</li> | ||
<li>Fixed profile theme not being applied to every showcase</li> | ||
<li>Fixed achievement sorting not working in other languages than English</li> | ||
<li>Fixed "Install Steam" button not being properly handled (which was breaking other things)</li> | ||
<li>Fixed achievement bars sometimes using different styles</li> | ||
<li>Fixed price data overlay info staying visible on wishlist after game was removed</li> | ||
<li>Fixed account name on being replaced on purchase history page</li> | ||
</ul> | ||
|
||
<p>For more information, check out <a href="https://steamaugmented.com/">our website</a> or <a href="https://discord.gg/yn57q7f">discord channel</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const Info = { | ||
'version': "1.1.1", | ||
'version': "1.2.0", | ||
}; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters