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
70 additions
and
4 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,5 +1,39 @@ | ||
|
||
<h2>Store</h2> | ||
<ul> | ||
<li>Added fullscreen screenshot browsing</li> | ||
<li>Added horizontal media scrolling on app pages with scroll wheel</li> | ||
<li>Added "Hide items with less reviews than" filter</li> | ||
<li>Added option to show barter.vg links on app pages and community pages</li> | ||
<li>Added developer/publisher search links to app pages (instead of just linking to their homepage on Steam)</li> | ||
<li>Added developers support website/email to app pages, if available</li> | ||
<li>Added wishlist export</li> | ||
<li>Made pricing info from IsThereAnyDeal much prettier</li> | ||
<li>Fixed user notes placement</li> | ||
<li>Fixed duplicate package info buttons</li> | ||
</ul> | ||
|
||
<h2>Workshop</h2> | ||
<ul> | ||
<li>Workshop browser now remembers your last sorting state (and doesn't require full page reloads when browsing)</li> | ||
<li>Added "Workshop subscriber", a feature that allows you to subscribe to multiple workshop items at once, from search</li> | ||
</ul> | ||
|
||
<h2>Community</h2> | ||
<ul> | ||
<li>Added option to nickname any user, not just your friends</li> | ||
<li>Added option to set your favorite emoticons in Community comment boxes</li> | ||
<li>Always show full achievement description</li> | ||
<li>Added SteamGifts link to group pages</li> | ||
<li>Fixed web chat link</li> | ||
<li>Fixed profile icon links not respecting color/grayscale setting</li> | ||
</ul> | ||
|
||
<h2>General</h2> | ||
<ul> | ||
<li>Hotfix after latest Steam changes</li> | ||
<li>Added translation percentages view to Options</li> | ||
<li>Added option to replace "Install Steam" button with "Open in Client" button, and removed "View in client" link from app pages, since it is now obsolete</li> | ||
<li>Some bugfixes in options</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.2.1", | ||
'version': "1.3.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