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
21 additions
and
42 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,41 +1,9 @@ | ||
|
||
<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> | ||
<li>Fixed excluding tag filter</li> | ||
<li>Fixed large text in reviews</li> | ||
<li>Added option to hide support info on store pages</li> | ||
<li>Added option to disable horizontal media scrolling</li> | ||
<li>Added option to force mp4 videos</li> | ||
<li>Fixed wishlist export</li> | ||
<li>Multiple Steam search fixes regarding filters</li> | ||
<li>Localization updates</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> | ||
<li>Always show "View all comments" link in friends activity</li> | ||
</ul> | ||
|
||
<h2>General</h2> | ||
<ul> | ||
<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 and other minor quality of life 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
const Info = { | ||
'version': "1.3.0", | ||
'version': "1.3.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