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
5 changed files
with
15 additions
and
25 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,22 +1,5 @@ | ||
<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>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> | ||
<li>Hotfix after latest Steam changes</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
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.2.0", | ||
'version': "1.2.1", | ||
}; | ||
|
||
/** | ||
|
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